Package | org.zengrong.ane.tool |
Class | public class IntentCont |
Inheritance | IntentCont ToolBase flash.events.EventDispatcher |
Method | Defined By | ||
---|---|---|---|
IntentCont($context:ExtensionContext) | IntentCont | ||
dispose():void | ToolBase | ||
installAPK($path:String):void
安装APK
需要权限:android.permission.INSTALL_PACKAGES
| IntentCont | ||
openSettings($settingsType:String):void
打开设置面板,可用的面板类型见 http://developer.android.com/reference/android/provider/Settings.html
| IntentCont |
IntentCont | () | Constructor |
public function IntentCont($context:ExtensionContext)
$context:ExtensionContext |
installAPK | () | method |
public function installAPK($path:String):void
安装APK 需要权限:android.permission.INSTALL_PACKAGES
Parameters
$path:String — apk文件的绝对路径
|
See also
openSettings | () | method |
public function openSettings($settingsType:String):void
打开设置面板,可用的面板类型见 http://developer.android.com/reference/android/provider/Settings.html
Parameters
$settingsType:String — 面板的类型
|