Index
All Classes and Interfaces|All Packages
L
- launchActivityExistingAppProcess(String) - Static method in class net_62v.external.MetaActivityManager
- launchActivityExistingAppProcess(String, String) - Static method in class net_62v.external.MetaActivityManager
-
Launch an app which is running directly, will success only if the app was launched (without hesitation).
You must call the function isAppRunning before calling this method - launchApp(int, String) - Static method in class net_62v.external.MetaActivityManager
-
Launch an app, mostly used function.
- launchApp(String) - Static method in class net_62v.external.MetaActivityManager
-
Launch a specific package with the default user name
- launchApp(String, String) - Static method in class net_62v.external.MetaActivityManager
-
Launch an app and initialize its environment.
You can launch a specific app by this method. - launchExistingApp(String, String) - Static method in class net_62v.external.MetaActivityManager
-
Launch an existing app process, will be the same behaviour as launchActivityExistingAppProcess if the app is running
If an app is already running, then move its splash screen to the display top. - launchIntent(Intent) - Static method in class net_62v.external.MetaActivityManager
-
Launch the specific intent with the default split region.
- launchIntent(Intent, int) - Static method in class net_62v.external.MetaActivityManager
- launchIntent(Intent, String) - Static method in class net_62v.external.MetaActivityManager
-
Launch a specific intent, you can launch an intent with specific extras or data here
Can launch a disabled activity, and please add a NEW_TASK flag to launch
All Classes and Interfaces|All Packages