Remove getProcessName from onPackageLoadedParam

This commit is contained in:
LoveSy 2023-01-11 09:45:33 +08:00
parent 383e6812c8
commit 371bec966f
No known key found for this signature in database
1 changed files with 0 additions and 8 deletions

View File

@ -83,14 +83,6 @@ public interface XposedModuleInterface {
@NonNull
ClassLoader getClassLoader();
/**
* Gets process name.
*
* @return the process name
*/
@NonNull
String getProcessName();
/**
* Is first application boolean.
*