Remove getProcessName from onPackageLoadedParam
This commit is contained in:
parent
383e6812c8
commit
371bec966f
|
|
@ -83,14 +83,6 @@ public interface XposedModuleInterface {
|
||||||
@NonNull
|
@NonNull
|
||||||
ClassLoader getClassLoader();
|
ClassLoader getClassLoader();
|
||||||
|
|
||||||
/**
|
|
||||||
* Gets process name.
|
|
||||||
*
|
|
||||||
* @return the process name
|
|
||||||
*/
|
|
||||||
@NonNull
|
|
||||||
String getProcessName();
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Is first application boolean.
|
* Is first application boolean.
|
||||||
*
|
*
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue