mirror of
https://github.com/topjohnwu/Magisk.git
synced 2025-04-04 00:45:39 +00:00
12 lines
274 B
Java
12 lines
274 B
Java
![]() |
package com.topjohnwu.magisk.components;
|
||
|
|
||
|
import com.topjohnwu.magisk.MagiskManager;
|
||
|
|
||
|
public class Fragment extends android.support.v4.app.Fragment {
|
||
|
|
||
|
public MagiskManager getApplication() {
|
||
|
return (MagiskManager) getActivity().getApplicationContext();
|
||
|
}
|
||
|
|
||
|
}
|