mirror of
https://github.com/openharmony/resources.git
synced 2026-07-19 18:23:38 -04:00
!8 add accesstoken permission definetion
Merge pull request !8 from zhouyan/master
This commit is contained in:
+740
-2
@@ -27,6 +27,744 @@
|
||||
"deliveryWithInstall": true,
|
||||
"moduleName": "entry",
|
||||
"moduleType": "entry"
|
||||
}
|
||||
},
|
||||
"definePermissions": [
|
||||
{
|
||||
"name": "ohos.permission.ANSWER_CALL",
|
||||
"grantMode": "user_grant",
|
||||
"availableLevel": "system_basic",
|
||||
"provisionEnable": true,
|
||||
"distributedSceneEnable": false,
|
||||
"label": "$string:ohos_lab_answer_call",
|
||||
"description": "$string:ohos_desc_answer_call"
|
||||
},
|
||||
{
|
||||
"name": "ohos.permission.USE_BLUETOOTH",
|
||||
"grantMode": "system_grant",
|
||||
"availableLevel": "normal",
|
||||
"provisionEnable": true,
|
||||
"distributedSceneEnable": false
|
||||
},
|
||||
{
|
||||
"name": "ohos.permission.DISCOVER_BLUETOOTH",
|
||||
"grantMode": "system_grant",
|
||||
"availableLevel": "normal",
|
||||
"provisionEnable": true,
|
||||
"distributedSceneEnable": false
|
||||
},
|
||||
{
|
||||
"name": "ohos.permission.MANAGE_BLUETOOTH",
|
||||
"grantMode": "system_grant",
|
||||
"availableLevel": "system_basic",
|
||||
"provisionEnable": true,
|
||||
"distributedSceneEnable": false
|
||||
},
|
||||
{
|
||||
"name": "ohos.permission.INTERNET",
|
||||
"grantMode": "system_grant",
|
||||
"availableLevel": "normal",
|
||||
"provisionEnable": true,
|
||||
"distributedSceneEnable": false,
|
||||
"label": "$string:ohos_lab_internet",
|
||||
"description": "$string:ohos_desc_internet"
|
||||
},
|
||||
{
|
||||
"name": "ohos.permission.MODIFY_AUDIO_SETTINGS",
|
||||
"grantMode": "system_grant",
|
||||
"availableLevel": "normal",
|
||||
"provisionEnable": true,
|
||||
"distributedSceneEnable": false,
|
||||
"label": "$string:ohos_lab_modify_audio_settings",
|
||||
"description": "$string:ohos_desc_modify_audio_settings"
|
||||
},
|
||||
{
|
||||
"name": "ohos.permission.READ_CALENDAR",
|
||||
"grantMode": "user_grant",
|
||||
"availableLevel": "normal",
|
||||
"provisionEnable": true,
|
||||
"distributedSceneEnable": false,
|
||||
"label": "$string:ohos_lab_read_calendar",
|
||||
"description": "$string:ohos_desc_read_calendar"
|
||||
},
|
||||
{
|
||||
"name": "ohos.permission.READ_CALL_LOG",
|
||||
"grantMode": "user_grant",
|
||||
"availableLevel": "system_basic",
|
||||
"provisionEnable": true,
|
||||
"distributedSceneEnable": false,
|
||||
"label": "$string:ohos_lab_read_call_log",
|
||||
"description": "$string:ohos_desc_read_call_log"
|
||||
},
|
||||
{
|
||||
"name": "ohos.permission.READ_CELL_MESSAGES",
|
||||
"grantMode": "user_grant",
|
||||
"availableLevel": "system_basic",
|
||||
"provisionEnable": true,
|
||||
"distributedSceneEnable": false,
|
||||
"label": "$string:ohos_lab_read_cell_messages",
|
||||
"description": "$string:ohos_desc_read_cell_messages"
|
||||
},
|
||||
{
|
||||
"name": "ohos.permission.READ_CONTACTS",
|
||||
"grantMode": "user_grant",
|
||||
"availableLevel": "system_basic",
|
||||
"provisionEnable": true,
|
||||
"distributedSceneEnable": false,
|
||||
"label": "$string:ohos_lab_read_contacts",
|
||||
"description": "$string:ohos_desc_read_contacts"
|
||||
},
|
||||
{
|
||||
"name": "ohos.permission.GET_TELEPHONY_STATE",
|
||||
"grantMode": "system_grant",
|
||||
"availableLevel": "system_basic",
|
||||
"provisionEnable": true,
|
||||
"distributedSceneEnable": false,
|
||||
"label": "$string:ohos_lab_get_telephony_state",
|
||||
"description": "$string:ohos_desc_get_telephony_state"
|
||||
},
|
||||
{
|
||||
"name": "ohos.permission.READ_MESSAGES",
|
||||
"grantMode": "user_grant",
|
||||
"availableLevel": "system_basic",
|
||||
"provisionEnable": true,
|
||||
"distributedSceneEnable": false,
|
||||
"label": "$string:ohos_lab_read_messages",
|
||||
"description": "$string:ohos_desc_read_messages"
|
||||
},
|
||||
{
|
||||
"name": "ohos.permission.RECEIVE_MMS",
|
||||
"grantMode": "user_grant",
|
||||
"availableLevel": "system_basic",
|
||||
"provisionEnable": true,
|
||||
"distributedSceneEnable": false,
|
||||
"label": "$string:ohos_lab_receive_mms",
|
||||
"description": "$string:ohos_desc_receive_mms"
|
||||
},
|
||||
{
|
||||
"name": "ohos.permission.RECEIVE_SMS",
|
||||
"grantMode": "user_grant",
|
||||
"availableLevel": "system_basic",
|
||||
"provisionEnable": true,
|
||||
"distributedSceneEnable": false,
|
||||
"label": "$string:ohos_lab_receive_sms",
|
||||
"description": "$string:ohos_desc_receive_sms"
|
||||
},
|
||||
{
|
||||
"name": "ohos.permission.RECEIVE_WAP_MESSAGES",
|
||||
"grantMode": "user_grant",
|
||||
"availableLevel": "system_basic",
|
||||
"provisionEnable": true,
|
||||
"distributedSceneEnable": false,
|
||||
"label": "$string:ohos_lab_receive_wap_messages",
|
||||
"description": "$string:ohos_desc_receive_wap_messages"
|
||||
},
|
||||
{
|
||||
"name": "ohos.permission.MICROPHONE",
|
||||
"grantMode": "user_grant",
|
||||
"availableLevel": "normal",
|
||||
"provisionEnable": true,
|
||||
"distributedSceneEnable": false,
|
||||
"label": "$string:ohos_lab_microphone",
|
||||
"description": "$string:ohos_desc_microphone"
|
||||
},
|
||||
{
|
||||
"name": "ohos.permission.SEND_MESSAGES",
|
||||
"grantMode": "user_grant",
|
||||
"availableLevel": "system_basic",
|
||||
"provisionEnable": true,
|
||||
"distributedSceneEnable": false,
|
||||
"label": "$string:ohos_lab_send_messages",
|
||||
"description": "$string:ohos_desc_send_messages"
|
||||
},
|
||||
{
|
||||
"name": "ohos.permission.WRITE_CALENDAR",
|
||||
"grantMode": "user_grant",
|
||||
"availableLevel": "normal",
|
||||
"provisionEnable": true,
|
||||
"distributedSceneEnable": false,
|
||||
"label": "$string:ohos_lab_write_calendar",
|
||||
"description": "$string:ohos_desc_write_calendar"
|
||||
},
|
||||
{
|
||||
"name": "ohos.permission.WRITE_CALL_LOG",
|
||||
"grantMode": "user_grant",
|
||||
"availableLevel": "system_basic",
|
||||
"provisionEnable": true,
|
||||
"distributedSceneEnable": false,
|
||||
"label": "$string:ohos_lab_write_call_log",
|
||||
"description": "$string:ohos_desc_write_call_log"
|
||||
},
|
||||
{
|
||||
"name": "ohos.permission.WRITE_CONTACTS",
|
||||
"grantMode": "user_grant",
|
||||
"availableLevel": "system_basic",
|
||||
"provisionEnable": true,
|
||||
"distributedSceneEnable": false,
|
||||
"label": "$string:ohos_lab_write_contacts",
|
||||
"description": "$string:ohos_desc_write_contacts"
|
||||
},
|
||||
{
|
||||
"name": "ohos.permission.DISTRIBUTED_DATASYNC",
|
||||
"grantMode": "user_grant",
|
||||
"availableLevel": "normal",
|
||||
"provisionEnable": true,
|
||||
"distributedSceneEnable": true,
|
||||
"label": "$string:ohos_lab_distributed_datasync",
|
||||
"description": "$string:ohos_desc_distributed_datasync"
|
||||
},
|
||||
{
|
||||
"name": "ohos.permission.MANAGE_VOICEMAIL",
|
||||
"grantMode": "user_grant",
|
||||
"availableLevel": "system_basic",
|
||||
"provisionEnable": true,
|
||||
"distributedSceneEnable": false,
|
||||
"label": "$string:ohos_lab_manage_voicemail",
|
||||
"description": "$string:ohos_desc_manage_voicemail"
|
||||
},
|
||||
{
|
||||
"name": "ohos.permission.REQUIRE_FORM",
|
||||
"grantMode": "system_grant",
|
||||
"availableLevel": "system_basic",
|
||||
"provisionEnable": true,
|
||||
"distributedSceneEnable": false
|
||||
},
|
||||
{
|
||||
"name": "ohos.permission.LOCATION_IN_BACKGROUND",
|
||||
"grantMode": "user_grant",
|
||||
"availableLevel": "normal",
|
||||
"provisionEnable": false,
|
||||
"distributedSceneEnable": false,
|
||||
"label": "$string:ohos_lab_location_in_background",
|
||||
"description": "$string:ohos_desc_location_in_background"
|
||||
},
|
||||
{
|
||||
"name": "ohos.permission.LOCATION",
|
||||
"grantMode": "user_grant",
|
||||
"availableLevel": "normal",
|
||||
"provisionEnable": true,
|
||||
"distributedSceneEnable": true,
|
||||
"label": "$string:ohos_lab_location",
|
||||
"description": "$string:ohos_desc_location"
|
||||
},
|
||||
{
|
||||
"name": "ohos.permission.MEDIA_LOCATION",
|
||||
"grantMode": "user_grant",
|
||||
"availableLevel": "normal",
|
||||
"provisionEnable": true,
|
||||
"distributedSceneEnable": true,
|
||||
"label": "$string:ohos_lab_media_location",
|
||||
"description": "$string:ohos_desc_media_location"
|
||||
},
|
||||
{
|
||||
"name": "ohos.permission.GET_NETWORK_INFO",
|
||||
"grantMode": "system_grant",
|
||||
"availableLevel": "normal",
|
||||
"provisionEnable": true,
|
||||
"distributedSceneEnable": false,
|
||||
"label": "$string:ohos_lab_get_network_info",
|
||||
"description": "$string:ohos_desc_get_network_info"
|
||||
},
|
||||
{
|
||||
"name": "ohos.permission.PLACE_CALL",
|
||||
"grantMode": "system_grant",
|
||||
"availableLevel": "system_basic",
|
||||
"provisionEnable": true,
|
||||
"distributedSceneEnable": true,
|
||||
"label": "$string:ohos_lab_place_call",
|
||||
"description": "$string:ohos_desc_place_call"
|
||||
},
|
||||
{
|
||||
"name": "ohos.permission.CAMERA",
|
||||
"grantMode": "user_grant",
|
||||
"availableLevel": "normal",
|
||||
"provisionEnable": true,
|
||||
"distributedSceneEnable": false,
|
||||
"label": "$string:ohos_lab_camera",
|
||||
"description": "$string:ohos_desc_camera"
|
||||
},
|
||||
{
|
||||
"name": "ohos.permission.SET_NETWORK_INFO",
|
||||
"grantMode": "system_grant",
|
||||
"availableLevel": "normal",
|
||||
"provisionEnable": true,
|
||||
"distributedSceneEnable": false,
|
||||
"label": "$string:ohos_lab_set_network_info",
|
||||
"description": "$string:ohos_desc_set_network_info"
|
||||
},
|
||||
{
|
||||
"name": "ohos.permission.REMOVE_CACHE_FILES",
|
||||
"grantMode": "system_grant",
|
||||
"availableLevel": "system_basic",
|
||||
"provisionEnable": true,
|
||||
"distributedSceneEnable": false
|
||||
},
|
||||
{
|
||||
"name": "ohos.permission.READ_MEDIA",
|
||||
"grantMode": "user_grant",
|
||||
"availableLevel": "normal",
|
||||
"provisionEnable": true,
|
||||
"distributedSceneEnable": true,
|
||||
"label": "$string:ohos_lab_read_media",
|
||||
"description": "$string:ohos_desc_read_media"
|
||||
},
|
||||
{
|
||||
"name": "ohos.permission.REBOOT",
|
||||
"grantMode": "system_grant",
|
||||
"availableLevel": "system_basic",
|
||||
"provisionEnable": true,
|
||||
"distributedSceneEnable": false
|
||||
},
|
||||
{
|
||||
"name": "ohos.permission.RUNNING_LOCK",
|
||||
"grantMode": "system_grant",
|
||||
"availableLevel": "normal",
|
||||
"provisionEnable": true,
|
||||
"distributedSceneEnable": false
|
||||
},
|
||||
{
|
||||
"name": "ohos.permission.WRITE_MEDIA",
|
||||
"grantMode": "user_grant",
|
||||
"availableLevel": "normal",
|
||||
"provisionEnable": true,
|
||||
"distributedSceneEnable": true,
|
||||
"label": "$string:ohos_lab_write_media",
|
||||
"description": "$string:ohos_desc_write_media"
|
||||
},
|
||||
{
|
||||
"name": "com.huawei.permission.DISTRIBUTED_VIRTUALDEVICE",
|
||||
"grantMode": "user_grant",
|
||||
"availableLevel": "normal",
|
||||
"provisionEnable": true,
|
||||
"distributedSceneEnable": false,
|
||||
"label": "$string:ohos_lab_distributed_virtualdevice",
|
||||
"description": "$string:ohos_desc_distributed_virtualdevice"
|
||||
},
|
||||
{
|
||||
"name": "ohos.permission.ENROLL_BIOMETRIC",
|
||||
"grantMode": "system_grant",
|
||||
"availableLevel": "system_core",
|
||||
"provisionEnable": false,
|
||||
"distributedSceneEnable": false,
|
||||
"label": "$string:ohos_lab_enroll_biometric",
|
||||
"description": "$string:ohos_desc_enroll_biometric"
|
||||
},
|
||||
{
|
||||
"name": "ohos.permission.ACCESS_BIOMETRIC",
|
||||
"grantMode": "system_grant",
|
||||
"availableLevel": "normal",
|
||||
"provisionEnable": false,
|
||||
"distributedSceneEnable": false,
|
||||
"label": "$string:ohos_lab_access_biometric",
|
||||
"description": "$string:ohos_desc_access_biometric"
|
||||
},
|
||||
{
|
||||
"name": "ohos.permission.ACCESS_BIOMETRIC_INTERNAL",
|
||||
"grantMode": "system_grant",
|
||||
"availableLevel": "system_core",
|
||||
"provisionEnable": false,
|
||||
"distributedSceneEnable": false,
|
||||
"label": "$string:ohos_lab_access_biometric_internal",
|
||||
"description": "$string:ohos_desc_access_biometric_internal"
|
||||
},
|
||||
{
|
||||
"name": "ohos.permission.RESET_BIOMETRIC_LOCKOUT",
|
||||
"grantMode": "system_grant",
|
||||
"availableLevel": "system_core",
|
||||
"provisionEnable": false,
|
||||
"distributedSceneEnable": false,
|
||||
"label": "$string:ohos_lab_reset_biometric_lockout",
|
||||
"description": "$string:ohos_desc_reset_biometric_lockout"
|
||||
},
|
||||
{
|
||||
"name": "ohos.permission.SET_TIME",
|
||||
"grantMode": "system_grant",
|
||||
"availableLevel": "system_basic",
|
||||
"provisionEnable": true,
|
||||
"distributedSceneEnable": false,
|
||||
"label": "$string:ohos_lab_set_time",
|
||||
"description": "$string:ohos_desc_set_time"
|
||||
},
|
||||
{
|
||||
"name": "ohos.permission.SET_TIME_ZONE",
|
||||
"grantMode": "system_grant",
|
||||
"availableLevel": "system_basic",
|
||||
"provisionEnable": true,
|
||||
"distributedSceneEnable": false,
|
||||
"label": "$string:ohos_lab_set_time_zone",
|
||||
"description": "$string:ohos_desc_set_time_zone"
|
||||
},
|
||||
{
|
||||
"name": "ohos.permission.DOWNLOAD_SESSION_MANAGER",
|
||||
"grantMode": "system_grant",
|
||||
"availableLevel": "system_core",
|
||||
"provisionEnable": true,
|
||||
"distributedSceneEnable": false,
|
||||
"label": "$string:ohos_lab_download_session_manager",
|
||||
"description": "$string:ohos_desc_download_session_manager"
|
||||
},
|
||||
{
|
||||
"name": "ohos.permission.COMMONEVENT_STICKY",
|
||||
"grantMode": "system_grant",
|
||||
"availableLevel": "normal",
|
||||
"provisionEnable": true,
|
||||
"distributedSceneEnable": true,
|
||||
"label": "$string:ohos_lab_commonevent_sticky",
|
||||
"description": "$string:ohos_desc_commonevent_sticky"
|
||||
},
|
||||
{
|
||||
"name": "ohos.permission.SYSTEM_FLOAT_WINDOW",
|
||||
"grantMode": "system_grant",
|
||||
"availableLevel": "normal",
|
||||
"provisionEnable": true,
|
||||
"distributedSceneEnable": false
|
||||
},
|
||||
{
|
||||
"name": "ohos.permission.POWER_MANAGER",
|
||||
"grantMode": "system_grant",
|
||||
"availableLevel": "system_core",
|
||||
"provisionEnable": true,
|
||||
"distributedSceneEnable": false
|
||||
},
|
||||
{
|
||||
"name": "ohos.permission.REFRESH_USER_ACTION",
|
||||
"grantMode": "system_grant",
|
||||
"availableLevel": "system_basic",
|
||||
"provisionEnable": true,
|
||||
"distributedSceneEnable": false
|
||||
},
|
||||
{
|
||||
"name": "ohos.permission.POWER_OPTIMIZATION",
|
||||
"grantMode": "system_grant",
|
||||
"availableLevel": "system_basic",
|
||||
"provisionEnable": true,
|
||||
"distributedSceneEnable": false
|
||||
},
|
||||
{
|
||||
"name": "ohos.permission.REBOOT_RECOVERY",
|
||||
"grantMode": "system_grant",
|
||||
"availableLevel": "system_basic",
|
||||
"provisionEnable": true,
|
||||
"distributedSceneEnable": false
|
||||
},
|
||||
{
|
||||
"name": "ohos.permission.MANAGE_LOCAL_ACCOUNTS",
|
||||
"grantMode": "system_grant",
|
||||
"availableLevel": "system_basic",
|
||||
"provisionEnable": true,
|
||||
"distributedSceneEnable": false,
|
||||
"label": "$string:ohos_lab_manage_local_accounts",
|
||||
"description": "$string:ohos_desc_manage_local_accounts"
|
||||
},
|
||||
{
|
||||
"name": "ohos.permission.INTERACT_ACROSS_LOCAL_ACCOUNTS",
|
||||
"grantMode": "system_grant",
|
||||
"availableLevel": "system_basic",
|
||||
"provisionEnable": true,
|
||||
"distributedSceneEnable": false,
|
||||
"label": "$string:ohos_lab_interact_across_local_accounts",
|
||||
"description": "$string:ohos_desc_interact_across_local_accounts"
|
||||
},
|
||||
{
|
||||
"name": "ohos.permission.VIBRATE",
|
||||
"grantMode": "system_grant",
|
||||
"availableLevel": "normal",
|
||||
"provisionEnable": true,
|
||||
"distributedSceneEnable": false,
|
||||
"label": "$string:ohos_lab_vibrate",
|
||||
"description": "$string:ohos_desc_vibrate"
|
||||
},
|
||||
{
|
||||
"name": "ohos.permission.ACTIVITY_MOTION",
|
||||
"grantMode": "user_grant",
|
||||
"availableLevel": "normal",
|
||||
"provisionEnable": true,
|
||||
"distributedSceneEnable": false,
|
||||
"label": "$string:ohos_lab_activity_motion",
|
||||
"description": "$string:ohos_desc_activity_motion"
|
||||
},
|
||||
{
|
||||
"name": "ohos.permission.READ_HEALTH_DATA",
|
||||
"grantMode": "user_grant",
|
||||
"availableLevel": "normal",
|
||||
"provisionEnable": true,
|
||||
"distributedSceneEnable": false,
|
||||
"label": "$string:ohos_lab_read_health_data",
|
||||
"description": "$string:ohos_desc_read_health_data"
|
||||
},
|
||||
{
|
||||
"name": "ohos.permission.CONNECT_IME_ABILITY",
|
||||
"grantMode": "system_grant",
|
||||
"availableLevel": "system_core",
|
||||
"provisionEnable": true,
|
||||
"distributedSceneEnable": false,
|
||||
"label": "$string:ohos_lab_connect_ime_ability",
|
||||
"description": "$string:ohos_desc_connect_ime_ability"
|
||||
},
|
||||
{
|
||||
"name": "ohos.permission.CONNECT_SCREEN_SAVER_ABILITY",
|
||||
"grantMode": "system_grant",
|
||||
"availableLevel": "system_core",
|
||||
"provisionEnable": true,
|
||||
"distributedSceneEnable": false
|
||||
},
|
||||
{
|
||||
"name": "ohos.permission.READ_SCREEN_SAVER",
|
||||
"grantMode": "system_grant",
|
||||
"availableLevel": "system_basic",
|
||||
"provisionEnable": true,
|
||||
"distributedSceneEnable": false
|
||||
},
|
||||
{
|
||||
"name": "ohos.permission.WRITE_SCREEN_SAVER",
|
||||
"grantMode": "system_grant",
|
||||
"availableLevel": "system_basic",
|
||||
"provisionEnable": true,
|
||||
"distributedSceneEnable": false
|
||||
},
|
||||
{
|
||||
"name": "ohos.permission.SET_WALLPAPER",
|
||||
"grantMode": "system_grant",
|
||||
"availableLevel": "normal",
|
||||
"provisionEnable": true,
|
||||
"distributedSceneEnable": false,
|
||||
"label": "$string:ohos_lab_set_wallpaper",
|
||||
"description": "$string:ohos_desc_set_wallpaper"
|
||||
},
|
||||
{
|
||||
"name": "ohos.permission.GET_WALLPAPER",
|
||||
"grantMode": "system_grant",
|
||||
"availableLevel": "system_basic",
|
||||
"provisionEnable": true,
|
||||
"distributedSceneEnable": false,
|
||||
"label": "$string:ohos_lab_get_wallpaper",
|
||||
"description": "$string:ohos_desc_get_wallpaper"
|
||||
},
|
||||
{
|
||||
"name": "ohos.permission.CHANGE_ABILITY_ENABLED_STATE",
|
||||
"grantMode": "system_grant",
|
||||
"availableLevel": "system_basic",
|
||||
"provisionEnable": true,
|
||||
"distributedSceneEnable": false
|
||||
},
|
||||
{
|
||||
"name": "ohos.permission.ACCESS_MISSIONS",
|
||||
"grantMode": "system_grant",
|
||||
"availableLevel": "system_basic",
|
||||
"provisionEnable": true,
|
||||
"distributedSceneEnable": false
|
||||
},
|
||||
{
|
||||
"name": "ohos.permission.CLEAN_BACKGROUND_PROCESSES",
|
||||
"grantMode": "system_grant",
|
||||
"availableLevel": "normal",
|
||||
"provisionEnable": true,
|
||||
"distributedSceneEnable": false
|
||||
},
|
||||
{
|
||||
"name": "ohos.permission.KEEP_BACKGROUND_RUNNING",
|
||||
"grantMode": "system_grant",
|
||||
"availableLevel": "normal",
|
||||
"provisionEnable": true,
|
||||
"distributedSceneEnable": false
|
||||
},
|
||||
{
|
||||
"name": "ohos.permission.UPDATE_CONFIGURATION",
|
||||
"grantMode": "system_grant",
|
||||
"availableLevel": "system_basic",
|
||||
"provisionEnable": true,
|
||||
"distributedSceneEnable": false
|
||||
},
|
||||
{
|
||||
"name": "ohos.permission.GRANT_SENSITIVE_PERMISSIONS",
|
||||
"grantMode": "system_grant",
|
||||
"availableLevel": "system_core",
|
||||
"provisionEnable": true,
|
||||
"distributedSceneEnable": false
|
||||
},
|
||||
{
|
||||
"name": "ohos.permission.REVOKE_SENSITIVE_PERMISSIONS",
|
||||
"grantMode": "system_grant",
|
||||
"availableLevel": "system_core",
|
||||
"provisionEnable": true,
|
||||
"distributedSceneEnable": false
|
||||
},
|
||||
{
|
||||
"name": "ohos.permission.GET_SENSITIVE_PERMISSIONS",
|
||||
"grantMode": "system_grant",
|
||||
"availableLevel": "system_core",
|
||||
"provisionEnable": true,
|
||||
"distributedSceneEnable": false
|
||||
},
|
||||
{
|
||||
"name": "ohos.permission.INTERACT_ACROSS_LOCAL_ACCOUNTS_EXTENSION",
|
||||
"grantMode": "system_grant",
|
||||
"availableLevel": "system_core",
|
||||
"provisionEnable": true,
|
||||
"distributedSceneEnable": false,
|
||||
"label": "$string:ohos_lab_interact_across_local_accounts_extension",
|
||||
"description": "$string:ohos_desc_interact_across_local_accounts_extension"
|
||||
},
|
||||
{
|
||||
"name": "ohos.permission.LISTEN_BUNDLE_CHANGE",
|
||||
"grantMode": "system_grant",
|
||||
"availableLevel": "system_basic",
|
||||
"provisionEnable": true,
|
||||
"distributedSceneEnable": false
|
||||
},
|
||||
{
|
||||
"name": "ohos.permission.GET_BUNDLE_INFO",
|
||||
"grantMode": "system_grant",
|
||||
"availableLevel": "normal",
|
||||
"provisionEnable": true,
|
||||
"distributedSceneEnable": false
|
||||
},
|
||||
{
|
||||
"name": "ohos.permission.ACCELEROMETER",
|
||||
"grantMode": "system_grant",
|
||||
"availableLevel": "normal",
|
||||
"provisionEnable": true,
|
||||
"distributedSceneEnable": false,
|
||||
"label": "$string:ohos_lab_accelerometer",
|
||||
"description": "$string:ohos_desc_accelerometer"
|
||||
},
|
||||
{
|
||||
"name": "ohos.permission.GYROSCOPE",
|
||||
"grantMode": "system_grant",
|
||||
"availableLevel": "normal",
|
||||
"provisionEnable": true,
|
||||
"distributedSceneEnable": false,
|
||||
"label": "$string:ohos_lab_gyroscope",
|
||||
"description": "$string:ohos_desc_gyroscope"
|
||||
},
|
||||
{
|
||||
"name": "ohos.permission.GET_BUNDLE_INFO_PRIVILEGED",
|
||||
"grantMode": "system_grant",
|
||||
"availableLevel": "system_basic",
|
||||
"provisionEnable": true,
|
||||
"distributedSceneEnable": false
|
||||
},
|
||||
{
|
||||
"name": "ohos.permission.INSTALL_BUNDLE",
|
||||
"grantMode": "system_grant",
|
||||
"availableLevel": "system_core",
|
||||
"provisionEnable": true,
|
||||
"distributedSceneEnable": false
|
||||
},
|
||||
{
|
||||
"name": "ohos.permission.MANAGE_SHORTCUTS",
|
||||
"grantMode": "system_grant",
|
||||
"availableLevel": "system_core",
|
||||
"provisionEnable": true,
|
||||
"distributedSceneEnable": false
|
||||
},
|
||||
{
|
||||
"name": "ohos.permission.radio.ACCESS_FM_AM",
|
||||
"grantMode": "system_grant",
|
||||
"availableLevel": "system_core",
|
||||
"provisionEnable": true,
|
||||
"distributedSceneEnable": false
|
||||
},
|
||||
{
|
||||
"name": "ohos.permission.SET_TELEPHONY_STATE",
|
||||
"grantMode": "system_grant",
|
||||
"availableLevel": "system_basic",
|
||||
"provisionEnable": true,
|
||||
"distributedSceneEnable": false,
|
||||
"label": "$string:ohos_lab_set_telephony_state",
|
||||
"description": "$string:ohos_desc_set_telephony_state"
|
||||
},
|
||||
{
|
||||
"name": "ohos.permission.START_ABILIIES_FROM_BACKGROUND",
|
||||
"grantMode": "system_grant",
|
||||
"availableLevel": "system_basic",
|
||||
"provisionEnable": true,
|
||||
"distributedSceneEnable": false
|
||||
},
|
||||
{
|
||||
"name": "ohos.permission.BUNDLE_ACTIVE_INFO",
|
||||
"grantMode": "system_grant",
|
||||
"availableLevel": "system_basic",
|
||||
"provisionEnable": true,
|
||||
"distributedSceneEnable": false,
|
||||
"label": "$string:ohos_lab_bundle_active_info",
|
||||
"description": "$string:ohos_desc_bundle_active_info"
|
||||
},
|
||||
{
|
||||
"name": "ohos.permission.START_INVISIBLE_ABILITY",
|
||||
"grantMode": "system_grant",
|
||||
"availableLevel": "system_core",
|
||||
"provisionEnable": true,
|
||||
"distributedSceneEnable": false
|
||||
},
|
||||
{
|
||||
"name": "ohos.permission.sec.ACCESS_UDID",
|
||||
"grantMode": "system_grant",
|
||||
"availableLevel": "system_basic",
|
||||
"provisionEnable": true,
|
||||
"distributedSceneEnable": false
|
||||
},
|
||||
{
|
||||
"name": "ohos.permission.LAUNCH_DATA_PRIVACY_CENTER",
|
||||
"grantMode": "system_grant",
|
||||
"availableLevel": "system_basic",
|
||||
"provisionEnable": true,
|
||||
"distributedSceneEnable": false
|
||||
},
|
||||
{
|
||||
"name": "ohos.permission.MANAGE_MEDIA_RESOURCES",
|
||||
"grantMode": "system_grant",
|
||||
"availableLevel": "system_basic",
|
||||
"provisionEnable": true,
|
||||
"distributedSceneEnable": false
|
||||
},
|
||||
{
|
||||
"name": "ohos.permission.PUBLISH_AGENT_REMINDER",
|
||||
"grantMode": "system_grant",
|
||||
"availableLevel": "normal",
|
||||
"provisionEnable": true,
|
||||
"distributedSceneEnable": false,
|
||||
"label": "$string:ohos_lab_publish_agent_reminder",
|
||||
"description": "$string:ohos_desc_publish_agent_reminder"
|
||||
},
|
||||
{
|
||||
"name": "ohos.permission.CONTROL_TASK_SYNC_ANIMATOR",
|
||||
"grantMode": "system_grant",
|
||||
"availableLevel": "system_core",
|
||||
"provisionEnable": true,
|
||||
"distributedSceneEnable": false,
|
||||
"label": "$string:ohos_lab_control_task_sync_animator",
|
||||
"description": "$string:ohos_desc_control_task_sync_animator"
|
||||
},
|
||||
{
|
||||
"name": "ohos.permission.INPUT_MONITORING",
|
||||
"grantMode": "system_grant",
|
||||
"availableLevel": "system_core",
|
||||
"provisionEnable": true,
|
||||
"distributedSceneEnable": false
|
||||
},
|
||||
{
|
||||
"name": "ohos.permission.MANAGE_MISSIONS",
|
||||
"grantMode": "system_grant",
|
||||
"availableLevel": "system_core",
|
||||
"provisionEnable": true,
|
||||
"distributedSceneEnable": false
|
||||
},
|
||||
{
|
||||
"name": "ohos.permission.NOTIFICATION_CONTROLLER",
|
||||
"grantMode": "system_grant",
|
||||
"availableLevel": "system_core",
|
||||
"provisionEnable": true,
|
||||
"distributedSceneEnable": false,
|
||||
"label": "$string:ohos_lab_notification_controller",
|
||||
"description": "$string:ohos_desc_notification_controller"
|
||||
},
|
||||
{
|
||||
"name": "ohos.permission.CONNECTIVITY_INTERNAL",
|
||||
"grantMode": "system_grant",
|
||||
"availableLevel": "system_basic",
|
||||
"provisionEnable": true,
|
||||
"distributedSceneEnable": false
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -3155,6 +3155,536 @@
|
||||
"type": "float",
|
||||
"name": "ohos_id_text_line_space_l",
|
||||
"order": 630
|
||||
},
|
||||
{
|
||||
"type": "string",
|
||||
"name": "ohos_lab_answer_call",
|
||||
"order": 631
|
||||
},
|
||||
{
|
||||
"type": "string",
|
||||
"name": "ohos_desc_answer_call",
|
||||
"order": 632
|
||||
},
|
||||
{
|
||||
"type": "string",
|
||||
"name": "ohos_lab_internet",
|
||||
"order": 633
|
||||
},
|
||||
{
|
||||
"type": "string",
|
||||
"name": "ohos_desc_internet",
|
||||
"order": 634
|
||||
},
|
||||
{
|
||||
"type": "string",
|
||||
"name": "ohos_lab_modify_audio_settings",
|
||||
"order": 635
|
||||
},
|
||||
{
|
||||
"type": "string",
|
||||
"name": "ohos_desc_modify_audio_settings",
|
||||
"order": 636
|
||||
},
|
||||
{
|
||||
"type": "string",
|
||||
"name": "ohos_lab_read_calendar",
|
||||
"order": 637
|
||||
},
|
||||
{
|
||||
"type": "string",
|
||||
"name": "ohos_desc_read_calendar",
|
||||
"order": 638
|
||||
},
|
||||
{
|
||||
"type": "string",
|
||||
"name": "ohos_lab_read_call_log",
|
||||
"order": 639
|
||||
},
|
||||
{
|
||||
"type": "string",
|
||||
"name": "ohos_desc_read_call_log",
|
||||
"order": 640
|
||||
},
|
||||
{
|
||||
"type": "string",
|
||||
"name": "ohos_lab_read_cell_messages",
|
||||
"order": 641
|
||||
},
|
||||
{
|
||||
"type": "string",
|
||||
"name": "ohos_desc_read_cell_messages",
|
||||
"order": 642
|
||||
},
|
||||
{
|
||||
"type": "string",
|
||||
"name": "ohos_lab_read_contacts",
|
||||
"order": 643
|
||||
},
|
||||
{
|
||||
"type": "string",
|
||||
"name": "ohos_desc_read_contacts",
|
||||
"order": 644
|
||||
},
|
||||
{
|
||||
"type": "string",
|
||||
"name": "ohos_lab_get_telephony_state",
|
||||
"order": 645
|
||||
},
|
||||
{
|
||||
"type": "string",
|
||||
"name": "ohos_desc_get_telephony_state",
|
||||
"order": 646
|
||||
},
|
||||
{
|
||||
"type": "string",
|
||||
"name": "ohos_lab_read_messages",
|
||||
"order": 647
|
||||
},
|
||||
{
|
||||
"type": "string",
|
||||
"name": "ohos_desc_read_messages",
|
||||
"order": 648
|
||||
},
|
||||
{
|
||||
"type": "string",
|
||||
"name": "ohos_lab_receive_mms",
|
||||
"order": 649
|
||||
},
|
||||
{
|
||||
"type": "string",
|
||||
"name": "ohos_desc_receive_mms",
|
||||
"order": 650
|
||||
},
|
||||
{
|
||||
"type": "string",
|
||||
"name": "ohos_lab_receive_sms",
|
||||
"order": 651
|
||||
},
|
||||
{
|
||||
"type": "string",
|
||||
"name": "ohos_desc_receive_sms",
|
||||
"order": 652
|
||||
},
|
||||
{
|
||||
"type": "string",
|
||||
"name": "ohos_lab_receive_wap_messages",
|
||||
"order": 653
|
||||
},
|
||||
{
|
||||
"type": "string",
|
||||
"name": "ohos_desc_receive_wap_messages",
|
||||
"order": 654
|
||||
},
|
||||
{
|
||||
"type": "string",
|
||||
"name": "ohos_lab_microphone",
|
||||
"order": 655
|
||||
},
|
||||
{
|
||||
"type": "string",
|
||||
"name": "ohos_desc_microphone",
|
||||
"order": 656
|
||||
},
|
||||
{
|
||||
"type": "string",
|
||||
"name": "ohos_lab_send_messages",
|
||||
"order": 657
|
||||
},
|
||||
{
|
||||
"type": "string",
|
||||
"name": "ohos_desc_send_messages",
|
||||
"order": 658
|
||||
},
|
||||
{
|
||||
"type": "string",
|
||||
"name": "ohos_lab_write_calendar",
|
||||
"order": 659
|
||||
},
|
||||
{
|
||||
"type": "string",
|
||||
"name": "ohos_desc_write_calendar",
|
||||
"order": 660
|
||||
},
|
||||
{
|
||||
"type": "string",
|
||||
"name": "ohos_lab_write_call_log",
|
||||
"order": 661
|
||||
},
|
||||
{
|
||||
"type": "string",
|
||||
"name": "ohos_desc_write_call_log",
|
||||
"order": 662
|
||||
},
|
||||
{
|
||||
"type": "string",
|
||||
"name": "ohos_lab_write_contacts",
|
||||
"order": 663
|
||||
},
|
||||
{
|
||||
"type": "string",
|
||||
"name": "ohos_desc_write_contacts",
|
||||
"order": 664
|
||||
},
|
||||
{
|
||||
"type": "string",
|
||||
"name": "ohos_lab_distributed_datasync",
|
||||
"order": 665
|
||||
},
|
||||
{
|
||||
"type": "string",
|
||||
"name": "ohos_desc_distributed_datasync",
|
||||
"order": 666
|
||||
},
|
||||
{
|
||||
"type": "string",
|
||||
"name": "ohos_lab_manage_voicemail",
|
||||
"order": 667
|
||||
},
|
||||
{
|
||||
"type": "string",
|
||||
"name": "ohos_desc_manage_voicemail",
|
||||
"order": 668
|
||||
},
|
||||
{
|
||||
"type": "string",
|
||||
"name": "ohos_lab_location_in_background",
|
||||
"order": 669
|
||||
},
|
||||
{
|
||||
"type": "string",
|
||||
"name": "ohos_desc_location_in_background",
|
||||
"order": 670
|
||||
},
|
||||
{
|
||||
"type": "string",
|
||||
"name": "ohos_lab_location",
|
||||
"order": 671
|
||||
},
|
||||
{
|
||||
"type": "string",
|
||||
"name": "ohos_desc_location",
|
||||
"order": 672
|
||||
},
|
||||
{
|
||||
"type": "string",
|
||||
"name": "ohos_lab_media_location",
|
||||
"order": 673
|
||||
},
|
||||
{
|
||||
"type": "string",
|
||||
"name": "ohos_desc_media_location",
|
||||
"order": 674
|
||||
},
|
||||
{
|
||||
"type": "string",
|
||||
"name": "ohos_lab_get_network_info",
|
||||
"order": 675
|
||||
},
|
||||
{
|
||||
"type": "string",
|
||||
"name": "ohos_desc_get_network_info",
|
||||
"order": 676
|
||||
},
|
||||
{
|
||||
"type": "string",
|
||||
"name": "ohos_lab_place_call",
|
||||
"order": 677
|
||||
},
|
||||
{
|
||||
"type": "string",
|
||||
"name": "ohos_desc_place_call",
|
||||
"order": 678
|
||||
},
|
||||
{
|
||||
"type": "string",
|
||||
"name": "ohos_lab_camera",
|
||||
"order": 679
|
||||
},
|
||||
{
|
||||
"type": "string",
|
||||
"name": "ohos_desc_camera",
|
||||
"order": 680
|
||||
},
|
||||
{
|
||||
"type": "string",
|
||||
"name": "ohos_lab_set_network_info",
|
||||
"order": 681
|
||||
},
|
||||
{
|
||||
"type": "string",
|
||||
"name": "ohos_desc_set_network_info",
|
||||
"order": 682
|
||||
},
|
||||
{
|
||||
"type": "string",
|
||||
"name": "ohos_lab_read_media",
|
||||
"order": 683
|
||||
},
|
||||
{
|
||||
"type": "string",
|
||||
"name": "ohos_desc_read_media",
|
||||
"order": 684
|
||||
},
|
||||
{
|
||||
"type": "string",
|
||||
"name": "ohos_lab_write_media",
|
||||
"order": 685
|
||||
},
|
||||
{
|
||||
"type": "string",
|
||||
"name": "ohos_desc_write_media",
|
||||
"order": 686
|
||||
},
|
||||
{
|
||||
"type": "string",
|
||||
"name": "ohos_lab_distributed_virtualdevice",
|
||||
"order": 687
|
||||
},
|
||||
{
|
||||
"type": "string",
|
||||
"name": "ohos_desc_distributed_virtualdevice",
|
||||
"order": 688
|
||||
},
|
||||
{
|
||||
"type": "string",
|
||||
"name": "ohos_lab_enroll_biometric",
|
||||
"order": 689
|
||||
},
|
||||
{
|
||||
"type": "string",
|
||||
"name": "ohos_desc_enroll_biometric",
|
||||
"order": 690
|
||||
},
|
||||
{
|
||||
"type": "string",
|
||||
"name": "ohos_lab_access_biometric",
|
||||
"order": 691
|
||||
},
|
||||
{
|
||||
"type": "string",
|
||||
"name": "ohos_desc_access_biometric",
|
||||
"order": 692
|
||||
},
|
||||
{
|
||||
"type": "string",
|
||||
"name": "ohos_lab_access_biometric_internal",
|
||||
"order": 693
|
||||
},
|
||||
{
|
||||
"type": "string",
|
||||
"name": "ohos_desc_access_biometric_internal",
|
||||
"order": 694
|
||||
},
|
||||
{
|
||||
"type": "string",
|
||||
"name": "ohos_lab_reset_biometric_lockout",
|
||||
"order": 695
|
||||
},
|
||||
{
|
||||
"type": "string",
|
||||
"name": "ohos_desc_reset_biometric_lockout",
|
||||
"order": 696
|
||||
},
|
||||
{
|
||||
"type": "string",
|
||||
"name": "ohos_lab_set_time",
|
||||
"order": 697
|
||||
},
|
||||
{
|
||||
"type": "string",
|
||||
"name": "ohos_desc_set_time",
|
||||
"order": 698
|
||||
},
|
||||
{
|
||||
"type": "string",
|
||||
"name": "ohos_lab_set_time_zone",
|
||||
"order": 699
|
||||
},
|
||||
{
|
||||
"type": "string",
|
||||
"name": "ohos_desc_set_time_zone",
|
||||
"order": 700
|
||||
},
|
||||
{
|
||||
"type": "string",
|
||||
"name": "ohos_lab_download_session_manager",
|
||||
"order": 701
|
||||
},
|
||||
{
|
||||
"type": "string",
|
||||
"name": "ohos_desc_download_session_manager",
|
||||
"order": 702
|
||||
},
|
||||
{
|
||||
"type": "string",
|
||||
"name": "ohos_lab_commonevent_sticky",
|
||||
"order": 703
|
||||
},
|
||||
{
|
||||
"type": "string",
|
||||
"name": "ohos_desc_commonevent_sticky",
|
||||
"order": 704
|
||||
},
|
||||
{
|
||||
"type": "string",
|
||||
"name": "ohos_lab_manage_local_accounts",
|
||||
"order": 705
|
||||
},
|
||||
{
|
||||
"type": "string",
|
||||
"name": "ohos_desc_manage_local_accounts",
|
||||
"order": 706
|
||||
},
|
||||
{
|
||||
"type": "string",
|
||||
"name": "ohos_lab_interact_across_local_accounts",
|
||||
"order": 707
|
||||
},
|
||||
{
|
||||
"type": "string",
|
||||
"name": "ohos_desc_interact_across_local_accounts",
|
||||
"order": 708
|
||||
},
|
||||
{
|
||||
"type": "string",
|
||||
"name": "ohos_lab_vibrate",
|
||||
"order": 709
|
||||
},
|
||||
{
|
||||
"type": "string",
|
||||
"name": "ohos_desc_vibrate",
|
||||
"order": 710
|
||||
},
|
||||
{
|
||||
"type": "string",
|
||||
"name": "ohos_lab_activity_motion",
|
||||
"order": 711
|
||||
},
|
||||
{
|
||||
"type": "string",
|
||||
"name": "ohos_desc_activity_motion",
|
||||
"order": 712
|
||||
},
|
||||
{
|
||||
"type": "string",
|
||||
"name": "ohos_lab_read_health_data",
|
||||
"order": 713
|
||||
},
|
||||
{
|
||||
"type": "string",
|
||||
"name": "ohos_desc_read_health_data",
|
||||
"order": 714
|
||||
},
|
||||
{
|
||||
"type": "string",
|
||||
"name": "ohos_lab_connect_ime_ability",
|
||||
"order": 715
|
||||
},
|
||||
{
|
||||
"type": "string",
|
||||
"name": "ohos_desc_connect_ime_ability",
|
||||
"order": 716
|
||||
},
|
||||
{
|
||||
"type": "string",
|
||||
"name": "ohos_lab_set_wallpaper",
|
||||
"order": 717
|
||||
},
|
||||
{
|
||||
"type": "string",
|
||||
"name": "ohos_desc_set_wallpaper",
|
||||
"order": 718
|
||||
},
|
||||
{
|
||||
"type": "string",
|
||||
"name": "ohos_lab_get_wallpaper",
|
||||
"order": 719
|
||||
},
|
||||
{
|
||||
"type": "string",
|
||||
"name": "ohos_desc_get_wallpaper",
|
||||
"order": 720
|
||||
},
|
||||
{
|
||||
"type": "string",
|
||||
"name": "ohos_lab_interact_across_local_accounts_extension",
|
||||
"order": 721
|
||||
},
|
||||
{
|
||||
"type": "string",
|
||||
"name": "ohos_desc_interact_across_local_accounts_extension",
|
||||
"order": 722
|
||||
},
|
||||
{
|
||||
"type": "string",
|
||||
"name": "ohos_lab_accelerometer",
|
||||
"order": 723
|
||||
},
|
||||
{
|
||||
"type": "string",
|
||||
"name": "ohos_desc_accelerometer",
|
||||
"order": 724
|
||||
},
|
||||
{
|
||||
"type": "string",
|
||||
"name": "ohos_lab_gyroscope",
|
||||
"order": 725
|
||||
},
|
||||
{
|
||||
"type": "string",
|
||||
"name": "ohos_desc_gyroscope",
|
||||
"order": 726
|
||||
},
|
||||
{
|
||||
"type": "string",
|
||||
"name": "ohos_lab_set_telephony_state",
|
||||
"order": 727
|
||||
},
|
||||
{
|
||||
"type": "string",
|
||||
"name": "ohos_desc_set_telephony_state",
|
||||
"order": 728
|
||||
},
|
||||
{
|
||||
"type": "string",
|
||||
"name": "ohos_lab_bundle_active_info",
|
||||
"order": 729
|
||||
},
|
||||
{
|
||||
"type": "string",
|
||||
"name": "ohos_desc_bundle_active_info",
|
||||
"order": 730
|
||||
},
|
||||
{
|
||||
"type": "string",
|
||||
"name": "ohos_lab_publish_agent_reminder",
|
||||
"order": 731
|
||||
},
|
||||
{
|
||||
"type": "string",
|
||||
"name": "ohos_desc_publish_agent_reminder",
|
||||
"order": 732
|
||||
},
|
||||
{
|
||||
"type": "string",
|
||||
"name": "ohos_lab_control_task_sync_animator",
|
||||
"order": 733
|
||||
},
|
||||
{
|
||||
"type": "string",
|
||||
"name": "ohos_desc_control_task_sync_animator",
|
||||
"order": 734
|
||||
},
|
||||
{
|
||||
"type": "string",
|
||||
"name": "ohos_lab_notification_controller",
|
||||
"order": 735
|
||||
},
|
||||
{
|
||||
"type": "string",
|
||||
"name": "ohos_desc_notification_controller",
|
||||
"order": 736
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -7,6 +7,430 @@
|
||||
{
|
||||
"name": "ohos_id_text_font_family_medium",
|
||||
"value": "HwChinese-medium"
|
||||
},
|
||||
{
|
||||
"name": "ohos_lab_answer_call",
|
||||
"value": "Answer phone calls"
|
||||
},
|
||||
{
|
||||
"name": "ohos_desc_answer_call",
|
||||
"value": "Allows an application to answer incoming calls."
|
||||
},
|
||||
{
|
||||
"name": "ohos_lab_internet",
|
||||
"value": "Access Internet"
|
||||
},
|
||||
{
|
||||
"name": "ohos_desc_internet",
|
||||
"value": "Allows an application to access the Internet."
|
||||
},
|
||||
{
|
||||
"name": "ohos_lab_modify_audio_settings",
|
||||
"value": "Play audio"
|
||||
},
|
||||
{
|
||||
"name": "ohos_desc_modify_audio_settings",
|
||||
"value": "Allows an application to enable or disable the audio playback channel."
|
||||
},
|
||||
{
|
||||
"name": "ohos_lab_read_calendar",
|
||||
"value": "Read calendar information"
|
||||
},
|
||||
{
|
||||
"name": "ohos_desc_read_calendar",
|
||||
"value": "Allows an application to read calendar information."
|
||||
},
|
||||
{
|
||||
"name": "ohos_lab_read_call_log",
|
||||
"value": "Read call logs"
|
||||
},
|
||||
{
|
||||
"name": "ohos_desc_read_call_log",
|
||||
"value": "Allows an application to read call logs."
|
||||
},
|
||||
{
|
||||
"name": "ohos_lab_read_cell_messages",
|
||||
"value": "Read cell broadcast messages"
|
||||
},
|
||||
{
|
||||
"name": "ohos_desc_read_cell_messages",
|
||||
"value": "Allows an application to read cell broadcast messages received by the device."
|
||||
},
|
||||
{
|
||||
"name": "ohos_lab_read_contacts",
|
||||
"value": "Read Contacts"
|
||||
},
|
||||
{
|
||||
"name": "ohos_desc_read_contacts",
|
||||
"value": "Allows an application to read Contacts."
|
||||
},
|
||||
{
|
||||
"name": "ohos_lab_get_telephony_state",
|
||||
"value": "Read telephony information"
|
||||
},
|
||||
{
|
||||
"name": "ohos_desc_get_telephony_state",
|
||||
"value": "Allows an application to access telephony information, including the phone number, device ID, voice mailbox, IMEI, and ICCID."
|
||||
},
|
||||
{
|
||||
"name": "ohos_lab_read_messages",
|
||||
"value": "Read SMS/MMS messages"
|
||||
},
|
||||
{
|
||||
"name": "ohos_desc_read_messages",
|
||||
"value": "Allows an application to read SMS/MMS messages."
|
||||
},
|
||||
{
|
||||
"name": "ohos_lab_receive_mms",
|
||||
"value": "Receive MMS messages"
|
||||
},
|
||||
{
|
||||
"name": "ohos_desc_receive_mms",
|
||||
"value": "Allows an application to receive MMS messages."
|
||||
},
|
||||
{
|
||||
"name": "ohos_lab_receive_sms",
|
||||
"value": "Receive SMS messages"
|
||||
},
|
||||
{
|
||||
"name": "ohos_desc_receive_sms",
|
||||
"value": "Allows an application to receive SMS messages."
|
||||
},
|
||||
{
|
||||
"name": "ohos_lab_receive_wap_messages",
|
||||
"value": "Receive WAP messages"
|
||||
},
|
||||
{
|
||||
"name": "ohos_desc_receive_wap_messages",
|
||||
"value": "Allows an application to receive WAP messages."
|
||||
},
|
||||
{
|
||||
"name": "ohos_lab_microphone",
|
||||
"value": "Record audio"
|
||||
},
|
||||
{
|
||||
"name": "ohos_desc_microphone",
|
||||
"value": "Allows an application to enable or disable the audio recording channel."
|
||||
},
|
||||
{
|
||||
"name": "ohos_lab_send_messages",
|
||||
"value": "Send SMS/MMS messages"
|
||||
},
|
||||
{
|
||||
"name": "ohos_desc_send_messages",
|
||||
"value": "Allows an application to send SMS/MMS messages."
|
||||
},
|
||||
{
|
||||
"name": "ohos_lab_write_calendar",
|
||||
"value": "Add/Modify/Delete calendar events"
|
||||
},
|
||||
{
|
||||
"name": "ohos_desc_write_calendar",
|
||||
"value": "Allows an application to add, modify, and delete calendar events."
|
||||
},
|
||||
{
|
||||
"name": "ohos_lab_write_call_log",
|
||||
"value": "Add/Modify/Delete call logs"
|
||||
},
|
||||
{
|
||||
"name": "ohos_desc_write_call_log",
|
||||
"value": "Allows an application to add, modify, and delete call logs."
|
||||
},
|
||||
{
|
||||
"name": "ohos_lab_write_contacts",
|
||||
"value": "Add/Modify/Delete Contacts"
|
||||
},
|
||||
{
|
||||
"name": "ohos_desc_write_contacts",
|
||||
"value": "Allows an application to add, modify, and delete Contacts."
|
||||
},
|
||||
{
|
||||
"name": "ohos_lab_distributed_datasync",
|
||||
"value": "Obtain the device location"
|
||||
},
|
||||
{
|
||||
"name": "ohos_desc_distributed_datasync",
|
||||
"value": "Allows a background application to obtain the device location."
|
||||
},
|
||||
{
|
||||
"name": "ohos_lab_manage_voicemail",
|
||||
"value": "Manage the voice mailbox"
|
||||
},
|
||||
{
|
||||
"name": "ohos_desc_manage_voicemail",
|
||||
"value": "Allows an application to manage the voice mailbox."
|
||||
},
|
||||
{
|
||||
"name": "ohos_lab_location_in_background",
|
||||
"value": "Obtain the device location"
|
||||
},
|
||||
{
|
||||
"name": "ohos_desc_location_in_background",
|
||||
"value": "Allows a background application to obtain the device location."
|
||||
},
|
||||
{
|
||||
"name": "ohos_lab_location",
|
||||
"value": "Obtain the device location"
|
||||
},
|
||||
{
|
||||
"name": "ohos_desc_location",
|
||||
"value": "Allows a foreground application to obtain the device location."
|
||||
},
|
||||
{
|
||||
"name": "ohos_lab_media_location",
|
||||
"value": "Access location information"
|
||||
},
|
||||
{
|
||||
"name": "ohos_desc_media_location",
|
||||
"value": "Allows an application to read the location where a photo is taken, such as the longitude and latitude."
|
||||
},
|
||||
{
|
||||
"name": "ohos_lab_get_network_info",
|
||||
"value": "Read network information"
|
||||
},
|
||||
{
|
||||
"name": "ohos_desc_get_network_info",
|
||||
"value": "Allows an application to obtain network information."
|
||||
},
|
||||
{
|
||||
"name": "ohos_lab_place_call",
|
||||
"value": "Make calls"
|
||||
},
|
||||
{
|
||||
"name": "ohos_desc_place_call",
|
||||
"value": "Allows an application to make calls without starting the dialer."
|
||||
},
|
||||
{
|
||||
"name": "ohos_lab_camera",
|
||||
"value": "Take photos or shoot videos"
|
||||
},
|
||||
{
|
||||
"name": "ohos_desc_camera",
|
||||
"value": "Allows an application to take photos and shoot videos."
|
||||
},
|
||||
{
|
||||
"name": "ohos_lab_set_network_info",
|
||||
"value": "Set data network"
|
||||
},
|
||||
{
|
||||
"name": "ohos_desc_set_network_info",
|
||||
"value": "Allows an application to set data network information."
|
||||
},
|
||||
{
|
||||
"name": "ohos_lab_read_media",
|
||||
"value": "Read media files"
|
||||
},
|
||||
{
|
||||
"name": "ohos_desc_read_media",
|
||||
"value": "Allows an application to read media files, such as video and audio clips and images."
|
||||
},
|
||||
{
|
||||
"name": "ohos_lab_write_media",
|
||||
"value": "Read and write media files"
|
||||
},
|
||||
{
|
||||
"name": "ohos_desc_write_media",
|
||||
"value": "Allows an application to read and write media files, such as video and audio clips and images."
|
||||
},
|
||||
{
|
||||
"name": "ohos_lab_distributed_virtualdevice",
|
||||
"value": "Discover devices for multi-device collaboration"
|
||||
},
|
||||
{
|
||||
"name": "ohos_desc_distributed_virtualdevice",
|
||||
"value": "Allows an application to discover and access other devices in multi-device collaboration."
|
||||
},
|
||||
{
|
||||
"name": "ohos_lab_enroll_biometric",
|
||||
"value": "Manage biological features"
|
||||
},
|
||||
{
|
||||
"name": "ohos_desc_enroll_biometric",
|
||||
"value": "Allows an application to manage biometrical features."
|
||||
},
|
||||
{
|
||||
"name": "ohos_lab_access_biometric",
|
||||
"value": "Biometric feature authentication"
|
||||
},
|
||||
{
|
||||
"name": "ohos_desc_access_biometric",
|
||||
"value": "Allows an application to use biometric features for authentication."
|
||||
},
|
||||
{
|
||||
"name": "ohos_lab_access_biometric_internal",
|
||||
"value": "Biometric feature authentication for system applications"
|
||||
},
|
||||
{
|
||||
"name": "ohos_desc_access_biometric_internal",
|
||||
"value": "Allows a system application to use biometric features for authentication."
|
||||
},
|
||||
{
|
||||
"name": "ohos_lab_reset_biometric_lockout",
|
||||
"value": "Reset the upper limit for biometric feature authentication failures"
|
||||
},
|
||||
{
|
||||
"name": "ohos_desc_reset_biometric_lockout",
|
||||
"value": "Allows an application to reset the maximum number of failures allowed before biometric feature authentication is locked."
|
||||
},
|
||||
{
|
||||
"name": "ohos_lab_set_time",
|
||||
"value": "Set the system time"
|
||||
},
|
||||
{
|
||||
"name": "ohos_desc_set_time",
|
||||
"value": "Allows an application to set the system time."
|
||||
},
|
||||
{
|
||||
"name": "ohos_lab_set_time_zone",
|
||||
"value": "Set the system time zone"
|
||||
},
|
||||
{
|
||||
"name": "ohos_desc_set_time_zone",
|
||||
"value": "Allows an application to set the system time zone."
|
||||
},
|
||||
{
|
||||
"name": "ohos_lab_download_session_manager",
|
||||
"value": "Manage download sessions"
|
||||
},
|
||||
{
|
||||
"name": "ohos_desc_download_session_manager",
|
||||
"value": "Allows an application to manage download sessions."
|
||||
},
|
||||
{
|
||||
"name": "ohos_lab_commonevent_sticky",
|
||||
"value": "Sticky common events"
|
||||
},
|
||||
{
|
||||
"name": "ohos_desc_commonevent_sticky",
|
||||
"value": "Allows an application to publish sticky common events."
|
||||
},
|
||||
{
|
||||
"name": "ohos_lab_manage_local_accounts",
|
||||
"value": "Manage local accounts"
|
||||
},
|
||||
{
|
||||
"name": "ohos_desc_manage_local_accounts",
|
||||
"value": "Allows an application to add, delete, modify, and query local accounts."
|
||||
},
|
||||
{
|
||||
"name": "ohos_lab_interact_across_local_accounts",
|
||||
"value": "Multi-account mutual access"
|
||||
},
|
||||
{
|
||||
"name": "ohos_desc_interact_across_local_accounts",
|
||||
"value": "Allows an application to access accounts of other applications."
|
||||
},
|
||||
{
|
||||
"name": "ohos_lab_vibrate",
|
||||
"value": "Vibrate"
|
||||
},
|
||||
{
|
||||
"name": "ohos_desc_vibrate",
|
||||
"value": "Allows an application to use the vibrator."
|
||||
},
|
||||
{
|
||||
"name": "ohos_lab_activity_motion",
|
||||
"value": "Read workout status"
|
||||
},
|
||||
{
|
||||
"name": "ohos_desc_activity_motion",
|
||||
"value": "Allows an application to read the workout status of the user."
|
||||
},
|
||||
{
|
||||
"name": "ohos_lab_read_health_data",
|
||||
"value": "Read health data"
|
||||
},
|
||||
{
|
||||
"name": "ohos_desc_read_health_data",
|
||||
"value": "Allows an application to read the health data of the user."
|
||||
},
|
||||
{
|
||||
"name": "ohos_lab_connect_ime_ability",
|
||||
"value": "Bind to the input method framework"
|
||||
},
|
||||
{
|
||||
"name": "ohos_desc_connect_ime_ability",
|
||||
"value": "Allows an application to be invoked by the input method framework."
|
||||
},
|
||||
{
|
||||
"name": "ohos_lab_set_wallpaper",
|
||||
"value": "Set static wallpapers"
|
||||
},
|
||||
{
|
||||
"name": "ohos_desc_set_wallpaper",
|
||||
"value": "Allows an application to set a static wallpaper."
|
||||
},
|
||||
{
|
||||
"name": "ohos_lab_get_wallpaper",
|
||||
"value": "Read wallpaper files"
|
||||
},
|
||||
{
|
||||
"name": "ohos_desc_get_wallpaper",
|
||||
"value": "Allows an application to read wallpaper files."
|
||||
},
|
||||
{
|
||||
"name": "ohos_lab_interact_across_local_accounts_extension",
|
||||
"value": "Multi-account access extension"
|
||||
},
|
||||
{
|
||||
"name": "ohos_desc_interact_across_local_accounts_extension",
|
||||
"value": "Allows an application to set the attributes of applications of other users."
|
||||
},
|
||||
{
|
||||
"name": "ohos_lab_accelerometer",
|
||||
"value": "Read acceleration sensor data"
|
||||
},
|
||||
{
|
||||
"name": "ohos_desc_accelerometer",
|
||||
"value": "Allows an application to read data from an acceleration sensor."
|
||||
},
|
||||
{
|
||||
"name": "ohos_lab_gyroscope",
|
||||
"value": "Read gyroscope sensor data"
|
||||
},
|
||||
{
|
||||
"name": "ohos_desc_gyroscope",
|
||||
"value": "Allows an application to read data from a gyroscope sensor."
|
||||
},
|
||||
{
|
||||
"name": "ohos_lab_set_telephony_state",
|
||||
"value": "Set telephony state"
|
||||
},
|
||||
{
|
||||
"name": "ohos_desc_set_telephony_state",
|
||||
"value": "Allows an application to set the telephony state, for example, to enable or disable the airplane mode, and change the network mode."
|
||||
},
|
||||
{
|
||||
"name": "ohos_lab_bundle_active_info",
|
||||
"value": "Query application running time"
|
||||
},
|
||||
{
|
||||
"name": "ohos_desc_bundle_active_info",
|
||||
"value": "Allows a system application or privileged application to obtain how long other applications have been running in the foreground or background."
|
||||
},
|
||||
{
|
||||
"name": "ohos_lab_publish_agent_reminder",
|
||||
"value": "Agent-powered reminder"
|
||||
},
|
||||
{
|
||||
"name": "ohos_desc_publish_agent_reminder",
|
||||
"value": "Allows an application to use agent-powered reminders."
|
||||
},
|
||||
{
|
||||
"name": "ohos_lab_control_task_sync_animator",
|
||||
"value": "Sync task animation"
|
||||
},
|
||||
{
|
||||
"name": "ohos_desc_control_task_sync_animator",
|
||||
"value": "Allows an application to use sync task animations."
|
||||
},
|
||||
{
|
||||
"name": "ohos_lab_notification_controller",
|
||||
"value": "System interfaces"
|
||||
},
|
||||
{
|
||||
"name": "ohos_desc_notification_controller",
|
||||
"value": "Allows an application to use notification management interfaces."
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
@@ -0,0 +1,428 @@
|
||||
{
|
||||
"string": [
|
||||
{
|
||||
"name": "ohos_lab_answer_call",
|
||||
"value": "接听电话"
|
||||
},
|
||||
{
|
||||
"name": "ohos_desc_answer_call",
|
||||
"value": "允许应用接听电话。"
|
||||
},
|
||||
{
|
||||
"name": "ohos_lab_internet",
|
||||
"value": "访问网络"
|
||||
},
|
||||
{
|
||||
"name": "ohos_desc_internet",
|
||||
"value": "允许应用访问网络。"
|
||||
},
|
||||
{
|
||||
"name": "ohos_lab_modify_audio_settings",
|
||||
"value": "播放音频"
|
||||
},
|
||||
{
|
||||
"name": "ohos_desc_modify_audio_settings",
|
||||
"value": "允许应用打开或关闭播放通路。"
|
||||
},
|
||||
{
|
||||
"name": "ohos_lab_read_calendar",
|
||||
"value": "读取日历"
|
||||
},
|
||||
{
|
||||
"name": "ohos_desc_read_calendar",
|
||||
"value": "允许应用读取日历。"
|
||||
},
|
||||
{
|
||||
"name": "ohos_lab_read_call_log",
|
||||
"value": "读取通话记录"
|
||||
},
|
||||
{
|
||||
"name": "ohos_desc_read_call_log",
|
||||
"value": "允许应用读取设备上的通话记录信息。"
|
||||
},
|
||||
{
|
||||
"name": "ohos_lab_read_cell_messages",
|
||||
"value": "读取小区广播"
|
||||
},
|
||||
{
|
||||
"name": "ohos_desc_read_cell_messages",
|
||||
"value": "允许应用读取设备接收的小区广播信息。"
|
||||
},
|
||||
{
|
||||
"name": "ohos_lab_read_contacts",
|
||||
"value": "读取通讯录"
|
||||
},
|
||||
{
|
||||
"name": "ohos_desc_read_contacts",
|
||||
"value": "允许应用读取设备上存储的联系人信息。"
|
||||
},
|
||||
{
|
||||
"name": "ohos_lab_get_telephony_state",
|
||||
"value": "读取电话信息"
|
||||
},
|
||||
{
|
||||
"name": "ohos_desc_get_telephony_state",
|
||||
"value": "允许应用访问设备的本机号码、设备ID、语音信箱、IMEI、ICCID等敏感信息。"
|
||||
},
|
||||
{
|
||||
"name": "ohos_lab_read_messages",
|
||||
"value": "读取短彩信"
|
||||
},
|
||||
{
|
||||
"name": "ohos_desc_read_messages",
|
||||
"value": "允许应用读取设备接收的短彩信信息。"
|
||||
},
|
||||
{
|
||||
"name": "ohos_lab_receive_mms",
|
||||
"value": "接收彩信"
|
||||
},
|
||||
{
|
||||
"name": "ohos_desc_receive_mms",
|
||||
"value": "允许应用接收彩信。"
|
||||
},
|
||||
{
|
||||
"name": "ohos_lab_receive_sms",
|
||||
"value": "接收短信"
|
||||
},
|
||||
{
|
||||
"name": "ohos_desc_receive_sms",
|
||||
"value": "允许应用接收短信。"
|
||||
},
|
||||
{
|
||||
"name": "ohos_lab_receive_wap_messages",
|
||||
"value": "接收WAP消息"
|
||||
},
|
||||
{
|
||||
"name": "ohos_desc_receive_wap_messages",
|
||||
"value": "允许应用接收WAP消息。"
|
||||
},
|
||||
{
|
||||
"name": "ohos_lab_microphone",
|
||||
"value": "录制音频"
|
||||
},
|
||||
{
|
||||
"name": "ohos_desc_microphone",
|
||||
"value": "允许应用打开或关闭录音通路。"
|
||||
},
|
||||
{
|
||||
"name": "ohos_lab_send_messages",
|
||||
"value": "发送短彩信"
|
||||
},
|
||||
{
|
||||
"name": "ohos_desc_send_messages",
|
||||
"value": "允许应用发送短彩信。"
|
||||
},
|
||||
{
|
||||
"name": "ohos_lab_write_calendar",
|
||||
"value": "新建/修改/删除日历"
|
||||
},
|
||||
{
|
||||
"name": "ohos_desc_write_calendar",
|
||||
"value": "允许应用新建/修改/删除日历。"
|
||||
},
|
||||
{
|
||||
"name": "ohos_lab_write_call_log",
|
||||
"value": "新建/修改/删除通话记录"
|
||||
},
|
||||
{
|
||||
"name": "ohos_desc_write_call_log",
|
||||
"value": "允许应用新建/修改/删除设备上的通话记录信息。"
|
||||
},
|
||||
{
|
||||
"name": "ohos_lab_write_contacts",
|
||||
"value": "新建/修改/删除通讯录"
|
||||
},
|
||||
{
|
||||
"name": "ohos_desc_write_contacts",
|
||||
"value": "允许应用新建/修改/删除设备上存储的联系人信息。"
|
||||
},
|
||||
{
|
||||
"name": "ohos_lab_distributed_datasync",
|
||||
"value": "允许不同设备间数据交换"
|
||||
},
|
||||
{
|
||||
"name": "ohos_desc_distributed_datasync",
|
||||
"value": "允许应用与远程设备交换用户数据(如图片、音乐、视频、及应用数据等)。"
|
||||
},
|
||||
{
|
||||
"name": "ohos_lab_manage_voicemail",
|
||||
"value": "语音信箱"
|
||||
},
|
||||
{
|
||||
"name": "ohos_desc_manage_voicemail",
|
||||
"value": "允许应用管理语音信箱。"
|
||||
},
|
||||
{
|
||||
"name": "ohos_lab_location_in_background",
|
||||
"value": "定位权限"
|
||||
},
|
||||
{
|
||||
"name": "ohos_desc_location_in_background",
|
||||
"value": "允许应用在后台运行时获取位置信息。"
|
||||
},
|
||||
{
|
||||
"name": "ohos_lab_location",
|
||||
"value": "定位权限"
|
||||
},
|
||||
{
|
||||
"name": "ohos_desc_location",
|
||||
"value": "允许应用在前台运行时获取位置信息。"
|
||||
},
|
||||
{
|
||||
"name": "ohos_lab_media_location",
|
||||
"value": "允许应用访问拍摄位置"
|
||||
},
|
||||
{
|
||||
"name": "ohos_desc_media_location",
|
||||
"value": "应用访问用户媒体文件中的拍摄位置信息如经纬度信息,需要申请此权限。"
|
||||
},
|
||||
{
|
||||
"name": "ohos_lab_get_network_info",
|
||||
"value": "读取网络信息"
|
||||
},
|
||||
{
|
||||
"name": "ohos_desc_get_network_info",
|
||||
"value": "允许应用获取数据网络信息。"
|
||||
},
|
||||
{
|
||||
"name": "ohos_lab_place_call",
|
||||
"value": "拨打电话"
|
||||
},
|
||||
{
|
||||
"name": "ohos_desc_place_call",
|
||||
"value": "允许应用直接拨打电话。"
|
||||
},
|
||||
{
|
||||
"name": "ohos_lab_camera",
|
||||
"value": "拍摄照片和录制视频"
|
||||
},
|
||||
{
|
||||
"name": "ohos_desc_camera",
|
||||
"value": "允许应用拍摄照片和视频。"
|
||||
},
|
||||
{
|
||||
"name": "ohos_lab_set_network_info",
|
||||
"value": "配置数据网络"
|
||||
},
|
||||
{
|
||||
"name": "ohos_desc_set_network_info",
|
||||
"value": "允许应用配置数据网络。"
|
||||
},
|
||||
{
|
||||
"name": "ohos_lab_read_media",
|
||||
"value": "允许应用读取媒体文件"
|
||||
},
|
||||
{
|
||||
"name": "ohos_desc_read_media",
|
||||
"value": "应用访问用户媒体文件,如视频、音频、图片等,需要申请此权限。"
|
||||
},
|
||||
{
|
||||
"name": "ohos_lab_write_media",
|
||||
"value": "允许应用读写媒体文件"
|
||||
},
|
||||
{
|
||||
"name": "ohos_desc_write_media",
|
||||
"value": "应用读写用户媒体文件,如视频、音频、图片等,需要申请此权限。"
|
||||
},
|
||||
{
|
||||
"name": "ohos_lab_distributed_virtualdevice",
|
||||
"value": "发现支持多设备协同设备"
|
||||
},
|
||||
{
|
||||
"name": "ohos_desc_distributed_virtualdevice",
|
||||
"value": "允许应用发现并访问其他设备,以便进行多设备协同操作。"
|
||||
},
|
||||
{
|
||||
"name": "ohos_lab_enroll_biometric",
|
||||
"value": "管理生物特征"
|
||||
},
|
||||
{
|
||||
"name": "ohos_desc_enroll_biometric",
|
||||
"value": "允许应用管理生物特征"
|
||||
},
|
||||
{
|
||||
"name": "ohos_lab_access_biometric",
|
||||
"value": "使用生物特征认证"
|
||||
},
|
||||
{
|
||||
"name": "ohos_desc_access_biometric",
|
||||
"value": "允许应用使用生物特征进行认证。"
|
||||
},
|
||||
{
|
||||
"name": "ohos_lab_access_biometric_internal",
|
||||
"value": "系统应用使用生物特征认证"
|
||||
},
|
||||
{
|
||||
"name": "ohos_desc_access_biometric_internal",
|
||||
"value": "允许应用使用生物特征进行认证。"
|
||||
},
|
||||
{
|
||||
"name": "ohos_lab_reset_biometric_lockout",
|
||||
"value": "重置生物特征认证失败计数"
|
||||
},
|
||||
{
|
||||
"name": "ohos_desc_reset_biometric_lockout",
|
||||
"value": "允许应用重置生物认证失败的计数。"
|
||||
},
|
||||
{
|
||||
"name": "ohos_lab_set_time",
|
||||
"value": "允许修改系统时间"
|
||||
},
|
||||
{
|
||||
"name": "ohos_desc_set_time",
|
||||
"value": "允许应用修改系统时间。"
|
||||
},
|
||||
{
|
||||
"name": "ohos_lab_set_time_zone",
|
||||
"value": "允许修改系统时区"
|
||||
},
|
||||
{
|
||||
"name": "ohos_desc_set_time_zone",
|
||||
"value": "允许应用修改系统时区。"
|
||||
},
|
||||
{
|
||||
"name": "ohos_lab_download_session_manager",
|
||||
"value": "允许管理下载任务会话"
|
||||
},
|
||||
{
|
||||
"name": "ohos_desc_download_session_manager",
|
||||
"value": "允许应用管理下载任务会话。"
|
||||
},
|
||||
{
|
||||
"name": "ohos_lab_commonevent_sticky",
|
||||
"value": "粘性公共事件"
|
||||
},
|
||||
{
|
||||
"name": "ohos_desc_commonevent_sticky",
|
||||
"value": "允许应用发布粘性公共事件。"
|
||||
},
|
||||
{
|
||||
"name": "ohos_lab_manage_local_accounts",
|
||||
"value": "管理本地账户"
|
||||
},
|
||||
{
|
||||
"name": "ohos_desc_manage_local_accounts",
|
||||
"value": "允许应用对本地账户的增删改查。"
|
||||
},
|
||||
{
|
||||
"name": "ohos_lab_interact_across_local_accounts",
|
||||
"value": "多账户间相互访问"
|
||||
},
|
||||
{
|
||||
"name": "ohos_desc_interact_across_local_accounts",
|
||||
"value": "允许多个账号之间相互访问。"
|
||||
},
|
||||
{
|
||||
"name": "ohos_lab_vibrate",
|
||||
"value": "使用马达振动"
|
||||
},
|
||||
{
|
||||
"name": "ohos_desc_vibrate",
|
||||
"value": "允许应用程序使用马达振动。"
|
||||
},
|
||||
{
|
||||
"name": "ohos_lab_activity_motion",
|
||||
"value": "读取用户的运动状态"
|
||||
},
|
||||
{
|
||||
"name": "ohos_desc_activity_motion",
|
||||
"value": "允许应用程序读取用户的运动状态。"
|
||||
},
|
||||
{
|
||||
"name": "ohos_lab_read_health_data",
|
||||
"value": "读取用户的健康数据"
|
||||
},
|
||||
{
|
||||
"name": "ohos_desc_read_health_data",
|
||||
"value": "允许应用程序读取用户的健康数据。"
|
||||
},
|
||||
{
|
||||
"name": "ohos_lab_connect_ime_ability",
|
||||
"value": "允许绑定输入法应用主界面"
|
||||
},
|
||||
{
|
||||
"name": "ohos_desc_connect_ime_ability",
|
||||
"value": "输入法框架可以拉起配置此权限的主界面。"
|
||||
},
|
||||
{
|
||||
"name": "ohos_lab_set_wallpaper",
|
||||
"value": "允许设置静态壁纸"
|
||||
},
|
||||
{
|
||||
"name": "ohos_desc_set_wallpaper",
|
||||
"value": "允许应用设置静态壁纸。"
|
||||
},
|
||||
{
|
||||
"name": "ohos_lab_get_wallpaper",
|
||||
"value": "允许读取壁纸文件"
|
||||
},
|
||||
{
|
||||
"name": "ohos_desc_get_wallpaper",
|
||||
"value": "允许应用读取壁纸文件。"
|
||||
},
|
||||
{
|
||||
"name": "ohos_lab_interact_across_local_accounts_extension",
|
||||
"value": "多账户间访问扩展"
|
||||
},
|
||||
{
|
||||
"name": "ohos_desc_interact_across_local_accounts_extension",
|
||||
"value": "允许应用夸张好对其他应用的属性进行设置。"
|
||||
},
|
||||
{
|
||||
"name": "ohos_lab_accelerometer",
|
||||
"value": "读取加速度传感器的数据"
|
||||
},
|
||||
{
|
||||
"name": "ohos_desc_accelerometer",
|
||||
"value": "允许应用程序读取加速度传感器的数据。"
|
||||
},
|
||||
{
|
||||
"name": "ohos_lab_gyroscope",
|
||||
"value": "读取陀螺仪传感器的数据"
|
||||
},
|
||||
{
|
||||
"name": "ohos_desc_gyroscope",
|
||||
"value": "允许应用程序读取陀螺仪传感器的数据。"
|
||||
},
|
||||
{
|
||||
"name": "ohos_lab_set_telephony_state",
|
||||
"value": "设置电话信息"
|
||||
},
|
||||
{
|
||||
"name": "ohos_desc_set_telephony_state",
|
||||
"value": "允许应用修改telephony的状态,例如开启或关闭飞行模式、修改网络模式等。"
|
||||
},
|
||||
{
|
||||
"name": "ohos_lab_bundle_active_info",
|
||||
"value": "查询应用在前台或后台的运行时间"
|
||||
},
|
||||
{
|
||||
"name": "ohos_desc_bundle_active_info",
|
||||
"value": "允许系统/特权应用查询其他应用在前台或后台的运行时间。"
|
||||
},
|
||||
{
|
||||
"name": "ohos_lab_publish_agent_reminder",
|
||||
"value": "代理提醒"
|
||||
},
|
||||
{
|
||||
"name": "ohos_desc_publish_agent_reminder",
|
||||
"value": "允许该应用使用后台代理提醒。"
|
||||
},
|
||||
{
|
||||
"name": "ohos_lab_control_task_sync_animator",
|
||||
"value": "任务同步动画"
|
||||
},
|
||||
{
|
||||
"name": "ohos_desc_control_task_sync_animator",
|
||||
"value": "允许应用使用任务同步动画。"
|
||||
},
|
||||
{
|
||||
"name": "ohos_lab_notification_controller",
|
||||
"value": "系统接口"
|
||||
},
|
||||
{
|
||||
"name": "ohos_desc_notification_controller",
|
||||
"value": "允许应用使用通知管理类接口。"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user