新增打包权限设置
打包时可选择所需要的权限,剔除不必要的权限
This commit is contained in:
@@ -1011,6 +1011,49 @@
|
||||
<string name="text_verify_success">Verification successful</string>
|
||||
<string name="text_verify_failed">Verification failed</string>
|
||||
<string name="text_file_path">File Path</string>
|
||||
<string name="text_supported_permissions_short">Permissions</string>
|
||||
<string name="text_permission_access_wifi_state">Allow the app to access Wi-Fi state</string>
|
||||
<string name="text_permission_write_external_storage">Allow the app to write to external storage</string>
|
||||
<string name="text_permission_read_external_storage">Allow the app to read from external storage</string>
|
||||
<string name="text_permission_read_media_images">Allow the app to read image files from shared storage</string>
|
||||
<string name="text_permission_read_media_video">Allow the app to read video files from shared storage</string>
|
||||
<string name="text_permission_read_media_audio">Allow the app to read audio files from shared storage</string>
|
||||
<string name="text_permission_manage_external_storage">Allow the app to manage all files in external storage</string>
|
||||
<string name="text_permission_broadcast_close_system_dialogs">Allow the app to send an intent to close system dialogs</string>
|
||||
<string name="text_permission_read_privileged_phone_state">Allow the app to access all phone state information</string>
|
||||
<string name="text_permission_install_shortcut">Allow the app to install shortcuts</string>
|
||||
<string name="text_permission_uninstall_shortcut">Allow the app to uninstall shortcuts</string>
|
||||
<string name="text_permission_request_install_packages">Allow the app to request installation of other apps</string>
|
||||
<string name="text_permission_wake_lock">Prevent the phone from going to sleep</string>
|
||||
<string name="text_permission_use_exact_alarm">Allow the app to schedule exact alarms or event reminders</string>
|
||||
<string name="text_permission_schedule_exact_alarm">Allow the app to schedule time-precise operations</string>
|
||||
<string name="text_permission_vibrate">Allow the app to control phone vibration</string>
|
||||
<string name="text_permission_internet">Allow the app to access the internet</string>
|
||||
<string name="text_permission_access_network_state">Allow the app to view network connection status</string>
|
||||
<string name="text_permission_system_alert_window">Allow the app to display over other apps</string>
|
||||
<string name="text_permission_reorder_tasks">Allow the app to reorder running tasks</string>
|
||||
<string name="text_permission_request_ignore_battery_optimizations">Allow the app to request ignoring battery optimizations</string>
|
||||
<string name="text_permission_receive_boot_completed">Allow the app to receive broadcast when device boot completes</string>
|
||||
<string name="text_permission_post_notifications">Allow the app to post notifications</string>
|
||||
<string name="text_permission_foreground_service">Allow the app to run foreground services</string>
|
||||
<string name="text_permission_foreground_service_media_projection">Allow the app to use screen recording and media projection in foreground services</string>
|
||||
<string name="text_permission_foreground_service_special_use">Allow the app to perform special operations in foreground services</string>
|
||||
<string name="text_permission_unlimited_toasts">Allow the app to show unlimited Toast notifications</string>
|
||||
<string name="text_permission_capture_video_output">Allow the app to capture video output</string>
|
||||
<string name="text_permission_dump">Allow the app to dump system information</string>
|
||||
<string name="text_permission_query_all_packages">Allow the app to query all packages</string>
|
||||
<string name="text_permission_package_usage_stats">Allow the app to access usage statistics of other apps</string>
|
||||
<string name="text_permission_write_settings">Allow the app to modify system settings</string>
|
||||
<string name="text_permission_write_secure_settings">Allow the app to read/write secure system settings</string>
|
||||
<string name="text_permission_manage_users">Allow the app to manage users</string>
|
||||
<string name="text_permission_interact_across_users_full">Allow the app to interact across users</string>
|
||||
<string name="text_permission_access_coarse_location">Allow the app to access approximate location via network</string>
|
||||
<string name="text_permission_access_fine_location">Allow the app to access precise location via GPS</string>
|
||||
<string name="text_permission_record_audio">Allow the app to record audio</string>
|
||||
<string name="text_permission_run_command">Specific to Termux app, allow running commands</string>
|
||||
<string name="text_permission_read_phone_state">Allow the app to read phone state and identity</string>
|
||||
<string name="text_permission_read_sms">Allow the app to read SMS</string>
|
||||
<string name="text_permission_shizuku">Allow the app to interact with the system with elevated permissions via Shizuku service</string>
|
||||
<string name="text_switch_window">Switch window</string>
|
||||
<string name="text_symbols_settings">Symbols settings</string>
|
||||
<string name="text_tailor_made_developer">Tailor-made developer</string>
|
||||
|
||||
Reference in New Issue
Block a user