6.6.2 - Alpha6 - 打包应用设置页面增加访问所有文件和发送通知等特殊权限开关 (#354)

This commit is contained in:
SuperMonster003
2025-04-13 14:11:06 +08:00
parent 99b8f34137
commit bd02228600
48 changed files with 372 additions and 123 deletions

View File

@@ -952,5 +952,12 @@
<string name="text_confirm_to_clear_histories_of">All histories below will be cleared\n\n[ %1$s ]\n\nAre you sure to clear them all?</string>
<string name="text_confirm_to_clear_histories_of_all_color_libraries">All histories below will be cleared\n\n[ All color libraries ]\n\nAre you sure to clear them all?</string>
<string name="text_all_histories">All histories</string>
<string name="text_special_permissions">Special permissions</string>
<string name="summary_all_files_access">Allows AutoJs6 to access all files, including those in external storage</string>
<string name="summary_display_over_other_apps">Allows AutoJs6 to display content over other apps</string>
<string name="summary_post_notifications_permission">Allows AutoJs6 to create and post notifications</string>
<string name="summary_all_files_access_inrt">Allow the application to access all files, including external storage</string>
<string name="summary_display_over_other_apps_inrt">Allow the application to display content over other apps</string>
<string name="summary_post_notifications_permission_inrt">Allow the application to create and send notifications</string>
</resources>