diff --git a/.idea/caches/build_file_checksums.ser b/.idea/caches/build_file_checksums.ser index 49282b08..ac14c79f 100644 Binary files a/.idea/caches/build_file_checksums.ser and b/.idea/caches/build_file_checksums.ser differ diff --git a/app/release/output.json b/app/release/output.json index f5c38b25..2bcc50bc 100644 --- a/app/release/output.json +++ b/app/release/output.json @@ -1 +1 @@ -[{"outputType":{"type":"APK"},"apkInfo":{"type":"MAIN","splits":[],"versionCode":201},"path":"inrt-release.apk","properties":{"packageId":"com.stardust.auojs.inrt","split":"","minSdkVersion":"17"}}] \ No newline at end of file +[{"outputType":{"type":"APK"},"apkInfo":{"type":"MAIN","splits":[],"versionCode":203},"path":"inrt-release.apk","properties":{"packageId":"com.stardust.auojs.inrt","split":"","minSdkVersion":"17"}}] \ No newline at end of file diff --git a/app/src/main/assets/docs/all.html b/app/src/main/assets/docs/all.html index ff284e87..1920eb19 100644 --- a/app/src/main/assets/docs/all.html +++ b/app/src/main/assets/docs/all.html @@ -226,6 +226,9 @@
  • 事件: multi_choice
  • 事件: input
  • 事件: input_change
  • +
  • dialog.getProgress()
  • +
  • dialog.getMaxProgress()
  • +
  • dialog.getActionButton(action)
  • Engines

    动态申请安卓的权限。例如:

    //请求GPS权限
    -runtime.requestPermission(["access_fine_location"]);
    +runtime.requestPermissions(["access_fine_location"]);
     

    尽管安卓有很多权限,但必须写入Manifest才能动态申请,为了防止权限的滥用,目前Auto.js只能额外申请两个权限:

    动态申请安卓的权限。例如:

    //请求GPS权限
    -runtime.requestPermission(["access_fine_location"]);
    +runtime.requestPermissions(["access_fine_location"]);
     

    尽管安卓有很多权限,但必须写入Manifest才能动态申请,为了防止权限的滥用,目前Auto.js只能额外申请两个权限: