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