Index
All Classes and Interfaces|All Packages
I
- IMundoProcessCallback - Interface in net_62v.external
-
Process callback interface, you can implement this interface for process lifecycle callback
- initialize(Context) - Static method in class net_62v.external.MetaActivityManager
-
Initialize the environment
- installAppByPath(String) - Static method in class net_62v.external.MetaApplicationInstaller
-
Install apk from explorer etc.
- installAppByPathAndMove(String) - Static method in class net_62v.external.MetaApplicationInstaller
-
Same as
MetaApplicationInstaller.installAppByPath(String)
, but will move the file at path.
The file at such path will be moved or deleted,
and you have to confirm if the file will be deleted after the installation progress. - installAppsByPath(String) - Static method in class net_62v.external.MetaApplicationInstaller
-
Install apks (split apk) from explorer etc.
- installAppsByPathAndMove(String) - Static method in class net_62v.external.MetaApplicationInstaller
-
Same as
MetaApplicationInstaller.installAppsByPath(String)
, but will move the folder at path.
The content in such folder will be moved or deleted,
and you have to confirm if the files will be deleted after the installation progress. - isAppInstalledAsInternal(String) - Static method in class net_62v.external.MetaPackageManager
-
Check is an application installed by apk or xapk instead of clone.
- isAppRunning(String) - Static method in class net_62v.external.MetaActivityManager
-
Detect if an app (with the default split region) is running or not
- isAppRunning(String, int) - Static method in class net_62v.external.MetaActivityManager
-
Detect if an app is running
- isAppRunning(String, String) - Static method in class net_62v.external.MetaActivityManager
-
Detect if an app is running or not
- isAppSplashExists(String) - Static method in class net_62v.external.MetaPackageManager
-
Check if an app has a splash screen
- isInnerAppInstalled(String) - Static method in class net_62v.external.MetaPackageManager
-
Check if a specific app was installed,
Both individual and cloned app will be included in the search scope. - isInnerPackageInstalled(String) - Static method in class net_62v.external.MetaActivityManager
-
Detect if an app is installed or not
All Classes and Interfaces|All Packages