Index
All Classes and Interfaces|All Packages
S
- setAppProxyUri(String) - Static method in class net_62v.external.MetaActivityManager
-
Set a global proxy uri, proxy uri must not be
null, an empty string indicates no proxy.
The proxy uri format be like:
[protocol]://[[user]:[pass]@][addr][:port]
Current support protocol: https, http, socks, socks5, socks5h
e.g. - setAppProxyUri(String, String, String) - Static method in class net_62v.external.MetaActivityManager
-
Set an individual proxy uri for a specific app, proxy uri must not be
null, an empty string indicates no proxy.
If you specific a package name, the selected app must be running or this method will take no effect. - setExternalRootDirectory(String) - Static method in class net_62v.external.MetaStorageManager
-
Deprecated.Please use the default configuration to evade the read and write issues above Android 11.
- setProcessLifecycleCallback(IMundoProcessCallback) - Static method in class net_62v.external.MetaCore
-
Set process callback, will schedule a callback when the mundo environment prepared and the internal application initialized.
- shouldInterpretFacebookBrowser() - Method in interface net_62v.external.IMundoProcessCallback
-
Return true to apply redirect the Facebook login from the interior apps to the outside browser.
May cause crash or app freeze (black or white screen) for somehow.
We're recommend you to use the stock app instead of redirecting the login prompt to an outside browser, this method has NO AVAILABILITY GUARANTEE. - startService(Intent, int) - Static method in class net_62v.external.MetaActivityManager
- startService(Intent, String) - Static method in class net_62v.external.MetaActivityManager
-
Start a specific service, will automatically launch the affiliated process.
You can launch an empty service for process waken purpose.
All Classes and Interfaces|All Packages