• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# system_grant Permissions Available for System Applications via ACL
2
3<!--Kit: Ability Kit-->
4<!--Subsystem: Security-->
5<!--Owner: @xia-bubai-->
6<!--SE: @linshuqing; @hehehe-li-->
7<!--TSE: @leiyuqian-->
8
9Before requesting permissions for your application, read and understand the [permission request paths](determine-application-mode.md) and this topic to determine the permissions required.
10
11> **NOTE**
12>
13> - The permissions listed in this topic are available to system_basic or system_core applications, but not to normal applications.
14> - The authorization mode of these permissions is system_grant.
15> - Applications of a lower APL can request these permissions via [Access Control List (ACL)](app-permission-mgmt-overview.md#basic-concepts-in-the-permission-mechanism).
16
17For details about the process for requesting permissions, see [Workflow for Requesting Permissions](determine-application-mode.md).
18
19## ohos.permission.PRE_START_ATOMIC_SERVICE
20
21Allows a window to be displayed with animation for an atomic service without the loading dialog box.
22
23**Permission level**: system_core
24
25**Authorization mode**: system_grant
26
27**Enable via ACL**: true
28
29**Valid since**: 12
30
31## ohos.permission.MANAGE_APP_KEEP_ALIVE
32
33Allows a system service to set the keep-alive flag for other applications.
34
35**Permission level**: system_core
36
37**Authorization mode**: system_grant
38
39**Enable via ACL**: true
40
41**Valid since**: 14
42
43## ohos.permission.ACCESS_BBOX_DIR
44
45Allows a system application to access the bbox directory.
46
47**Permission level**: system_basic
48
49**Authorization mode**: system_grant
50
51**Enable via ACL**: true
52
53**Valid since**: 12
54
55## ohos.permission.CONTROL_LOCATION_SWITCH
56
57Allows an application to turn on and off the location service.
58
59**Permission level**: system_core
60
61**Authorization mode**: system_grant
62
63**Enable via ACL**: true
64
65**Valid since**: 12
66
67## ohos.permission.LOCATION_SWITCH_IGNORED
68
69Allows a system application to obtain location information when the location switch is turned off.
70
71**Permission level**: system_core
72
73**Authorization mode**: system_grant
74
75**Enable via ACL**: true
76
77**Valid since**: 18
78
79## ohos.permission.SUBSCRIBE_SWING_ABILITY
80
81Allows an application to use the subscription capability powered by smart sensing.
82
83**Permission level**: system_basic
84
85**Authorization mode**: system_grant
86
87**Enable via ACL**: true
88
89**Valid since**: 12
90
91## ohos.permission.MANAGER_SWING_MOTION
92
93Allows an application to use the air gesture adaptation capability.
94
95**Permission level**: system_basic
96
97**Authorization mode**: system_grant
98
99**Enable via ACL**: true
100
101**Valid since**: 12
102
103## ohos.permission.MOCK_LOCATION
104
105Allows an application to use the mock location function.
106
107**Permission level**: system_basic
108
109**Authorization mode**: system_grant
110
111**Enable via ACL**: true
112
113**Valid since**: 12
114
115## ohos.permission.ACCESS_LEARN_MORE_DIALOG
116
117Allows a system application to display the **Learn more** dialog for detailed information.
118
119**Permission level**: system_basic
120
121**Authorization mode**: system_grant
122
123**Enable via ACL**: true
124
125**Valid since**: 13
126
127## ohos.permission.WRITE_PROTECTION_ADVICE_POLICY
128
129Allows a system application to write the protection advice database.
130
131**Permission level**: system_basic
132
133**Authorization mode**: system_grant
134
135**Enable via ACL**: true
136
137**Valid since**: 17
138
139## ohos.permission.READ_PROTECTION_ADVICE_POLICY
140
141Allows a system application to read the protection advice database
142
143**Permission level**: system_basic
144
145**Authorization mode**: system_grant
146
147**Enable via ACL**: true
148
149**Valid since**: 17
150
151## ohos.permission.PROXY_MESSAGE_AUTH
152
153Allows a system application to call the Message application authorization interface.
154
155**Permission level**: system_basic
156
157**Authorization mode**: system_grant
158
159**Valid since**: 18
160
161## ohos.permission.MANAGE_SETTINGS
162
163Allows an application to set the device-level configuration table and user-level configuration table in **SettingsData**.
164
165**Permission level**: system_basic
166
167**Authorization mode**: system_grant
168
169**Enable via ACL**: true
170
171**Valid since**: 12
172
173## ohos.permission.ACCESS_SCREEN_LOCK
174
175Allow an application to access screen lock and unlock information.
176
177**Permission level**: system_basic
178
179**Authorization mode**: system_grant
180
181**Enable via ACL**: true
182
183**Valid since**: 12
184
185## ohos.permission.ALLOW_UPGRADE_GUIDE_ACCESS
186
187Allows a system application to obtain the application upgrade guide or start the application upgrade component.
188
189**Permission level**: system_basic
190
191**Authorization mode**: system_grant
192
193**Enable via ACL**: true
194
195**Valid since**: 12
196
197## ohos.permission.ACCESS_MEDIALIB_THUMB_DB
198
199Allows a system application to access and modify the media library database.
200
201**Permission level**: system_core
202
203**Authorization mode**: system_grant
204
205**Enable via ACL**: true
206
207**Valid since**: 12
208
209## ohos.permission.AGENT_REQUIRE_FORM
210
211Allows the application agent to request widgets.
212
213**Permission level**: system_basic
214
215**Authorization mode**: system_grant
216
217**Enable via ACL**: true
218
219**Valid since**: 11
220
221## ohos.permission.MANAGE_VPN
222
223Allows a system application to enable or disable the VPN function.
224
225**Permission level**: system_basic
226
227**Authorization mode**: system_grant
228
229**Enable via ACL**: true
230
231**Valid since**: 10
232
233**Changelog**: **Enable via ACL** is **false** for this permission in API versions 10 to 11, and is changed to **true** since API version 12.
234
235## ohos.permission.WAKEUP_VISION
236
237Allows an application to access the AI Voice vision component.
238
239**Permission level**: system_basic
240
241**Authorization mode**: system_grant
242
243**Enable via ACL**: true
244
245**Valid since**: 11
246
247## ohos.permission.WAKEUP_VOICE
248
249Allows an application to access the AI Voice wakeup component.
250
251**Permission level**: system_basic
252
253**Authorization mode**: system_grant
254
255**Enable via ACL**: true
256
257**Valid since**: 11
258
259## ohos.permission.ATTEST_KEY
260
261Allows an application to obtain the certificate chain that attests the key validity.
262
263**Permission level**: system_basic
264
265**Authorization mode**: system_grant
266
267**Enable via ACL**: true
268
269**Valid since**: 11
270
271## ohos.permission.GET_PHONE_NUMBERS
272
273Allows an application to obtain the phone numbers of the device.
274
275**Permission level**: system_basic
276
277**Authorization mode**: system_grant
278
279**Enable via ACL**: true
280
281**Valid since**: 10
282
283## ohos.permission.ACTIVATE_THEME_PACKAGE
284
285Allows a system application to set themes, including wallpapers, icons, skins, Always On Display (AOD), and fonts.
286
287**Permission level**: system_basic
288
289**Authorization mode**: system_grant
290
291**Enable via ACL**: true
292
293**Valid since**: 11
294
295## ohos.permission.QUERY_ACCESSIBILITY_ELEMENT
296
297Allows an application to query accessibility elements in batches.
298
299**Permission level**: system_core
300
301**Authorization mode**: system_grant
302
303**Enable via ACL**: true
304
305**Valid since**: 11
306
307## ohos.permission.SET_UNREMOVABLE_NOTIFICATION
308
309Allows an application to publish unremovable notifications.
310
311**Permission level**: system_basic
312
313**Authorization mode**: system_grant
314
315**Enable via ACL**: true
316
317**Valid since**: 11
318
319## ohos.permission.UNINSTALL_BUNDLE
320
321Allows an application to uninstall applications.
322
323**Permission level**: system_core
324
325**Authorization mode**: system_grant
326
327**Enable via ACL**: true
328
329**Valid since**: 10
330
331## ohos.permission.RECOVER_BUNDLE
332
333Allows pre-installed applications to be recovered.
334
335**Permission level**: system_core
336
337**Authorization mode**: system_grant
338
339**Enable via ACL**: true
340
341**Valid since**: 10
342
343## ohos.permission.UPDATE_SYSTEM
344
345Allows an application to call the update APIs.
346
347**Permission level**: system_basic
348
349**Authorization mode**: system_grant
350
351**Enable via ACL**: true
352
353**Valid since**: 8
354
355## ohos.permission.FACTORY_RESET
356
357Allows an application to call the API for restoring factory settings.
358
359**Permission level**: system_basic
360
361**Authorization mode**: system_grant
362
363**Enable via ACL**: true
364
365**Valid since**: 8
366
367## ohos.permission.ASSIST_DEVICE_UPDATE
368
369Allows an application to start the upgrade service to perform assisted or collaborative update for other devices.
370
371**Permission level**: system_basic
372
373**Authorization mode**: system_grant
374
375**Enable via ACL**: true
376
377**Valid since**: 12
378
379## ohos.permission.PLUGIN_UPDATE
380
381Allows a system application or system service to call the update APIs to download and update plug-ins and AI models.
382
383**Permission level**: system_basic
384
385**Authorization mode**: system_grant
386
387**Enable via ACL**: true
388
389**Valid since**: 18
390
391## ohos.permission.RECEIVE_UPDATE_MESSAGE
392
393Allows a system application or system ability to listen for the key events occurred in the system update process.
394
395**Permission level**: system_basic
396
397**Authorization mode**: system_grant
398
399**Enable via ACL**: true
400
401**Valid since**: 12
402
403## ohos.permission.GET_ALL_PROCESSES
404
405Allows a system application or system ability to read files in **/proc**.
406
407**Permission level**: system_core
408
409**Authorization mode**: system_grant
410
411**Enable via ACL**: true
412
413**Valid since**: 12
414
415## ohos.permission.MANAGE_LOCAL_ACCOUNTS
416
417Allows an application to manage local accounts.
418
419**Permission level**: system_basic
420
421**Authorization mode**: system_grant
422
423**Enable via ACL**: true
424
425**Valid since**: 7
426
427## ohos.permission.ACCESS_SYSTEM_SETTINGS
428
429Allows an application to access or start **Settings**.
430
431**Permission level**: system_basic
432
433**Authorization mode**: system_grant
434
435**Enable via ACL**: true
436
437**Valid since**: 9
438
439## ohos.permission.SET_ABILITY_CONTROLLER
440
441Allows an application to intercept the startup of the Ability component. This permission is used for testing, such as the stability test.
442
443**Permission level**: system_basic
444
445**Authorization mode**: system_grant
446
447**Enable via ACL**: true
448
449**Valid since**: 9
450
451## ohos.permission.INTERACT_ACROSS_LOCAL_ACCOUNTS_EXTENSION
452
453Allows an application to interact across local accounts.
454
455**Permission level**: system_core
456
457**Authorization mode**: system_grant
458
459**Enable via ACL**: true
460
461**Valid since**: 7
462
463## ohos.permission.CLEAN_APPLICATION_DATA
464
465Allows an application to clear application data.
466
467**Permission level**: system_basic
468
469**Authorization mode**: system_grant
470
471**Enable via ACL**: true
472
473**Valid since**: 7
474
475## ohos.permission.START_ABILITIES_FROM_BACKGROUND
476
477Allows an application to start or access other components from the background.
478
479**Permission level**: system_basic
480
481**Authorization mode**: system_grant
482
483**Enable via ACL**: true
484
485**Valid since**: 9
486
487## ohos.permission.MANAGE_MISSIONS
488
489Allows an application to manage missions in the system.
490
491**Permission level**: system_core
492
493**Authorization mode**: system_grant
494
495**Enable via ACL**: true
496
497**Valid since**: 9
498
499## ohos.permission.MANAGE_ENTERPRISE_DEVICE_ADMIN
500
501Allows an application to activate a device administrator application.
502
503**Permission level**: system_core
504
505**Authorization mode**: system_grant
506
507**Enable via ACL**: true
508
509**Valid since**: 9
510
511## ohos.permission.ENTERPRISE_CONFIG
512
513Allows an application to activate enterprise devices.
514
515**Permission level**: system_basic
516
517**Authorization mode**: system_grant
518
519**Enable via ACL**: true
520
521**Valid since**: 12
522
523## ohos.permission.RECEIVE_ENTERPRISE_POLICY_EVENT
524
525Allows a system application to subscribe to the policy events published by the Enterprise Device Management service.
526
527**Permission level**: system_basic
528
529**Authorization mode**: system_grant
530
531**Enable via ACL**: true
532
533**Valid since**: 14
534
535## ohos.permission.PUBLISH_SYSTEM_COMMON_EVENT
536
537Allows an application to publish system common events.
538
539**Permission level**: system_basic
540
541**Authorization mode**: system_grant
542
543**Enable via ACL**: true
544
545**Valid since**: 10
546
547## ohos.permission.NOTIFICATION_CONTROLLER
548
549Allows an application to manage and subscribe to notifications.
550
551**Permission level**: system_core
552
553**Authorization mode**: system_grant
554
555**Enable via ACL**: true
556
557**Valid since**: 8
558
559## ohos.permission.CLOUDDATA_CONFIG
560
561Allows an application to obtain the device-cloud information of the configuration database.
562
563**Permission level**: system_basic
564
565**Authorization mode**: system_grant
566
567**Enable via ACL**: true
568
569**Valid since**: 10
570
571## ohos.permission.GET_DEFAULT_APPLICATION
572
573Allows an application to query default applications.
574
575**Permission level**: system_core
576
577**Authorization mode**: system_grant
578
579**Enable via ACL**: true
580
581**Valid since**: 9
582
583## ohos.permission.MANAGE_INTELLIGENT_VOICE
584
585Allows an application to access the intelligent voice service interfaces.
586
587**Permission level**: system_basic
588
589**Authorization mode**: system_grant
590
591**Enable via ACL**: true
592
593**Valid since**: 10
594
595## ohos.permission.POWER_MANAGER
596
597Allows an application to hibernate or wake up the device by calling an API.
598
599**Permission level**: system_core
600
601**Authorization mode**: system_grant
602
603**Enable via ACL**: true
604
605**Valid since**: 7
606
607## ohos.permission.GET_SCENE_CODE
608
609Allows an application to obtain the scene code of the specified application.
610
611**Permission level**: system_basic
612
613**Authorization mode**: system_grant
614
615**Enable via ACL**: true
616
617**Valid since**: 10
618
619## ohos.permission.MANAGE_ECOLOGICAL_RULE
620
621Allows the rules for generating the scene code and the matching experience to be set for the manager service.
622
623**Permission level**: system_basic
624
625**Authorization mode**: system_grant
626
627**Enable via ACL**: true
628
629**Valid since**: 10
630
631## ohos.permission.INSTALL_ENTERPRISE_BUNDLE
632
633Allows an application to install enterprise InHouse applications.
634
635**Permission level**: system_core
636
637**Authorization mode**: system_grant
638
639**Enable via ACL**: true
640
641**Valid since**: 10
642
643## ohos.permission.INSTALL_BUNDLE
644
645Allows an application to install and uninstall other applications except enterprise applications, including enterprise InHouse, mobile device management (MDM), and Normal applications.
646
647**Permission level**: system_core
648
649**Authorization mode**: system_grant
650
651**Enable via ACL**: true
652
653**Valid since**: 7
654
655## ohos.permission.MANAGE_SHORTCUTS
656
657Allows an application to query and start shortcuts of other applications.
658
659**Permission level**: system_core
660
661**Authorization mode**: system_grant
662
663**Enable via ACL**: true
664
665**Valid since**: 7
666
667## ohos.permission.OBSERVE_FORM_RUNNING
668
669Allows an application to listen for the card running status.
670
671**Permission level**: system_basic
672
673**Authorization mode**: system_grant
674
675**Enable via ACL**: true
676
677**Valid since**: 10
678
679## ohos.permission.WRITE_HIVIEW_SYSTEM
680
681Allows an application to modify HiView data.
682
683**Permission level**: system_basic
684
685**Authorization mode**: system_grant
686
687**Enable via ACL**: true
688
689**Valid since**: 10
690
691## ohos.permission.READ_HIVIEW_SYSTEM
692
693Allows an application to access HiView data.
694
695**Permission level**: system_basic
696
697**Authorization mode**: system_grant
698
699**Enable via ACL**: true
700
701**Valid since**: 10
702
703## ohos.permission.READ_DFX_SYSEVENT
704
705Allows an application to access system event logging data.
706
707**Permission level**: system_basic
708
709**Authorization mode**: system_grant
710
711**Enable via ACL**: true
712
713**Valid since**: 8
714
715## ohos.permission.READ_DFX_XPOWER
716
717Allows an application to read XPower data.
718
719**Permission level**: system_basic
720
721**Authorization mode**: system_grant
722
723**Enable via ACL**: true
724
725**Valid since**: 12
726
727## ohos.permission.PERMISSION_USED_STATS
728
729Allows a system application to access the permission usage records.
730
731**Permission level**: system_basic
732
733**Authorization mode**: system_grant
734
735**Enable via ACL**: true
736
737**Valid since**: 9
738
739## ohos.permission.PERMISSION_RECORD_TOGGLE
740
741Allows an application to set the permission usage record switch.
742
743**Permission level**: system_core
744
745**Authorization mode**: system_grant
746
747**Enable via ACL**: true
748
749**Valid since**: 18
750
751## ohos.permission.CAPTURE_SCREEN
752
753Allows an application to take screenshots.
754
755**Permission level**: system_core
756
757**Authorization mode**: system_grant
758
759**Enable via ACL**: true
760
761**Valid since**: 7
762
763## ohos.permission.ACCESS_CERT_MANAGER_INTERNAL
764
765Allows an application to install, uninstall, and authorize users' public certificate credentials.
766
767**Permission level**: system_core
768
769**Authorization mode**: system_grant
770
771**Enable via ACL**: true
772
773**Valid since**: 9
774
775**Changelog**: The permission level is system_basic in API versions 9 to 11, and is changed to system_core since API version 12.
776
777## ohos.permission.CLOUDFILE_SYNC
778
779Allows an application to perform device-cloud synchronization.
780
781**Permission level**: system_basic
782
783**Authorization mode**: system_grant
784
785**Enable via ACL**: true
786
787**Valid since**: 10
788
789## ohos.permission.CHANGE_OVERLAY_ENABLED_STATE
790
791Allows a system application to disable the application with the overlay feature enabled.
792
793**Permission level**: system_basic
794
795**Authorization mode**: system_grant
796
797**Enable via ACL**: true
798
799**Valid since**: 10
800
801## ohos.permission.ACCESS_SCREEN_LOCK_INNER
802
803Allows an application to use the lock screen service to lock the screen, send a screen lock event, and invoke the system event callback.
804
805**Permission level**: system_core
806
807**Authorization mode**: system_grant
808
809**Enable via ACL**: true
810
811**Valid since**: 10
812
813## ohos.permission.BACKUP
814
815Allows an application to use the backup and restore capability.
816
817**Permission level**: system_basic
818
819**Authorization mode**: system_grant
820
821**Enable via ACL**: true
822
823**Valid since**: 9
824
825## ohos.permission.MOUNT_FORMAT_MANAGER
826
827Allows an application to format external cards.
828
829**Permission level**: system_basic
830
831**Authorization mode**: system_grant
832
833**Enable via ACL**: true
834
835**Valid since**: 9
836
837## ohos.permission.MOUNT_UNMOUNT_MANAGER
838
839Allows an application to mount and unmount external cards.
840
841**Permission level**: system_basic
842
843**Authorization mode**: system_grant
844
845**Enable via ACL**: true
846
847**Valid since**: 9
848
849## ohos.permission.PROXY_AUTHORIZATION_URI
850
851Allows the application proxy to authorize the URI.
852
853**Permission level**: system_basic
854
855**Authorization mode**: system_grant
856
857**Enable via ACL**: true
858
859**Valid since**: 10
860
861## ohos.permission.ACCESS_CAST_ENGINE_MIRROR
862
863Allows an application to use the mirror projection capability.
864
865**Permission level**: system_basic
866
867**Authorization mode**: system_grant
868
869**Enable via ACL**: true
870
871**Valid since**: 10
872
873## ohos.permission.ACCESS_CAST_ENGINE_STREAM
874
875Allows an application to invoke the system resource projection capability.
876
877**Permission level**: system_basic
878
879**Authorization mode**: system_grant
880
881**Enable via ACL**: true
882
883**Valid since**: 10
884
885## ohos.permission.INSTALL_ENTERPRISE_NORMAL_BUNDLE
886
887Allows an enterprise normal bundle to be installed on enterprise devices.
888
889**Permission level**: system_core
890
891**Authorization mode**: system_grant
892
893**Enable via ACL**: true
894
895**Valid since**: 10
896
897## ohos.permission.UPDATE_MIGRATE
898
899Allows data migration during the update process.
900
901**Permission level**: system_basic
902
903**Authorization mode**: system_grant
904
905**Enable via ACL**: true
906
907**Valid since**: 10
908
909## ohos.permission.MANAGE_SENSOR
910
911Allows an application that cannot directly use the sensor to turn on and off the sensor.
912
913**Permission level**: system_basic
914
915**Authorization mode**: system_grant
916
917**Enable via ACL**: true
918
919**Valid since**: 10
920
921## ohos.permission.MANAGE_PRINT_JOB
922
923Allows an application to obtain the capability of managing print tasks.
924
925**Permission level**: system_basic
926
927**Authorization mode**: system_grant
928
929**Enable via ACL**: true
930
931**Valid since**: 10
932
933## ohos.permission.securityguard.SET_MODEL_STATE
934
935Allows an application to control the SecurityGuard model switch.
936
937**Permission level**: system_core
938
939**Authorization mode**: system_grant
940
941**Enable via ACL**: true
942
943**Valid since**: 10
944
945## ohos.permission.UNLOCK_DEVELOPER_MODE
946
947Allows an application to unlock the developer mode.
948
949**Permission level**: system_basic
950
951**Authorization mode**: system_grant
952
953**Enable via ACL**: true
954
955**Valid since**: 18
956
957## ohos.permission.CAPTURE_VOICE_DOWNLINK_AUDIO
958
959Allows an application to capture the downlink voice audio.
960
961**Permission level**: system_basic
962
963**Authorization mode**: system_grant
964
965**Enable via ACL**: true
966
967**Valid since**: 10
968
969## ohos.permission.GET_WIFI_INFO_INTERNAL
970
971Allows a system process to obtain Wi-Fi parameters.
972
973**Permission level**: system_core
974
975**Authorization mode**: system_grant
976
977**Enable via ACL**: true
978
979**Valid since**: 8
980
981## ohos.permission.ACCESS_BUNDLE_DIR
982
983Allows an application to access the installation directory of another application.
984
985**Permission level**: system_basic
986
987**Authorization mode**: system_grant
988
989**Enable via ACL**: true
990
991**Valid since**: 9
992
993## ohos.permission.CHANGE_ABILITY_ENABLED_STATE
994
995Allows an application to enable or disable an application or component.
996
997**Permission level**: system_basic
998
999**Authorization mode**: system_grant
1000
1001**Enable via ACL**: true
1002
1003**Valid since**: 7
1004
1005## ohos.permission.CLOUDFILE_SYNC_MANAGER
1006
1007Allows an application to obtain the device-cloud synchronization management capability.
1008
1009**Permission level**: system_basic
1010
1011**Authorization mode**: system_grant
1012
1013**Enable via ACL**: true
1014
1015**Valid since**: 10
1016
1017## ohos.permission.DUMP
1018
1019Allows the basic system information and system ability (SA) information to be dumped.
1020
1021**Permission level**: system_core
1022
1023**Authorization mode**: system_grant
1024
1025**Enable via ACL**: true
1026
1027**Valid since**: 9
1028
1029## ohos.permission.DEVICE_STANDBY_EXEMPTION
1030
1031Allows an application to use resources when the system is in standby mode.
1032
1033**Permission level**: system_basic
1034
1035**Authorization mode**: system_grant
1036
1037**Enable via ACL**: true
1038
1039**Valid since**: 10
1040
1041## ohos.permission.PERCEIVE_SMART_POWER_SCENARIO
1042
1043Allows an application to perceive smart power scenarios.
1044
1045**Permission level**: system_basic
1046
1047**Authorization mode**: system_grant
1048
1049**Enable via ACL**: true
1050
1051**Valid since**: 12
1052
1053## ohos.permission.MANAGE_CAMERA_CONFIG
1054
1055Allows an application to enable or disable cameras globally.
1056
1057**Permission level**: system_basic
1058
1059**Authorization mode**: system_grant
1060
1061**Enable via ACL**: true
1062
1063**Valid since**: 9
1064
1065## ohos.permission.MANAGE_AUDIO_CONFIG
1066
1067Allows an application to mute microphones globally.
1068
1069**Permission level**: system_basic
1070
1071**Authorization mode**: system_grant
1072
1073**Enable via ACL**: true
1074
1075**Valid since**: 9
1076
1077## ohos.permission.MICROPHONE_CONTROL
1078
1079Allows an application to control the microphone, for example, persisting the mute of the microphone globally.
1080
1081**Permission level**: system_core
1082
1083**Authorization mode**: system_grant
1084
1085**Enable via ACL**: true
1086
1087**Valid since**: 12
1088
1089## ohos.permission.CAPTURE_PLAYBACK
1090
1091Allows a system service to capture audio without using the AVScreenCapture framework.
1092
1093**Permission level**: system_core
1094
1095**Authorization mode**: system_grant
1096
1097**Enable via ACL**: true
1098
1099**Valid since**: 18
1100
1101## ohos.permission.MICROPHONE_BACKGROUND
1102
1103Allows a system application to use the microphone in the background.
1104
1105**Permission level**: system_core
1106
1107**Authorization mode**: system_grant
1108
1109**Enable via ACL**: true
1110
1111**Valid since**: 18
1112
1113## ohos.permission.START_DLP_CRED
1114
1115Allows a system application or system service to start the DLP credential management application.
1116
1117**Permission level**: system_basic
1118
1119**Authorization mode**: system_grant
1120
1121**Enable via ACL**: true
1122
1123**Valid since**: 12
1124
1125## ohos.permission.START_SHORTCUT
1126
1127Allows an application to start shortcuts.
1128
1129**Permission level**: system_basic
1130
1131**Authorization mode**: system_grant
1132
1133**Enable via ACL**: true
1134
1135**Valid since**: 12
1136
1137## ohos.permission.PRELOAD_UI_EXTENSION_ABILITY
1138
1139Allows an application to preload a UIExtensionAbility instance.
1140
1141**Permission level**: system_basic
1142
1143**Authorization mode**: system_grant
1144
1145**Enable via ACL**: true
1146
1147**Valid since**: 12
1148
1149## ohos.permission.MANAGE_DISPOSED_APP_STATUS
1150
1151Allows an application to set and query the application handling state.
1152
1153**Permission level**: system_core
1154
1155**Authorization mode**: system_grant
1156
1157**Enable via ACL**: true
1158
1159**Valid since**: 9
1160
1161## ohos.permission.GET_DISPOSED_APP_STATUS
1162
1163Allows an application to obtain the disposed application status.
1164
1165**Permission level**: system_basic
1166
1167**Authorization mode**: system_grant
1168
1169**Enable via ACL**: true
1170
1171**Valid since**: 12
1172
1173## ohos.permission.FILE_ACCESS_MANAGER
1174
1175Allows a file management application to access user data files through the FAF.
1176
1177**Permission level**: system_basic
1178
1179**Authorization mode**: system_grant
1180
1181**Enable via ACL**: true
1182
1183**Valid since**: 9
1184
1185## ohos.permission.ACCESS_PUSH_SERVICE
1186
1187Allows an application to access the Ability of the push service.
1188
1189**Permission level**: system_basic
1190
1191**Authorization mode**: system_grant
1192
1193**Enable via ACL**: true
1194
1195**Valid since**: 9
1196
1197## ohos.permission.MANAGE_NET_STRATEGY
1198
1199Allows an application to obtain network strategy information or modify network strategy settings.
1200
1201**Permission level**: system_basic
1202
1203**Authorization mode**: system_grant
1204
1205**Enable via ACL**: true
1206
1207**Valid since**: 10
1208
1209## ohos.permission.securityguard.REQUEST_SECURITY_EVENT_INFO
1210
1211Allows an application to obtain detailed security event information.
1212
1213**Permission level**: system_core
1214
1215**Authorization mode**: system_grant
1216
1217**Enable via ACL**: true
1218
1219**Valid since**: 9
1220
1221## ohos.permission.securityguard.REPORT_SECURITY_INFO
1222
1223Allows an application to report risk data for security guard.
1224
1225**Permission level**: system_basic
1226
1227**Authorization mode**: system_grant
1228
1229**Enable via ACL**: true
1230
1231**Valid since**: 9
1232
1233## ohos.permission.GET_SENSITIVE_PERMISSIONS
1234
1235Allows an application to obtain the sensitive permissions that have been granted to other applications.
1236
1237**Permission level**: system_basic
1238
1239**Authorization mode**: system_grant
1240
1241**Supported devices**: general devices
1242
1243**Enable via ACL**: true
1244
1245**Valid since**: 8
1246
1247## ohos.permission.ACCESS_SERVICE_DM
1248
1249Allows a system application to obtain the authentication and networking capability of distributed devices.
1250
1251**Permission level**: system_basic
1252
1253**Authorization mode**: system_grant
1254
1255**Enable via ACL**: true
1256
1257**Valid since**: 10
1258
1259## ohos.permission.UPLOAD_SESSION_MANAGER
1260
1261Allows an application to manage the upload sessions.
1262
1263**Permission level**: system_core
1264
1265**Authorization mode**: system_grant
1266
1267**Enable via ACL**: true
1268
1269**Valid since**: 10
1270
1271## ohos.permission.ABILITY_BACKGROUND_COMMUNICATION
1272
1273Allows an application to start the Ability component in the background and establish a connection with it.
1274
1275**Permission level**: system_basic
1276
1277**Authorization mode**: system_grant
1278
1279**Enable via ACL**: true
1280
1281**Valid since**: 9
1282
1283## ohos.permission.ACCESS_DLP_FILE
1284
1285Allows configuration and management of the permissions on .dlp files.
1286
1287**Permission level**: system_core
1288
1289**Authorization mode**: system_grant
1290
1291**Enable via ACL**: true
1292
1293**Valid since**: 9
1294
1295## ohos.permission.ACCESS_IDS
1296
1297Allows an application to query the unique identifier of a device.
1298
1299**Permission level**: system_core
1300
1301**Authorization mode**: system_grant
1302
1303**Enable via ACL**: true
1304
1305**Valid since**: 9
1306
1307## ohos.permission.ACCESS_MISSIONS
1308
1309Allows an application to obtain information about running processes and mission in a mission stack.
1310
1311**Permission level**: system_basic
1312
1313**Authorization mode**: system_grant
1314
1315**Enable via ACL**: true
1316
1317**Valid since**: 7
1318
1319**Deprecated since**: 9
1320
1321## ohos.permission.BUNDLE_ACTIVE_INFO
1322
1323Allows an application to obtain how long other applications have been running in the foreground or background.
1324
1325**Permission level**: system_basic
1326
1327**Authorization mode**: system_grant
1328
1329**Enable via ACL**: true
1330
1331**Valid since**: 7
1332
1333## ohos.permission.CONNECT_IME_ABILITY
1334
1335Allows an application to bind the InputMethodAbility.
1336
1337**Permission level**: system_core
1338
1339**Authorization mode**: system_grant
1340
1341**Enable via ACL**: true
1342
1343**Valid since**: 7
1344
1345## ohos.permission.CONNECT_SCREEN_SAVER_ABILITY
1346
1347Allows an application to bind the ScreenSaverAbility.
1348
1349**Permission level**: system_core
1350
1351**Authorization mode**: system_grant
1352
1353**Enable via ACL**: true
1354
1355**Valid since**: 7
1356
1357## ohos.permission.CONNECTIVITY_INTERNAL
1358
1359Allows an application to obtain network information or modify network settings. Currently, this permission is available only to system applications.
1360
1361**Permission level**: system_basic
1362
1363**Authorization mode**: system_grant
1364
1365**Enable via ACL**: true
1366
1367**Valid since**: 8
1368
1369## ohos.permission.CONTROL_TASK_SYNC_ANIMATOR
1370
1371Allows an application to use sync task animations.
1372
1373**Permission level**: system_core
1374
1375**Authorization mode**: system_grant
1376
1377**Enable via ACL**: true
1378
1379**Valid since**: 7
1380
1381## ohos.permission.DOWNLOAD_SESSION_MANAGER
1382
1383Allows an application to manage the download sessions.
1384
1385**Permission level**: system_core
1386
1387**Authorization mode**: system_grant
1388
1389**Enable via ACL**: true
1390
1391**Valid since**: 7
1392
1393## ohos.permission.GET_DISTRIBUTED_ACCOUNTS
1394
1395Allows an application to obtain information about distributed accounts.
1396
1397**Permission level**: system_basic
1398
1399**Authorization mode**: system_grant
1400
1401**Enable via ACL**: true
1402
1403**Valid since**: 9
1404
1405## ohos.permission.GET_LOCAL_ACCOUNTS
1406
1407Allows an application to obtain information about local accounts.
1408
1409**Permission level**: system_basic
1410
1411**Authorization mode**: system_grant
1412
1413**Enable via ACL**: true
1414
1415**Valid since**: 9
1416
1417## ohos.permission.GET_TELEPHONY_STATE
1418
1419Allows an application to read telephony information.
1420
1421**Permission level**: system_basic
1422
1423**Authorization mode**: system_grant
1424
1425**Enable via ACL**: true
1426
1427**Valid since**: 8
1428
1429## ohos.permission.ACCESS_BOOSTER_SERVICE
1430
1431Allows a system ability or system application to call network booster service APIs, such as APIs for network quality perception, network scenario prediction, and network acceleration.
1432
1433**Permission level**: system_basic
1434
1435**Authorization mode**: system_grant
1436
1437**Enable via ACL**: true
1438
1439**Valid since**: 12
1440
1441## ohos.permission.GET_WALLPAPER
1442
1443Allows an application to read wallpaper files.
1444
1445**Permission level**: system_basic
1446
1447**Authorization mode**: system_grant
1448
1449**Enable via ACL**: true
1450
1451**Valid since**: 7
1452
1453## ohos.permission.GRANT_SENSITIVE_PERMISSIONS
1454
1455Allows an application to grant sensitive permissions to other applications.
1456
1457**Permission level**: system_core
1458
1459**Authorization mode**: system_grant
1460
1461**Supported devices**: general devices
1462
1463**Enable via ACL**: true
1464
1465**Valid since**: 8
1466
1467## ohos.permission.LAUNCH_DATA_PRIVACY_CENTER
1468
1469Allows an application to navigate from its privacy statement page to the **Data & privacy** page.
1470
1471**Permission level**: system_basic
1472
1473**Authorization mode**: system_grant
1474
1475**Enable via ACL**: true
1476
1477**Valid since**: 7
1478
1479## ohos.permission.LISTEN_BUNDLE_CHANGE
1480
1481Allows an application to listen for changes in other applications, when they are installed, updated, or uninstalled.
1482
1483**Permission level**: system_basic
1484
1485**Authorization mode**: system_grant
1486
1487**Enable via ACL**: true
1488
1489**Valid since**: 7
1490
1491## ohos.permission.MANAGE_BLUETOOTH
1492
1493Allows an application to pair with a Bluetooth device and access the Contacts or messages of the device.
1494
1495**Permission level**: system_basic
1496
1497**Authorization mode**: system_grant
1498
1499**Enable via ACL**: true
1500
1501**Valid since**: 7
1502
1503## ohos.permission.MANAGE_DISTRIBUTED_ACCOUNTS
1504
1505Allows an application to manage information about distributed accounts.
1506
1507**Permission level**: system_basic
1508
1509**Authorization mode**: system_grant
1510
1511**Enable via ACL**: true
1512
1513**Valid since**: 9
1514
1515## ohos.permission.MANAGE_MEDIA_RESOURCES
1516
1517Allows an application to obtain and manage the media resources that are being played on the device.
1518
1519**Permission level**: system_basic
1520
1521**Authorization mode**: system_grant
1522
1523**Enable via ACL**: true
1524
1525**Valid since**: 9
1526
1527## ohos.permission.MANAGE_SECURE_SETTINGS
1528
1529Allows an application to modify security settings.
1530
1531**Permission level**: system_basic
1532
1533**Authorization mode**: system_grant
1534
1535**Enable via ACL**: true
1536
1537**Valid since**: 7
1538
1539## ohos.permission.MANAGE_WIFI_CONNECTION
1540
1541Allows an application to manage Wi-Fi connections.
1542
1543**Permission level**: system_core
1544
1545**Authorization mode**: system_grant
1546
1547**Enable via ACL**: true
1548
1549**Valid since**: 8
1550
1551## ohos.permission.MANAGE_WIFI_HOTSPOT
1552
1553Allows an application to enable or disable Wi-Fi hotspots.
1554
1555**Permission level**: system_core
1556
1557**Authorization mode**: system_grant
1558
1559**Enable via ACL**: true
1560
1561**Valid since**: 8
1562
1563## ohos.permission.NOTIFICATION_AGENT_CONTROLLER
1564
1565Allows an application to send agent-powered notifications.
1566
1567**Permission level**: system_core
1568
1569**Authorization mode**: system_grant
1570
1571**Enable via ACL**: true
1572
1573**Valid since**: 9
1574
1575## ohos.permission.PLACE_CALL
1576
1577Allows an application to make calls without starting the dialer.
1578
1579**Permission level**: system_basic
1580
1581**Authorization mode**: system_grant
1582
1583**Enable via ACL**: true
1584
1585**Valid since**: 8
1586
1587## ohos.permission.POWER_OPTIMIZATION
1588
1589Allows an application to set power saving mode, obtain configuration of the power saving mode, and receive notifications of the configuration changes.
1590
1591**Permission level**: system_basic
1592
1593**Authorization mode**: system_grant
1594
1595**Enable via ACL**: true
1596
1597**Valid since**: 7
1598
1599## ohos.permission.PROVISIONING_MESSAGE
1600
1601Allows the Super Device Manager application to be activated.
1602
1603**Permission level**: system_core
1604
1605**Authorization mode**: system_grant
1606
1607**Enable via ACL**: true
1608
1609**Valid since**: 9
1610
1611## ohos.permission.radio.ACCESS_FM_AM
1612
1613Allows an application to access radio services.
1614
1615**Permission level**: system_core
1616
1617**Authorization mode**: system_grant
1618
1619**Enable via ACL**: true
1620
1621**Valid since**: 7
1622
1623## ohos.permission.READ_SCREEN_SAVER
1624
1625Allows an application to read the screen saver information, such as the list of screen savers that have been installed and the activated one.
1626
1627**Permission level**: system_basic
1628
1629**Authorization mode**: system_grant
1630
1631**Enable via ACL**: true
1632
1633**Valid since**: 7
1634
1635## ohos.permission.REBOOT
1636
1637Allows an application to restart the device.
1638
1639**Permission level**: system_basic
1640
1641**Authorization mode**: system_grant
1642
1643**Enable via ACL**: true
1644
1645**Valid since**: 7
1646
1647## ohos.permission.REBOOT_RECOVERY
1648
1649Allows an application to restart the device and enter Recovery mode.
1650
1651**Permission level**: system_basic
1652
1653**Authorization mode**: system_grant
1654
1655**Enable via ACL**: true
1656
1657**Valid since**: 7
1658
1659## ohos.permission.REFRESH_USER_ACTION
1660
1661Allows an application to reset the screen timeout counter when a user input event occurs, such as pressing a key or touching the screen.
1662
1663**Permission level**: system_basic
1664
1665**Authorization mode**: system_grant
1666
1667**Enable via ACL**: true
1668
1669**Valid since**: 7
1670
1671## ohos.permission.REMOVE_CACHE_FILES
1672
1673Allows the cache of the specified application to be cleared.
1674
1675**Permission level**: system_basic
1676
1677**Authorization mode**: system_grant
1678
1679**Enable via ACL**: true
1680
1681**Valid since**: 7
1682
1683## ohos.permission.REQUIRE_FORM
1684
1685Allows an application to obtain the Ability Form.
1686
1687**Permission level**: system_basic
1688
1689**Authorization mode**: system_grant
1690
1691**Enable via ACL**: true
1692
1693**Valid since**: 7
1694
1695## ohos.permission.START_DESKTOP_UI_COMPONENT
1696
1697Allows an application to start desktop UI components.
1698
1699**Permission level**: system_basic
1700
1701**Authorization mode**: system_grant
1702
1703**Enable via ACL**: true
1704
1705**Valid since**: 18
1706
1707## ohos.permission.REVOKE_SENSITIVE_PERMISSIONS
1708
1709Allows an application to revoke the sensitive permissions it has granted to other applications.
1710
1711**Permission level**: system_core
1712
1713**Authorization mode**: system_grant
1714
1715**Supported devices**: general devices
1716
1717**Enable via ACL**: true
1718
1719**Valid since**: 8
1720
1721## ohos.permission.RUN_ANY_CODE
1722
1723Allows an application to run unsigned code.
1724
1725**Permission level**: system_basic
1726
1727**Authorization mode**: system_grant
1728
1729**Enable via ACL**: true
1730
1731**Valid since**: 10
1732
1733## ohos.permission.sec.ACCESS_UDID
1734
1735Allows an application to obtain the Unified Device ID (UDID).
1736
1737**Permission level**: system_basic
1738
1739**Authorization mode**: system_grant
1740
1741**Enable via ACL**: true
1742
1743**Valid since**: 7
1744
1745## ohos.permission.securityguard.REQUEST_SECURITY_MODEL_RESULT
1746
1747Allows an application to obtain the device risk status.
1748
1749**Permission level**: system_basic
1750
1751**Authorization mode**: system_grant
1752
1753**Enable via ACL**: true
1754
1755**Valid since**: 9
1756
1757## ohos.permission.SET_DEFAULT_APPLICATION
1758
1759Allows an application to set and reset default applications.
1760
1761**Permission level**: system_core
1762
1763**Authorization mode**: system_grant
1764
1765**Enable via ACL**: true
1766
1767**Valid since**: 9
1768
1769## ohos.permission.SET_TELEPHONY_STATE
1770
1771Allows an application to set the telephony state.
1772
1773**Permission level**: system_basic
1774
1775**Authorization mode**: system_grant
1776
1777**Enable via ACL**: true
1778
1779**Valid since**: 8
1780
1781## ohos.permission.SET_TIME
1782
1783Allows an application to set the system time.
1784
1785**Permission level**: system_basic
1786
1787**Authorization mode**: system_grant
1788
1789**Enable via ACL**: true
1790
1791**Valid since**: 7
1792
1793## ohos.permission.SET_TIME_ZONE
1794
1795Allows an application to set the system time zone.
1796
1797**Permission level**: system_basic
1798
1799**Authorization mode**: system_grant
1800
1801**Enable via ACL**: true
1802
1803**Valid since**: 7
1804
1805## ohos.permission.START_ABILIIES_FROM_BACKGROUND
1806
1807Allows an application to start FAs in the background.
1808
1809**Permission level**: system_basic
1810
1811**Authorization mode**: system_grant
1812
1813**Enable via ACL**: true
1814
1815**Valid since**: 7
1816
1817**Deprecated since**: 9
1818
1819## ohos.permission.START_INVISIBLE_ABILITY
1820
1821Allows an application to start an invisible ability.
1822
1823**Permission level**: system_core
1824
1825**Authorization mode**: system_grant
1826
1827**Enable via ACL**: true
1828
1829**Valid since**: 9
1830
1831## ohos.permission.STORAGE_MANAGER
1832
1833Allows an application to call the interfaces of the Storage Manager service to query space statistics and volume information.
1834
1835**Permission level**: system_basic
1836
1837**Authorization mode**: system_grant
1838
1839**Enable via ACL**: true
1840
1841**Valid since**: 9
1842
1843## ohos.permission.UPDATE_CONFIGURATION
1844
1845Allows an application to modify system settings.
1846
1847**Permission level**: system_basic
1848
1849**Authorization mode**: system_grant
1850
1851**Enable via ACL**: true
1852
1853**Valid since**: 7
1854
1855## ohos.permission.WRITE_SCREEN_SAVER
1856
1857Allows an application to modify the screen saver information, such as activating and previewing a screen saver.
1858
1859**Permission level**: system_basic
1860
1861**Authorization mode**: system_grant
1862
1863**Enable via ACL**: true
1864
1865**Valid since**: 7
1866
1867## ohos.permission.GET_BLUETOOTH_LOCAL_MAC
1868
1869Allows an application to obtain the Bluetooth MAC address of the local device.
1870
1871**Permission level**: system_basic
1872
1873**Authorization mode**: system_grant
1874
1875**Enable via ACL**: true
1876
1877**Valid since**: 11
1878
1879## ohos.permission.GET_BLUETOOTH_PEERS_MAC
1880
1881Allows an application to obtain the real Bluetooth MAC address of a device.
1882
1883**Permission level**: system_basic
1884
1885**Authorization mode**: system_grant
1886
1887**Enable via ACL**: true
1888
1889**Valid since**: 12
1890
1891## ohos.permission.USE_USER_IDM
1892
1893Allows an application to access the system identity credential information.
1894
1895**Permission level**: system_basic
1896
1897**Authorization mode**: system_grant
1898
1899**Enable via ACL**: true
1900
1901**Valid since**: 8
1902
1903## ohos.permission.MANAGE_USER_IDM
1904
1905Allows an application to enroll and manage user identity authentication credentials.
1906
1907**Permission level**: system_basic
1908
1909**Authorization mode**: system_grant
1910
1911**Enable via ACL**: true
1912
1913**Valid since**: 8
1914
1915## ohos.permission.ACCESS_PIN_AUTH
1916
1917Allows an application to register the callback for obtaining the PIN during the PIN authentication process.
1918
1919**Permission level**: system_basic
1920
1921**Authorization mode**: system_grant
1922
1923**Enable via ACL**: true
1924
1925**Valid since**: 8
1926
1927## ohos.permission.ACCESS_USER_AUTH_INTERNAL
1928
1929Allows an application to call internal system interfaces of IAM.
1930
1931**Permission level**: system_basic
1932
1933**Authorization mode**: system_grant
1934
1935**Enable via ACL**: true
1936
1937**Valid since**: 8
1938
1939## ohos.permission.SUPPORT_USER_AUTH
1940
1941Allows access to the resource pool of the user authentication widget (auth_widget).
1942
1943**Permission level**: system_basic
1944
1945**Authorization mode**: system_grant
1946
1947**Enable via ACL**: true
1948
1949**Valid since**: 10
1950
1951## ohos.permission.ACCESS_SENSING_WITH_ULTRASOUND
1952
1953Allows an application to use ultrasonic sensing.
1954
1955**Permission level**: system_basic
1956
1957**Authorization mode**: system_grant
1958
1959**Enable via ACL**: true
1960
1961**Valid since**: 10
1962
1963## ohos.permission.ACCESS_DISTRIBUTED_HARDWARE
1964
1965Allows a system service or system application to access distributed hardware resources.
1966
1967**Permission level**: system_basic
1968
1969**Authorization mode**: system_grant
1970
1971**Enable via ACL**: true
1972
1973**Valid since**: 11
1974
1975## ohos.permission.INSTANTSHARE_SWITCH_CONTROL
1976
1977Allows a system service or system application to change the **instantshare** switch state.
1978
1979**Permission level**: system_basic
1980
1981**Authorization mode**: system_grant
1982
1983**Enable via ACL**: true
1984
1985**Valid since**: 11
1986
1987## ohos.permission.ACCESS_INSTANTSHARE_SERVICE
1988
1989Allows a system service or system application to access the **instantshare** service.
1990
1991**Permission level**: system_basic
1992
1993**Authorization mode**: system_grant
1994
1995**Enable via ACL**: true
1996
1997**Valid since**: 11
1998
1999## ohos.permission.ACCESS_INSTANTSHARE_PRIVATE_ABILITY
2000
2001Allows a system service or system application to use the **instantshare** private ability.
2002
2003**Permission level**: system_basic
2004
2005**Authorization mode**: system_grant
2006
2007**Enable via ACL**: true
2008
2009**Valid since**: 11
2010
2011## ohos.permission.ACCESS_MCP_AUTHORIZATION
2012
2013Allows the MCP host application to perform user account authorization and login for its sub-applications.
2014
2015**Permission level**: system_basic
2016
2017**Authorization mode**: system_grant
2018
2019**Enable via ACL**: true
2020
2021**Valid since**: 11
2022
2023## ohos.permission.GET_BUNDLE_RESOURCES
2024
2025Allows an application to obtain resource information of another application.
2026
2027**Permission level**: system_basic
2028
2029**Authorization mode**: system_grant
2030
2031**Enable via ACL**: true
2032
2033**Valid since**: 11
2034
2035## ohos.permission.COOPERATE_MANAGER
2036
2037Allows a system application to enable the ScreenHop feature, which allows the user to use a mouse across multiple devices.
2038
2039**Permission level**: system_basic
2040
2041**Authorization mode**: system_grant
2042
2043**Enable via ACL**: true
2044
2045**Valid since**: 11
2046
2047## ohos.permission.PERCEIVE_TRAIL
2048
2049Allows a system application to use the Multimodal Sensor Data Platform (MSDP) trail perception function.
2050
2051**Permission level**: system_basic
2052
2053**Authorization mode**: system_grant
2054
2055**Enable via ACL**: true
2056
2057**Valid since**: 11
2058
2059## ohos.permission.EXECUTE_INSIGHT_INTENT
2060
2061Allows a system application to execute intent calls.
2062
2063**Permission level**: system_basic
2064
2065**Authorization mode**: system_grant
2066
2067**Enable via ACL**: true
2068
2069**Valid since**: 11
2070
2071## ohos.permission.VERIFY_ACTIVATION_LOCK
2072
2073Allows an application to verify the validity of activation lock credentials.
2074
2075**Permission level**: system_basic
2076
2077**Authorization mode**: system_grant
2078
2079**Enable via ACL**: true
2080
2081**Valid since**: 11
2082
2083## ohos.permission.ACCESS_OUC
2084
2085Allows a system application to start the software update capability.
2086
2087**Permission level**: system_basic
2088
2089**Authorization mode**: system_grant
2090
2091**Enable via ACL**: true
2092
2093**Valid since**: 11
2094
2095## ohos.permission.MANAGE_FINGERPRINT_AUTH
2096
2097Allows an application to call APIs for configuring and managing the fingerprint authentication module.
2098
2099**Permission level**: system_basic
2100
2101**Authorization mode**: system_grant
2102
2103**Enable via ACL**: true
2104
2105**Valid since**: 11
2106
2107## ohos.permission.TRUSTED_RING_HASH_DATA_PERMISSION
2108
2109Allows an application to send data to the trusted ring of critical assets.
2110
2111**Permission level**: system_basic
2112
2113**Authorization mode**: system_grant
2114
2115**Enable via ACL**: true
2116
2117**Valid since**: 11
2118
2119## ohos.permission.INPUT_CONTROL_DISPATCHING
2120
2121Allows a system application to shield the shortcut key distribution logic.
2122
2123**Permission level**: system_basic
2124
2125**Authorization mode**: system_grant
2126
2127**Enable via ACL**: true
2128
2129**Valid since**: 11
2130
2131## ohos.permission.MANAGE_TRUSTED_RING
2132
2133Allows the use of the capabilities provided by the critical asset trusted ring service.
2134
2135**Permission level**: system_basic
2136
2137**Authorization mode**: system_grant
2138
2139**Enable via ACL**: true
2140
2141**Valid since**: 11
2142
2143## ohos.permission.USE_TRUSTED_RING
2144
2145Allows an applications or service to use the critical asset trusted ring.
2146
2147**Permission level**: system_basic
2148
2149**Authorization mode**: system_grant
2150
2151**Enable via ACL**: true
2152
2153**Valid since**: 11
2154
2155## ohos.permission.RECEIVE_APP_INSTALL_INFO_CHANGE
2156
2157Allows an application to listen for the installation progress of other applications.
2158
2159**Permission level**: system_basic
2160
2161**Authorization mode**: system_grant
2162
2163**Enable via ACL**: true
2164
2165**Valid since**: 11
2166
2167## ohos.permission.LAUNCH_SPAMSHIELD_PAGE
2168
2169Allows an application to access the shielded spam pages.
2170
2171**Permission level**: system_basic
2172
2173**Authorization mode**: system_grant
2174
2175**Enable via ACL**: true
2176
2177**Valid since**: 12
2178
2179## ohos.permission.ACCESS_SPAMSHIELD_SERVICE
2180
2181Allows an application to access the spam shield service.
2182
2183**Permission level**: system_basic
2184
2185**Authorization mode**: system_grant
2186
2187**Enable via ACL**: true
2188
2189**Valid since**: 12
2190
2191## ohos.permission.ACCESS_SECURITY_PRIVACY_CENTER
2192
2193Allows a service to access the Security & Privacy Center.
2194
2195**Permission level**: system_basic
2196
2197**Authorization mode**: system_grant
2198
2199**Enable via ACL**: true
2200
2201**Valid since**: 11
2202
2203## ohos.permission.GET_SECURITY_PRIVACY_ADVICE
2204
2205Allows a system application to obtain advice from the Security & Privacy Center.
2206
2207**Permission level**: system_core
2208
2209**Authorization mode**: system_grant
2210
2211**Enable via ACL**: true
2212
2213**Valid since**: 11
2214
2215## ohos.permission.SET_SECURITY_PRIVACY_ADVICE
2216
2217Allows a system application to process the advice provided by the Security & Privacy Center.
2218
2219**Permission level**: system_core
2220
2221**Authorization mode**: system_grant
2222
2223**Enable via ACL**: true
2224
2225**Valid since**: 11
2226
2227## ohos.permission.USE_SECURITY_PRIVACY_MESSAGER
2228
2229Allows a system service to call permission management interfaces.
2230
2231**Permission level**: system_core
2232
2233**Authorization mode**: system_grant
2234
2235**Enable via ACL**: true
2236
2237**Valid since**: 11
2238
2239## ohos.permission.GET_PRIVACY_INDICATOR
2240
2241Allows a system application to obtain details about privacy event notifications.
2242
2243**Permission level**: system_basic
2244
2245**Authorization mode**: system_grant
2246
2247**Enable via ACL**: true
2248
2249**Valid since**: 12
2250
2251## ohos.permission.SET_PRIVACY_INDICATOR
2252
2253Allows a system application to control the presence status of privacy event notifications.
2254
2255**Permission level**: system_core
2256
2257**Authorization mode**: system_grant
2258
2259**Enable via ACL**: true
2260
2261**Valid since**: 12
2262
2263## ohos.permission.EXEMPT_PRIVACY_INDICATOR
2264
2265Allows an application to use permissions without displaying the privacy indicator.
2266
2267**Permission level**: system_core
2268
2269**Authorization mode**: system_grant
2270
2271**Enable via ACL**: true
2272
2273**Valid since**: 12
2274
2275## ohos.permission.EXEMPT_CAMERA_PRIVACY_INDICATOR
2276
2277Allows an application to access the device's camera without displaying the privacy indicator.
2278
2279**Permission level**: system_core
2280
2281**Authorization mode**: system_grant
2282
2283**Enable via ACL**: true
2284
2285**Valid since**: 12
2286
2287## ohos.permission.EXEMPT_MICROPHONE_PRIVACY_INDICATOR
2288
2289Allows an application to access the device's microphone without displaying the privacy indicator.
2290
2291**Permission level**: system_core
2292
2293**Authorization mode**: system_grant
2294
2295**Enable via ACL**: true
2296
2297**Valid since**: 12
2298
2299## ohos.permission.EXEMPT_LOCATION_PRIVACY_INDICATOR
2300
2301Allows an application to use the location service without displaying the privacy indicator.
2302
2303**Permission level**: system_core
2304
2305**Authorization mode**: system_grant
2306
2307**Enable via ACL**: true
2308
2309**Valid since**: 12
2310
2311## ohos.permission.EXEMPT_PRIVACY_SECURITY_CENTER
2312
2313Allows a system application to be hidden on the **Privacy & Security** page.
2314
2315**Permission level**: system_core
2316
2317**Authorization mode**: system_grant
2318
2319**Enable via ACL**: true
2320
2321**Valid since**: 13
2322
2323## ohos.permission.GET_SUPER_PRIVACY
2324
2325Allows a system application to obtain the status of the super privacy mode.
2326
2327**Permission level**: system_basic
2328
2329**Authorization mode**: system_grant
2330
2331**Enable via ACL**: true
2332
2333**Valid since**: 12
2334
2335## ohos.permission.SET_SUPER_PRIVACY
2336
2337Allows a system application to set the super privacy mode.
2338
2339**Permission level**: system_core
2340
2341**Authorization mode**: system_grant
2342
2343**Enable via ACL**: true
2344
2345**Valid since**: 12
2346
2347## ohos.permission.ACCESS_PRIVATE_SPACE_MANAGER
2348
2349Allows a system application or system service to start the PrivateSpace manager.
2350
2351**Permission level**: system_basic
2352
2353**Authorization mode**: system_grant
2354
2355**Enable via ACL**: true
2356
2357**Valid since**: 12
2358
2359## ohos.permission.ACCESS_PRIVATE_SPACE_PASSWORD_PROTECT
2360
2361Allows a system application to call PrivateSpace APIs related to password protection.
2362
2363**Permission level**: system_basic
2364
2365**Authorization mode**: system_grant
2366
2367**Enable via ACL**: true
2368
2369**Valid since**: 12
2370
2371## ohos.permission.ACCESS_PASSWORDVAULT_ABILITY
2372
2373Allows a system application or system service to start the Password Vault ability.
2374
2375**Permission level**: system_basic
2376
2377**Authorization mode**: system_grant
2378
2379**Enable via ACL**: true
2380
2381**Valid since**: 11
2382
2383## ohos.permission.ACCESS_TEXTAUTOFILL_ABILITY
2384
2385Allows a system application or system service to start the text autofill ability.
2386
2387**Permission level**: system_basic
2388
2389**Authorization mode**: system_grant
2390
2391**Enable via ACL**: true
2392
2393**Valid since**: 12
2394
2395## ohos.permission.ACCESS_LOWPOWER_MANAGER
2396
2397Allows a system application or system service to send messages to LowpowerManager.
2398
2399**Permission level**: system_basic
2400
2401**Authorization mode**: system_grant
2402
2403**Enable via ACL**: true
2404
2405**Valid since**: 11
2406
2407## ohos.permission.MANAGE_APP_BOOT
2408
2409Allows a system application to set auto boot options for other applications.
2410
2411**Permission level**: system_basic
2412
2413**Authorization mode**: system_grant
2414
2415**Enable via ACL**: true
2416
2417**Valid since**: 11
2418
2419## ohos.permission.ACCESS_ACCOUNT_KIT_SERVICE
2420
2421Allows the account service to query and modify account data.
2422
2423**Permission level**: system_basic
2424
2425**Authorization mode**: system_grant
2426
2427**Enable via ACL**: true
2428
2429**Valid since**: 11
2430
2431## ohos.permission.REQUEST_ANONYMOUS_ATTEST
2432
2433Allows a system application to use the device anonymous attestation capability.
2434
2435**Permission level**: system_basic
2436
2437**Authorization mode**: system_grant
2438
2439**Enable via ACL**: true
2440
2441**Valid since**: 11
2442
2443## ohos.permission.ACCESS_ACCOUNT_KIT_UI
2444
2445Allows a system application to display the account user authentication page.
2446
2447**Permission level**: system_basic
2448
2449**Authorization mode**: system_grant
2450
2451**Enable via ACL**: true
2452
2453**Valid since**: 11
2454
2455## ohos.permission.START_RECENT_ABILITY
2456
2457Allows an application to start the specified UIAbility or the last started instance if the UIAbility has multiple instances.
2458
2459**Permission level**: system_basic
2460
2461**Authorization mode**: system_grant
2462
2463**Enable via ACL**: true
2464
2465**Valid since**: 11
2466
2467## ohos.permission.MANAGE_CLOUD_SYNC_CONFIG
2468
2469Allows an application that has accessed the cloud to manage the device-cloud sync configuration.
2470
2471**Permission level**: system_basic
2472
2473**Authorization mode**: system_grant
2474
2475**Enable via ACL**: true
2476
2477**Valid since**: 11
2478
2479## ohos.permission.ACCESS_FINDDEVICE
2480
2481Allows an application to start the **Find Device** app.
2482
2483**Permission level**: system_basic
2484
2485**Authorization mode**: system_grant
2486
2487**Enable via ACL**: true
2488
2489**Valid since**: 11
2490
2491## ohos.permission.MANAGE_FINDSERVICE
2492
2493Allows a system application to obtain and modify the setting of **Find My Phone**.
2494
2495**Permission level**: system_basic
2496
2497**Authorization mode**: system_grant
2498
2499**Enable via ACL**: true
2500
2501**Valid since**: 11
2502
2503## ohos.permission.READ_FINDSERVICE
2504
2505Allows a system application to read the status of **Find Device**.
2506
2507**Permission level**: system_basic
2508
2509**Authorization mode**: system_grant
2510
2511**Enable via ACL**: true
2512
2513**Valid since**: 12
2514
2515## ohos.permission.MANAGE_USB_CONFIG
2516
2517Allows an application to manage the USB device functions and ports.
2518
2519**Permission level**: system_basic
2520
2521**Authorization mode**: system_grant
2522
2523**Enable via ACL**: true
2524
2525**Valid since**: 11
2526
2527## ohos.permission.START_SYSTEM_DIALOG
2528
2529Allows an application to start modal system dialog boxes.
2530
2531**Permission level**: system_basic
2532
2533**Authorization mode**: system_grant
2534
2535**Enable via ACL**: true
2536
2537**Valid since**: 11
2538
2539## ohos.permission.ACCESS_STATUSBAR_ICON
2540
2541Allows an application to access the status bar icons.
2542
2543**Permission level**: system_basic
2544
2545**Authorization mode**: system_grant
2546
2547**Enable via ACL**: true
2548
2549**Valid since**: 11
2550
2551## ohos.permission.MANAGE_SYSTEM_AUDIO_EFFECTS
2552
2553Allows an application to manage the system audio effects.
2554
2555**Permission level**: system_basic
2556
2557**Authorization mode**: system_grant
2558
2559**Enable via ACL**: true
2560
2561**Valid since**: 11
2562
2563## ohos.permission.SECURE_PASTE
2564
2565Allows an application to read the pasteboard via silent access.
2566
2567**Permission level**: system_core
2568
2569**Authorization mode**: system_grant
2570
2571**Enable via ACL**: true
2572
2573**Valid since**: 11
2574
2575## ohos.permission.SET_CODE_PROTECT_INFO
2576
2577Allows a system application to set the public key and working secret ciphertext in the cloud and agrees on a key for code protection.
2578
2579**Permission level**: system_core
2580
2581**Authorization mode**: system_grant
2582
2583**Enable via ACL**: true
2584
2585**Valid since**: 11
2586
2587## ohos.permission.SET_ADVANCED_SECURITY_MODE
2588
2589Allows an application to set the advanced security mode configuration.
2590
2591**Permission level**: system_core
2592
2593**Authorization mode**: system_grant
2594
2595**Enable via ACL**: true
2596
2597**Valid since**: 11
2598
2599## ohos.permission.SET_DEVELOPER_MODE
2600
2601Allows an application to set the developer mode configuration.
2602
2603**Permission level**: system_core
2604
2605**Authorization mode**: system_grant
2606
2607**Enable via ACL**: true
2608
2609**Valid since**: 11
2610
2611## ohos.permission.DISABLE_PERMISSION_DIALOG
2612
2613Allows a system application to set whether an application can start the permission dialog box.
2614
2615**Permission level**: system_core
2616
2617**Authorization mode**: system_grant
2618
2619**Enable via ACL**: true
2620
2621**Valid since**: 11
2622
2623## ohos.permission.MANAGE_ACTIVATION_LOCK
2624
2625Allows an application to manage the activation lock of a device.
2626
2627**Permission level**: system_basic
2628
2629**Authorization mode**: system_grant
2630
2631**Enable via ACL**: true
2632
2633**Valid since**: 11
2634
2635## ohos.permission.MANAGE_PRIVATE_PHOTOS
2636
2637Allows an application to access the built-in hidden albums and files in the albums.
2638
2639**Permission level**: system_core
2640
2641**Authorization mode**: system_grant
2642
2643**Enable via ACL**: true
2644
2645**Valid since**: 11
2646
2647## ohos.permission.RECORD_VOICE_CALL
2648
2649Allows an application to record voice calls.
2650
2651**Permission level**: system_core
2652
2653**Authorization mode**: system_grant
2654
2655**Enable via ACL**: true
2656
2657**Valid since**: 11
2658
2659## ohos.permission.MANAGE_APP_INSTALL_INFO
2660
2661Allows an application to create and manage application installation tasks.
2662
2663**Permission level**: system_core
2664
2665**Authorization mode**: system_grant
2666
2667**Enable via ACL**: true
2668
2669**Valid since**: 11
2670
2671## ohos.permission.MANAGE_APP_UNINSTALL
2672
2673Allows a system application to uninstall other applications.
2674
2675**Permission level**: system_basic
2676
2677**Authorization mode**: system_grant
2678
2679**Enable via ACL**: true
2680
2681**Valid since**: 19
2682
2683## ohos.permission.ACCESS_ADVANCED_SECURITY_MODE
2684
2685Allows a system application to access the advanced security mode configuration page.
2686
2687**Permission level**: system_basic
2688
2689**Authorization mode**: system_grant
2690
2691**Enable via ACL**: true
2692
2693**Valid since**: 11
2694
2695## ohos.permission.ACCESS_HIVIEWX
2696
2697Allows a system application to start HiViewX, which displays the **User Experience Improvement Program** page.
2698
2699**Permission level**: system_basic
2700
2701**Authorization mode**: system_grant
2702
2703**Enable via ACL**: true
2704
2705**Valid since**: 11
2706
2707## ohos.permission.ACCESS_HIVIEWCARE
2708
2709Allows a system application to start HiViewCare.
2710
2711**Permission level**: system_basic
2712
2713**Authorization mode**: system_grant
2714
2715**Enable via ACL**: true
2716
2717**Valid since**: 11
2718
2719## ohos.permission.SET_SANDBOX_POLICY
2720
2721Allows a system application to set dynamic sandbox policies.
2722
2723**Permission level**: system_core
2724
2725**Authorization mode**: system_grant
2726
2727**Enable via ACL**: true
2728
2729**Valid since**: 11
2730
2731## ohos.permission.CHECK_SANDBOX_POLICY
2732
2733Allows a system application or system service to check sandbox policies of other applications.
2734
2735**Permission level**: system_basic
2736
2737**Authorization mode**: system_grant
2738
2739**Enable via ACL**: true
2740
2741**Valid since**: 15
2742
2743## ohos.permission.TRIGGER_ACTIVATIONLOCK
2744
2745Allows an SA to call **Find Device**.
2746
2747**Permission level**: system_core
2748
2749**Authorization mode**: system_grant
2750
2751**Enable via ACL**: true
2752
2753**Valid since**: 11
2754
2755## ohos.permission.WRITE_PRIVACY_PUSH_DATA
2756
2757Allows an application to write private Push data to another application.
2758
2759**Permission level**: system_core
2760
2761**Authorization mode**: system_grant
2762
2763**Enable via ACL**: true
2764
2765**Valid since**: 11
2766
2767## ohos.permission.READ_PRIVACY_PUSH_DATA
2768
2769Allows an application to read the private Push data of another application.
2770
2771**Permission level**: system_core
2772
2773**Authorization mode**: system_grant
2774
2775**Enable via ACL**: true
2776
2777**Valid since**: 12
2778
2779## ohos.permission.MANAGE_NEARLINK
2780
2781Allows an application to pair with a NearLink device and access the Contacts or messages of the device.
2782
2783**Permission level**: system_basic
2784
2785**Authorization mode**: system_grant
2786
2787**Enable via ACL**: true
2788
2789**Valid since**: 12
2790
2791## ohos.permission.GET_NEARLINK_LOCAL_MAC
2792
2793Allows an application to obtain the NearLink MAC address of the local device.
2794
2795**Permission level**: system_basic
2796
2797**Authorization mode**: system_grant
2798
2799**Enable via ACL**: true
2800
2801**Valid since**: 12
2802
2803## ohos.permission.GET_NEARLINK_PEER_MAC
2804
2805Allows an application to obtain the NearLink MAC address of the peer device.
2806
2807**Permission level**: system_basic
2808
2809**Authorization mode**: system_grant
2810
2811**Enable via ACL**: true
2812
2813**Valid since**: 12
2814
2815## ohos.permission.MANAGE_UWB
2816
2817Allows a system application to manage the ultra-wideband (UWB) function,
2818
2819for example, enabling or disabling UWB communication, querying the chip type, and querying UWB capabilities.
2820
2821**Permission level**: system_basic
2822
2823**Authorization mode**: system_grant
2824
2825**Enable via ACL**: true
2826
2827**Valid since**: 12
2828
2829## ohos.permission.USE_UWB_RANGING
2830
2831Allows a system application to use UWB ranging,
2832
2833for example, opening a session for UWB ranging, starting ranging, stoping ranging, and closing a session.
2834
2835**Permission level**: system_basic
2836
2837**Authorization mode**: system_grant
2838
2839**Enable via ACL**: true
2840
2841**Valid since**: 12
2842
2843## ohos.permission.MANAGE_FINDNETWORK
2844
2845Allows an application to manage the **Find Network** switch and pair and unpair accessories.
2846
2847**Permission level**: system_basic
2848
2849**Authorization mode**: system_grant
2850
2851**Enable via ACL**: true
2852
2853**Valid since**: 12
2854
2855## ohos.permission.OPERATE_FINDNETWORK
2856
2857Allows an application to call APIs for finding network.
2858
2859**Permission level**: system_basic
2860
2861**Authorization mode**: system_grant
2862
2863**Enable via ACL**: true
2864
2865**Valid since**: 12
2866
2867## ohos.permission.QUERY_FINDNETWORK_LOCATION
2868
2869Allows an application to query the location of an offline device.
2870
2871**Permission level**: system_basic
2872
2873**Authorization mode**: system_grant
2874
2875**Enable via ACL**: true
2876
2877**Valid since**: 12
2878
2879## ohos.permission.REGISTER_FINDNETWORK_ACCESSORY
2880
2881Allows an application or system ability to initiate the process for registering the Find Network accessories.
2882
2883**Permission level**: system_basic
2884
2885**Authorization mode**: system_grant
2886
2887**Enable via ACL**: true
2888
2889**Valid since**: 13
2890
2891## ohos.permission.MANAGE_SHUTDOWN_FINDNETWORK
2892
2893Allows a system application or system ability to manage the service that enables a powered-off device to be found by another device with the same account.
2894
2895**Permission level**: system_basic
2896
2897**Authorization mode**: system_grant
2898
2899**Enable via ACL**: true
2900
2901**Valid since**: 15
2902
2903## ohos.permission.MANAGE_RGM
2904
2905Allows a system service or system application to manage RGM.
2906
2907**Permission level**: system_core
2908
2909**Authorization mode**: system_grant
2910
2911**Enable via ACL**: true
2912
2913**Valid since**: 12
2914
2915## ohos.permission.ACCESS_PROTOCOL_DFX_DATA
2916
2917Allows a system application to access communication failure information and system statistics.
2918
2919**Permission level**: system_basic
2920
2921**Authorization mode**: system_grant
2922
2923**Enable via ACL**: true
2924
2925**Valid since**: 12
2926
2927## ohos.permission.ACCESS_PROTOCOL_DFX_STATE
2928
2929Allows a system application to enable or disable the switches related to communication protocols.
2930
2931**Permission level**: system_basic
2932
2933**Authorization mode**: system_grant
2934
2935**Enable via ACL**: true
2936
2937**Valid since**: 12
2938
2939## ohos.permission.ACCESS_CMAP_SERVICE
2940
2941Allows a system application to access the cellular map service.
2942
2943**Permission level**: system_basic
2944
2945**Authorization mode**: system_grant
2946
2947**Enable via ACL**: true
2948
2949**Valid since**: 14
2950
2951## ohos.permission.MANAGE_USER_ACCOUNT_INFO
2952
2953Allows a system application or an SA to call the account service.
2954
2955**Permission level**: system_core
2956
2957**Authorization mode**: system_grant
2958
2959**Enable via ACL**: true
2960
2961**Valid since**: 12
2962
2963## ohos.permission.ALLOW_TIPS_ACCESS
2964
2965Allows a system application to start the exposed components of another system application.
2966
2967**Permission level**: system_basic
2968
2969**Authorization mode**: system_grant
2970
2971**Enable via ACL**: true
2972
2973**Valid since**: 12
2974
2975## ohos.permission.ACCESS_AI_ABILITY
2976
2977Allows a system application or an SA to access the AI ability.
2978
2979**Permission level**: system_basic
2980
2981**Authorization mode**: system_grant
2982
2983**Enable via ACL**: true
2984
2985**Valid since**: 12
2986
2987## ohos.permission.READ_HEALTH_MOTION
2988
2989Allows a system application to read the activity ring information, such as the step count.
2990
2991**Permission level**: system_basic
2992
2993**Authorization mode**: system_grant
2994
2995**Enable via ACL**: true
2996
2997**Valid since**: 12
2998
2999## ohos.permission.hsdr.REQUEST_HSDR
3000
3001Allows a system application to access the OpenHarmony Security Detection and Response (HSDR) function of querying the security policies from the cloud.
3002
3003**Permission level**: system_basic
3004
3005**Authorization mode**: system_grant
3006
3007**Enable via ACL**: true
3008
3009**Valid since**: 12
3010
3011## ohos.permission.WRITE_GTOKEN_POLICY
3012
3013Allows a system application to write application control policies.
3014
3015**Permission level**: system_core
3016
3017**Authorization mode**: system_grant
3018
3019**Enable via ACL**: true
3020
3021**Valid since**: 12
3022
3023## ohos.permission.READ_GTOKEN_POLICY
3024
3025Allows a system application to read application control policies.
3026
3027**Permission level**: system_basic
3028
3029**Authorization mode**: system_grant
3030
3031**Enable via ACL**: true
3032
3033**Valid since**: 12
3034
3035## ohos.permission.NOTIFY_DEBUG_ASSERT_RESULT
3036
3037Allows a system application to set the assertion debugging result.
3038
3039**Permission level**: system_basic
3040
3041**Authorization mode**: system_grant
3042
3043**Enable via ACL**: true
3044
3045**Valid since**: 12
3046
3047## ohos.permission.QUERY_PASSWORD_VAULT_DATA
3048
3049Allows a system application to obtain password vault data.
3050
3051**Permission level**: system_basic
3052
3053**Authorization mode**: system_grant
3054
3055**Enable via ACL**: true
3056
3057**Valid since**: 12
3058
3059## ohos.permission.WRITE_ACCOUNT_LOGIN_STATE
3060
3061Allows user account login status to be written to the data management service.
3062
3063**Permission level**: system_basic
3064
3065**Authorization mode**: system_grant
3066
3067**Enable via ACL**: true
3068
3069**Valid since**: 12
3070
3071## ohos.permission.INTERACT_ACROSS_LOCAL_ACCOUNTS_AS_USER
3072
3073Allows a service in the U0 user space to call the open account APIs.
3074
3075**Permission level**: system_core
3076
3077**Authorization mode**: system_grant
3078
3079**Enable via ACL**: true
3080
3081**Valid since**: 12
3082
3083## ohos.permission.SUBSCRIBE_NOTIFICATION_WINDOW_STATE
3084
3085Allows an application to subscribe to the broadcasts sent when the notification window is displayed or collapsed.
3086
3087**Permission level**: system_basic
3088
3089**Authorization mode**: system_grant
3090
3091**Enable via ACL**: true
3092
3093**Valid since**: 12
3094
3095## ohos.permission.CHANGE_DISPLAYMODE
3096
3097Allows a system application to change the display mode.
3098
3099**Permission level**: system_core
3100
3101**Authorization mode**: system_grant
3102
3103**Enable via ACL**: true
3104
3105**Valid since**: 12
3106
3107## ohos.permission.MIGRATE_DATA
3108
3109Allows a system application to migrate data.
3110
3111**Permission level**: system_core
3112
3113**Authorization mode**: system_grant
3114
3115**Enable via ACL**: true
3116
3117**Valid since**: 12
3118
3119## ohos.permission.ACCESS_DYNAMIC_ICON
3120
3121Allows a system application to use dynamic icons.
3122
3123**Permission level**: system_basic
3124
3125**Authorization mode**: system_grant
3126
3127**Enable via ACL**: true
3128
3129**Valid since**: 12
3130
3131## ohos.permission.CHANGE_BUNDLE_UNINSTALL_STATE
3132
3133Allows a system application to change the uninstall status of the specified application.
3134
3135**Permission level**: system_core
3136
3137**Authorization mode**: system_grant
3138
3139**Enable via ACL**: true
3140
3141**Valid since**: 12
3142
3143## ohos.permission.MANAGE_STYLUS_EVENT
3144
3145Allows a system application to use the stylus capabilities.
3146
3147**Permission level**: system_basic
3148
3149**Authorization mode**: system_grant
3150
3151**Enable via ACL**: true
3152
3153**Valid since**: 12
3154
3155## ohos.permission.USE_CLOUD_DRIVE_SERVICE
3156
3157Allows a system application or service to use the DriveServiceAbility of the cloud space service to perform device-cloud sync.
3158
3159**Permission level**: system_basic
3160
3161**Authorization mode**: system_grant
3162
3163**Enable via ACL**: true
3164
3165**Valid since**: 12
3166
3167## ohos.permission.USE_CLOUD_BACKUP_SERVICE
3168
3169Allows a system application or service to trigger the BackupServiceAbility of the cloud space service to implement backup and backup-related event notifications.
3170
3171**Permission level**: system_basic
3172
3173**Authorization mode**: system_grant
3174
3175**Enable via ACL**: true
3176
3177**Valid since**: 12
3178
3179## ohos.permission.USE_CLOUD_COMMON_SERVICE
3180
3181Allows a system application to obtain cloud space information and resources through the CommonServiceAbility of the cloud space service.
3182
3183**Permission level**: system_basic
3184
3185**Authorization mode**: system_grant
3186
3187**Enable via ACL**: true
3188
3189**Valid since**: 12
3190
3191## ohos.permission.PRELOAD_APPLICATION
3192
3193Allows a system application or service to preload application processes.
3194
3195**Permission level**: system_basic
3196
3197**Authorization mode**: system_grant
3198
3199**Enable via ACL**: true
3200
3201**Valid since**: 12
3202
3203## ohos.permission.ENABLE_EXPERIENCE_HBM
3204
3205Allows an application to enable the High Brightness Mode (HBM) for the screen.
3206
3207**Permission level**: system_basic
3208
3209**Authorization mode**: system_grant
3210
3211**Enable via ACL**: true
3212
3213**Valid since**: 13
3214
3215## ohos.permission.SET_PROCESS_CACHE_STATE
3216
3217Allows an application to set whether to support application cache and quick startup after cached.
3218
3219**Permission level**: system_basic
3220
3221**Authorization mode**: system_grant
3222
3223**Enable via ACL**: true
3224
3225**Valid since**: 12
3226
3227## ohos.permission.ACCESS_SYSTEM_APP_CERT
3228
3229Allows the caller to manage and use system service certificate credentials.
3230
3231**Permission level**: system_core
3232
3233**Authorization mode**: system_grant
3234
3235**Enable via ACL**: true
3236
3237**Valid since**: 12
3238
3239## ohos.permission.ACCESS_USER_TRUSTED_CERT
3240
3241Allows the caller to manage user CA certificates.
3242
3243**Permission level**: system_core
3244
3245**Authorization mode**: system_grant
3246
3247**Enable via ACL**: true
3248
3249**Valid since**: 12
3250
3251## ohos.permission.ACCESS_LOCAL_BACKUP
3252
3253Allows an application to access the local backup directory.
3254
3255**Permission level**: system_basic
3256
3257**Authorization mode**: system_grant
3258
3259**Enable via ACL**: true
3260
3261**Valid since**: 12
3262
3263## ohos.permission.CAST_AUDIO_OUTPUT
3264
3265Allows the system to cast audio or collaborate with another application to cast audio.
3266
3267**Permission level**: system_core
3268
3269**Authorization mode**: system_grant
3270
3271**Enable via ACL**: true
3272
3273**Valid since**: 12
3274
3275## ohos.permission.WRITE_RINGTONE
3276
3277Allows an application to write the ring tone library.
3278
3279**Permission level**: system_basic
3280
3281**Authorization mode**: system_grant
3282
3283**Enable via ACL**: true
3284
3285**Valid since**: 12
3286
3287## ohos.permission.GET_ACCOUNT_MINORS_INFO
3288
3289Allows a system application to obtain information about the minor users (users not of the legal age) of a user account.
3290
3291**Permission level**: system_basic
3292
3293**Authorization mode**: system_grant
3294
3295**Enable via ACL**: true
3296
3297**Valid since**: 12
3298
3299## ohos.permission.ACCESS_LOCAL_THEME
3300
3301Allows a system application to access the local theme information.
3302
3303**Permission level**: system_basic
3304
3305**Authorization mode**: system_grant
3306
3307**Enable via ACL**: true
3308
3309**Valid since**: 12
3310
3311## ohos.permission.ACCESS_SHADER_CACHE_DIR
3312
3313Allows a system application to access the shader_cache directory.
3314
3315**Permission level**: system_core
3316
3317**Authorization mode**: system_grant
3318
3319**Enable via ACL**: true
3320
3321**Valid since**: 12
3322
3323## ohos.permission.INSTALL_CLONE_BUNDLE
3324
3325Allows an application to install a cloned application.
3326
3327**Permission level**: system_core
3328
3329**Authorization mode**: system_grant
3330
3331**Enable via ACL**: true
3332
3333**Valid since**: 12
3334
3335## ohos.permission.UNINSTALL_CLONE_BUNDLE
3336
3337Allows an application to uninstall a cloned application.
3338
3339**Permission level**: system_core
3340
3341**Authorization mode**: system_grant
3342
3343**Enable via ACL**: true
3344
3345**Valid since**: 12
3346
3347## ohos.permission.ACCESS_SCREEN_LOCK_MEDIA_DATA
3348
3349Allows an application to access images and videos when the screen is locked.
3350
3351**Permission level**: system_core
3352
3353**Authorization mode**: system_grant
3354
3355**Enable via ACL**: true
3356
3357**Valid since**: 12
3358
3359## ohos.permission.ACCESS_SCREEN_LOCK_ALL_DATA
3360
3361Allows an application to access sensitive data, such as images and videos, call logs, call recordings, SMS messages, and emails, when the screen is locked.
3362
3363**Permission level**: system_core
3364
3365**Authorization mode**: system_grant
3366
3367**Enable via ACL**: true
3368
3369**Valid since**: 12
3370
3371## ohos.permission.ACCESS_DEVICE_COLLABORATION_PRIVATE_ABILITY
3372
3373Allows a system service or system application to access the device collaboration private ability.
3374
3375**Permission level**: system_basic
3376
3377**Authorization mode**: system_grant
3378
3379**Enable via ACL**: true
3380
3381**Valid since**: 12
3382
3383## ohos.permission.ACCESS_FILE_CONTENT_SHARE
3384
3385Allows a system service or system application to access shared files.
3386
3387**Permission level**: system_basic
3388
3389**Authorization mode**: system_grant
3390
3391**Enable via ACL**: true
3392
3393**Valid since**: 12
3394
3395## ohos.permission.ACCESS_RINGTONE_RESOURCE
3396
3397Allows a system application to access and write the ring tone public directory.
3398
3399**Permission level**: system_core
3400
3401**Authorization mode**: system_grant
3402
3403**Enable via ACL**: true
3404
3405**Valid since**: 12
3406
3407## ohos.permission.ACCESS_SUBSCRIPTION_CAPSULE_DATA
3408
3409Allows a system application to access the subscribed capsule data.
3410
3411**Permission level**: system_basic
3412
3413**Authorization mode**: system_grant
3414
3415**Enable via ACL**: true
3416
3417**Valid since**: 12
3418
3419## ohos.permission.ACCESS_SEARCH_SERVICE
3420
3421Allows a system application to call the local search ability provided by the fusion search service.
3422
3423**Permission level**: system_basic
3424
3425**Authorization mode**: system_grant
3426
3427**Enable via ACL**: true
3428
3429**Valid since**: 12
3430
3431## ohos.permission.INJECT_INPUT_EVENT
3432
3433Allows a system application to inject input events.
3434
3435**Permission level**: system_core
3436
3437**Authorization mode**: system_grant
3438
3439**Enable via ACL**: true
3440
3441**Valid since**: 12
3442
3443## ohos.permission.QUERY_SECURITY_EVENT
3444
3445Allows an application to obtain detailed security event information.
3446
3447**Permission level**: system_basic
3448
3449**Authorization mode**: system_grant
3450
3451**Enable via ACL**: true
3452
3453**Valid since**: 12
3454
3455## ohos.permission.REPORT_SECURITY_EVENT
3456
3457Allows an application to report risk data for security guard.
3458
3459**Permission level**: system_basic
3460
3461**Authorization mode**: system_grant
3462
3463**Enable via ACL**: true
3464
3465**Valid since**: 12
3466
3467## ohos.permission.QUERY_SECURITY_MODEL_RESULT
3468
3469Allows an application to query the security model execution result.
3470
3471**Permission level**: system_basic
3472
3473**Authorization mode**: system_grant
3474
3475**Enable via ACL**: true
3476
3477**Valid since**: 12
3478
3479## ohos.permission.MANAGE_SECURITY_GUARD_CONFIG
3480
3481Allows an application to manage Security Guard configuration.
3482
3483**Permission level**: system_basic
3484
3485**Authorization mode**: system_grant
3486
3487**Enable via ACL**: true
3488
3489**Valid since**: 12
3490
3491## ohos.permission.COLLECT_SECURITY_EVENT
3492
3493Allows an application to collect security events.
3494
3495**Permission level**: system_core
3496
3497**Authorization mode**: system_grant
3498
3499**Enable via ACL**: true
3500
3501**Valid since**: 12
3502
3503## ohos.permission.QUERY_SECURITY_POLICY_FROM_CLOUD
3504
3505Allows an application to query security policies from the cloud.
3506
3507**Permission level**: system_basic
3508
3509**Authorization mode**: system_grant
3510
3511**Enable via ACL**: true
3512
3513**Valid since**: 12
3514
3515## ohos.permission.REPORT_SECURITY_EVENT_TO_CLOUD
3516
3517Allows an application to report security events to the cloud.
3518
3519**Permission level**: system_basic
3520
3521**Authorization mode**: system_grant
3522
3523**Enable via ACL**: true
3524
3525**Valid since**: 12
3526
3527## ohos.permission.ACCESS_SCAN_SERVICE
3528
3529Allows a system application to invoke the code dispatching capability provided by the scan-to-access service.
3530
3531**Permission level**: system_basic
3532
3533**Authorization mode**: system_grant
3534
3535**Enable via ACL**: true
3536
3537**Valid since**: 12
3538
3539## ohos.permission.ACCESS_FACTORY_OTA_DIR
3540
3541Allows a system application to access the over-the-air update directory.
3542
3543**Permission level**: system_basic
3544
3545**Authorization mode**: system_grant
3546
3547**Enable via ACL**: true
3548
3549**Valid since**: 12
3550
3551## ohos.permission.MANAGE_MOUSE_CURSOR
3552
3553Allows a system application to set the mouse cursor status.
3554
3555**Permission level**: system_core
3556
3557**Authorization mode**: system_grant
3558
3559**Enable via ACL**: true
3560
3561**Valid since**: 12
3562
3563## ohos.permission.FILTER_INPUT_EVENT
3564
3565Allows a system application to filter input events.
3566
3567**Permission level**: system_core
3568
3569**Authorization mode**: system_grant
3570
3571**Enable via ACL**: true
3572
3573**Valid since**: 12
3574
3575## ohos.permission.INPUT_DEVICE_CONTROLLER
3576
3577Allows an application to obtain and set the status of input devices.
3578
3579**Permission level**: system_basic
3580
3581**Authorization mode**: system_grant
3582
3583**Enable via ACL**: true
3584
3585**Valid since**: 18
3586
3587## ohos.permission.ACTIVATE_DEVICE_PSI
3588
3589Allows a system application or system ability to report the device activation status.
3590
3591**Permission level**: system_basic
3592
3593**Authorization mode**: system_grant
3594
3595**Enable via ACL**: true
3596
3597**Valid since**: 12
3598
3599## ohos.permission.DUMP_AUDIO
3600
3601Allows an application to dump audio data to a local storage device.
3602
3603**Permission level**: system_core
3604
3605**Authorization mode**: system_grant
3606
3607**Enable via ACL**: true
3608
3609**Valid since**: 12
3610
3611## ohos.permission.RECEIVE_FUSION_MESSAGES
3612
3613Allows a system application or system ability to receive fusion service messages.
3614
3615**Permission level**: system_basic
3616
3617**Authorization mode**: system_grant
3618
3619**Enable via ACL**: true
3620
3621**Valid since**: 12
3622
3623## ohos.permission.RECEIVE_BMS_BROKER_MESSAGES
3624
3625Allows a system application or system service to receive BMS broker messages.
3626
3627**Permission level**: system_basic
3628
3629**Authorization mode**: system_grant
3630
3631**Enable via ACL**: true
3632
3633**Valid since**: 18
3634
3635## ohos.permission.ACCESS_FUSION_MANAGER
3636
3637Allows a system ability or system application to access the fusion service.
3638
3639**Permission level**: system_basic
3640
3641**Authorization mode**: system_grant
3642
3643**Enable via ACL**: true
3644
3645**Valid since**: 12
3646
3647## ohos.permission.PUBLISH_LOCATION_EVENT
3648
3649Allows an application to publish common events related to location management.
3650
3651**Permission level**: system_basic
3652
3653**Authorization mode**: system_grant
3654
3655**Enable via ACL**: true
3656
3657**Valid since**: 12
3658
3659## ohos.permission.ACCESS_MULTICORE_HYBRID_ABILITY
3660
3661Allows an application to access the system service APIs of the smart watch.
3662
3663**Permission level**: system_basic
3664
3665**Authorization mode**: system_grant
3666
3667**Enable via ACL**: true
3668
3669**Valid since**: 12
3670
3671## ohos.permission.ACCESS_DEVICE_COLLABORATION_SERVICE
3672
3673Allows an application to use the multi-screen collaboration service.
3674
3675**Permission level**: system_basic
3676
3677**Authorization mode**: system_grant
3678
3679**Enable via ACL**: true
3680
3681**Valid since**: 12
3682
3683## ohos.permission.GET_APP_DOMAIN_BUNDLE_INFO
3684
3685Allows an application to access the mappings between applications and domain names.
3686
3687**Permission level**: system_basic
3688
3689**Authorization mode**: system_grant
3690
3691**Enable via ACL**: true
3692
3693**Valid since**: 12
3694
3695## ohos.permission.OPEN_FILE
3696
3697Allows a system application to start the File Manager application to open files or folders.
3698
3699**Permission level**: system_basic
3700
3701**Authorization mode**: system_grant
3702
3703**Enable via ACL**: true
3704
3705**Valid since**: 12
3706
3707## ohos.permission.PROCESS_FILE_COPY_PASTE
3708
3709Allows a system application to start the File Manager application to copy, cut, and paste files.
3710
3711**Permission level**: system_basic
3712
3713**Authorization mode**: system_grant
3714
3715**Enable via ACL**: true
3716
3717**Valid since**: 12
3718
3719## ohos.permission.CLEAR_RECYCLEBIN
3720
3721Allows a system application to start the File Manager application to clear the trash.
3722
3723**Permission level**: system_basic
3724
3725**Authorization mode**: system_grant
3726
3727**Enable via ACL**: true
3728
3729**Valid since**: 12
3730
3731## ohos.permission.GET_FILE_THUMBNAIL
3732
3733Allows a system ability to obtain file thumbnails.
3734
3735**Permission level**: system_basic
3736
3737**Authorization mode**: system_grant
3738
3739**Enable via ACL**: true
3740
3741**Valid since**: 12
3742
3743## ohos.permission.NETWORK_DHCP
3744
3745Allows a system application to apply for IP addresses from the DHCP server.
3746
3747**Permission level**: system_basic
3748
3749**Authorization mode**: system_grant
3750
3751**Enable via ACL**: true
3752
3753**Valid since**: 12
3754
3755## ohos.permission.ALLOW_CONNECT_CAR
3756
3757Allows an application to connect to a telematics device.
3758
3759**Permission level**: system_basic
3760
3761**Authorization mode**: system_grant
3762
3763**Enable via ACL**: true
3764
3765**Valid since**: 12
3766
3767## ohos.permission.ACCESS_IDM_WIDGET
3768
3769Allows a system application to access the widget for credential enrollment.
3770
3771**Permission level**: system_basic
3772
3773**Authorization mode**: system_grant
3774
3775**Enable via ACL**: true
3776
3777**Valid since**: 12
3778
3779## ohos.permission.MANAGE_ACCESSORY
3780
3781Allows an application to obtain information about accessories (such as the keyboard and mouse), send data to accessories, and obtain responses from them.
3782
3783**Permission level**: system_basic
3784
3785**Authorization mode**: system_grant
3786
3787**Enable via ACL**: true
3788
3789**Valid since**: 12
3790
3791## ohos.permission.COLLECT_ACCESSORY_LOG
3792
3793Allows an application to obtain logs of accessories (such as the keyboard and mouse).
3794
3795**Permission level**: system_basic
3796
3797**Authorization mode**: system_grant
3798
3799**Enable via ACL**: true
3800
3801**Valid since**: 12
3802
3803## ohos.permission.INSTALL_INTERNALTESTING_BUNDLE
3804
3805Allows an application to install beta applications.
3806
3807**Permission level**: system_core
3808
3809**Authorization mode**: system_grant
3810
3811**Enable via ACL**: true
3812
3813**Valid since**: 12
3814
3815## ohos.permission.PUBLISH_DISPLAY_ROTATION_EVENT
3816
3817Allows a system ability to send screen rotation events to applications or other system abilities.
3818
3819**Permission level**: system_core
3820
3821**Authorization mode**: system_grant
3822
3823**Enable via ACL**: true
3824
3825**Valid since**: 12
3826
3827## ohos.permission.PUBLISH_CAST_PLUGGED_EVENT
3828
3829Allows a system ability to send the projection cable plug-in and plug-out events to applications or other system abilities.
3830
3831**Permission level**: system_core
3832
3833**Authorization mode**: system_grant
3834
3835**Enable via ACL**: true
3836
3837**Valid since**: 12
3838
3839## ohos.permission.GET_ETHERNET_LOCAL_MAC
3840
3841Allows an application to obtain the current MAC address of the Ethernet.
3842
3843**Permission level**: system_basic
3844
3845**Authorization mode**: system_grant
3846
3847**Enable via ACL**: true
3848
3849**Valid since**: 13
3850
3851## ohos.permission.ALLOW_SHOW_NON_SECURE_WINDOWS
3852
3853Allows a modal UIExtension to unhide non-secure windows.
3854
3855**Permission level**: system_basic
3856
3857**Authorization mode**: system_grant
3858
3859**Enable via ACL**: true
3860
3861**Valid since**: 12
3862
3863## ohos.permission.ACCESS_DISTRIBUTED_MODEM
3864
3865Allows a system service to access distributed modems.
3866
3867**Permission level**: system_basic
3868
3869**Authorization mode**: system_grant
3870
3871**Enable via ACL**: true
3872
3873**Valid since**: 13
3874
3875## ohos.permission.GET_TELEPHONY_ESIM_STATE
3876
3877Allows a system application to obtain eSIM profile information and data written on the device chip when the eSIM is activated.
3878
3879**Permission level**: system_basic
3880
3881**Authorization mode**: system_grant
3882
3883**Enable via ACL**: true
3884
3885**Valid since**: 14
3886
3887## ohos.permission.SET_TELEPHONY_ESIM_STATE
3888
3889Allows a system application to modify the eSIM profile and upgrade the eSIM.
3890
3891**Permission level**: system_basic
3892
3893**Authorization mode**: system_grant
3894
3895**Enable via ACL**: true
3896
3897**Valid since**: 14
3898
3899## ohos.permission.CAMERA_BACKGROUND
3900
3901Allows a system application to use the camera in the background.
3902
3903**Permission level**: system_core
3904
3905**Authorization mode**: system_grant
3906
3907**Enable via ACL**: true
3908
3909**Valid since**: 13
3910
3911## ohos.permission.CALLED_TRANSITION_ON_LOCK_SCREEN
3912
3913Allows an application to be started by another application on the lock screen page and redirected.
3914
3915**Permission level**: system_basic
3916
3917**Authorization mode**: system_grant
3918
3919**Enable via ACL**: true
3920
3921**Valid since**: 13
3922
3923## ohos.permission.CALLED_BELOW_LOCK_SCREEN
3924
3925Allows an application to start even when the screen is locked.
3926
3927**Permission level**: system_basic
3928
3929**Authorization mode**: system_grant
3930
3931**Enable via ACL**: true
3932
3933**Valid since**: 13
3934
3935## ohos.permission.ACCESS_ANALYTICS
3936
3937Allows a system service to access and read files in **/data/log/faultlog/faultlogger** directory.
3938
3939**Permission level**: system_basic
3940
3941**Authorization mode**: system_grant
3942
3943**Enable via ACL**: true
3944
3945**Valid since**: 12
3946
3947## ohos.permission.START_RESTORE_NOTIFICATION
3948
3949Allows a system application to subscribe to the restore start event of the backup and restore framework.
3950
3951**Permission level**: system_basic
3952
3953**Authorization mode**: system_grant
3954
3955**Enable via ACL**: true
3956
3957**Valid since**: 13
3958
3959## ohos.permission.READ_WEATHER_DATA
3960
3961Allows an application to read weather data.
3962
3963**Permission level**: system_basic
3964
3965**Authorization mode**: system_grant
3966
3967**Enable via ACL**: true
3968
3969**Valid since**: 14
3970
3971## ohos.permission.ACCESS_MCU_LOG_DIR
3972
3973Allows a system application to access the microcontroller unit (MCU) log directory.
3974
3975**Permission level**: system_basic
3976
3977**Authorization mode**: system_grant
3978
3979**Enable via ACL**: true
3980
3981**Valid since**: 12
3982
3983## ohos.permission.GRANT_SHORT_TERM_WRITE_MEDIAVIDEO
3984
3985Allows a system application or system service to grant third-party applications the temporary permission to save images and videos for the specified period of time.
3986
3987**Permission level**: system_core
3988
3989**Authorization mode**: system_grant
3990
3991**Enable via ACL**: true
3992
3993**Valid since**: 12
3994
3995## ohos.permission.CHECK_QUICKFIX_RESULT
3996
3997Allows a system service or system application to check the patch installation result.
3998
3999**Permission level**: system_core
4000
4001**Authorization mode**: system_grant
4002
4003**Enable via ACL**: true
4004
4005**Valid since**: 12
4006
4007**Changelog**: This permission is available to system services in API versions 12 to 13. From API version 14, it is available to system applications.
4008
4009## ohos.permission.USER_AUTH_FROM_BACKGROUND
4010
4011Allows a system application or service to initiate user identity authentication from the background.
4012
4013**Permission level**: system_basic
4014
4015**Authorization mode**: system_grant
4016
4017**Enable via ACL**: true
4018
4019**Valid since**: 13
4020
4021## ohos.permission.MANAGE_RECOVERY_KEY
4022
4023Allows an application to create or remove the recovery key.
4024
4025**Permission level**: system_core
4026
4027**Authorization mode**: system_grant
4028
4029**Enable via ACL**: true
4030
4031**Valid since**: 14
4032
4033## ohos.permission.UTILIZE_RECOVERY_KEY
4034
4035Allows an application to utilize the recovery key to reset the lock screen password or restore user data.
4036
4037**Permission level**: system_core
4038
4039**Authorization mode**: system_grant
4040
4041**Enable via ACL**: true
4042
4043**Valid since**: 14
4044
4045## ohos.permission.ACCESS_CONFIDENTIAL_COMPUTING_ZONE
4046
4047Allows an application to access the confidential computing zone.
4048
4049**Permission level**: system_basic
4050
4051**Authorization mode**: system_grant
4052
4053**Enable via ACL**: true
4054
4055**Valid since**: 18
4056
4057## ohos.permission.SYNC_ASSET_BETWEEN_TRUSTED_ACCOUNT
4058
4059Allows an application to synchronize assets between the devices logged with the same trusted account.
4060
4061**Permission level**: system_basic
4062
4063**Authorization mode**: system_grant
4064
4065**Enable via ACL**: true
4066
4067**Valid since**: 18
4068
4069## ohos.permission.GET_RECOVERY_KEY_BRIEF_INFORMATION
4070
4071Allows an application to obtain brief information about the recovery key.
4072
4073**Permission level**: system_basic
4074
4075**Authorization mode**: system_grant
4076
4077**Enable via ACL**: true
4078
4079**Valid since**: 14
4080
4081## ohos.permission.ACCESS_VIRTUAL_KEYBOARD
4082
4083Allows an application to update the virtual keyboard status or a service to query the virtual keyboard status.
4084
4085With this permission, the application can update the virtual keyboard status and the service can query the virtual keyboard status. Currently, this permission is available only to applications or services running on 2-in-1 devices.
4086
4087**Permission level**: system_basic
4088
4089**Authorization mode**: system_grant
4090
4091**Enable via ACL**: true
4092
4093**Valid since**: 14
4094
4095## ohos.permission.READ_APP_LOCK
4096
4097Allows a system application to read the application lock state.
4098
4099**Permission level**: system_basic
4100
4101**Authorization mode**: system_grant
4102
4103**Enable via ACL**: true
4104
4105**Valid since**: 13
4106
4107## ohos.permission.WRITE_APP_LOCK
4108
4109Allows a system application to set the application lock state.
4110
4111**Permission level**: system_core
4112
4113**Authorization mode**: system_grant
4114
4115**Enable via ACL**: true
4116
4117**Valid since**: 13
4118
4119## ohos.permission.ACCESS_APP_LOCK
4120
4121Allows an application to access the application lock.
4122
4123**Permission level**: system_basic
4124
4125**Authorization mode**: system_grant
4126
4127**Enable via ACL**: true
4128
4129**Valid since**: 13
4130
4131## ohos.permission.ACCESS_APP_SINGLE_PERMISSION_MANAGEMENT
4132
4133Allows an application to launch a page for modifying a specific permission of another application.
4134
4135**Permission level**: system_basic
4136
4137**Authorization mode**: system_grant
4138
4139**Enable via ACL**: true
4140
4141**Valid since**: 15
4142
4143## ohos.permission.ACCESS_APP_INSTALL_DIR
4144
4145Allows a system application to access the application installation directory.
4146
4147**Permission level**: system_core
4148
4149**Authorization mode**: system_grant
4150
4151**Enable via ACL**: true
4152
4153**Valid since**: 14
4154
4155## ohos.permission.ACCESS_ACCOUNT_SERVICE_EXTENSION_ABILITY
4156
4157Allows a system application to invoke the services provided by the account ServiceExtensionAbility.
4158
4159**Permission level**: system_basic
4160
4161**Authorization mode**: system_grant
4162
4163**Enable via ACL**: true
4164
4165**Valid since**: 15
4166
4167## ohos.permission.ANTI_FRAUD
4168
4169Allows an application to access risk control probes to detect device security risks. The detection result can be used as the input for risk control decision-making in the cloud.
4170
4171**Permission level**: system_basic
4172
4173**Authorization mode**: system_grant
4174
4175**Enable via ACL**: true
4176
4177**Valid since**: 18
4178
4179## ohos.permission.EXEMPT_CAPTURE_SCREEN_AUTHORIZE
4180
4181Allows an application to initiate screen recording without displaying the user authorization dialog box.
4182
4183**Permission level**: system_core
4184
4185**Authorization mode**: system_grant
4186
4187**Enable via ACL**: true
4188
4189**Valid since**: 15
4190
4191## ohos.permission.STORAGE_MANAGER_CRYPT
4192
4193Allows a system application or system service to call APIs to perform encryption and decryption.
4194
4195**Permission level**: system_core
4196
4197**Authorization mode**: system_grant
4198
4199**Enable via ACL**: true
4200
4201**Valid since**: 12
4202
4203## ohos.permission.WATCH_READ_EMERGENCY_INFO
4204
4205Allows an application to read the SOS emergency information.
4206
4207**Permission level**: system_basic
4208
4209**Authorization mode**: system_grant
4210
4211**Enable via ACL**: true
4212
4213**Valid since**: 18
4214
4215## ohos.permission.WATCH_WRITE_EMERGENCY_INFO
4216
4217Allows an application to write the SOS emergency information.
4218
4219**Permission level**: system_basic
4220
4221**Authorization mode**: system_grant
4222
4223**Enable via ACL**: true
4224
4225**Valid since**: 18
4226
4227## ohos.permission.WATCH_START_SOS_SERVICE
4228
4229Allows an application to enable or access the SOS service.
4230
4231**Permission level**: system_basic
4232
4233**Authorization mode**: system_grant
4234
4235**Enable via ACL**: true
4236
4237**Valid since**: 18
4238
4239**Changelog**: This permission is available only to system services in API versions 12 to 14, and becomes available to system applications since API version 15.
4240
4241## ohos.permission.ACCESS_DLP_HIDE_INFO
4242
4243Allows a system application to start the page for setting privacy protection.
4244
4245**Permission level**: system_basic
4246
4247**Authorization mode**: system_grant
4248
4249**Enable via ACL**: true
4250
4251**Valid since**: 18
4252
4253## ohos.permission.GET_ANIM_POLICY
4254
4255Allows a system application to register the animation plugin to obtain animation policies.
4256
4257**Permission level**: system_basic
4258
4259**Authorization mode**: system_grant
4260
4261**Enable via ACL**: true
4262
4263**Valid since**: 18
4264
4265## ohos.permission.VIRTUAL_KEYBOARD_WINDOW
4266
4267Allows a system application to create a virtual keyboard window.
4268
4269A system application can create a virtual keyboard window only after obtaining this permission. Currently, this permission is available only to system applications running on 2-in-1 devices.
4270
4271**Permission level**: system_basic
4272
4273**Authorization mode**: system_grant
4274
4275**Enable via ACL**: true
4276
4277**Valid since**: 15
4278
4279## ohos.permission.GET_FAMILY_INFO
4280
4281Allows a system application to obtain the group information of Family Sharing.
4282
4283**Permission level**: system_basic
4284
4285**Authorization mode**: system_grant
4286
4287**Enable via ACL**: true
4288
4289**Valid since**: 18
4290
4291## ohos.permission.ACCESS_FUSION_AWARENESS_DATA
4292
4293Allows a system application to obtain fusion awareness data.
4294
4295**Permission level**: system_core
4296
4297**Authorization mode**: system_grant
4298
4299**Enable via ACL**: true
4300
4301**Valid since**: 18
4302
4303## ohos.permission.ACCESS_ACCOUNT_RECOMMENDATION_DATA
4304
4305Allows an application to read the data of Account Suggestions and start the UIExtensionAbility of the account suggestion list.
4306
4307**Permission level**: system_basic
4308
4309**Authorization mode**: system_grant
4310
4311**Enable via ACL**: true
4312
4313**Valid since**: 18
4314
4315## ohos.permission.GET_PAGE_INFO
4316
4317Allows a system application to obtain the page information of a specified application.
4318
4319**Permission level**: system_core
4320
4321**Authorization mode**: system_grant
4322
4323**Enable via ACL**: true
4324
4325**Valid since**: 18
4326
4327## ohos.permission.ACCESS_DDK_SCSI_PERIPHERAL
4328
4329Allow a peripheral extension driver to access the SCSI DDK APIs.
4330
4331The APIs can be used to develop the following types of peripheral extension drivers:
4332Peripherals connected to the host via a USB bus and:
4333
43341. InterfaceClass of the peripheral is Mass Storage (0x08) and InterfaceSubClass is SCSI Transparent Command Set (0x06).
43352. The peripheral can simulate a SCSI device in a way that is transparent to the operating system.
4336
4337**Permission level**: system_basic
4338
4339**Authorization mode**: system_grant
4340
4341**Enable via ACL**: true
4342
4343**Valid since**: 18
4344
4345## ohos.permission.ACCESS_DDK_USB_SERIAL
4346
4347Allows a peripheral extension driver to access the USB Serial DDK APIs.
4348
4349The APIs can be used to develop the following types of peripheral extension drivers:
4350Peripherals connected to the host via a USB bus and:
4351
43521. InterfaceClass of the peripheral is Communication Device Control Class (0x02) and InterfaceSubClass follows ACMSubClass model(0x02).
43532. The peripheral can simulate traditional serial communication through a USB interface.
4354
4355**Permission level**: system_basic
4356
4357**Authorization mode**: system_grant
4358
4359**Enable via ACL**: true
4360
4361**Valid since**: 18
4362
4363## ohos.permission.ACCESS_CUSTOM_RINGTONE
4364
4365Allows an application to access the RBT library.
4366
4367**Permission level**: system_basic
4368
4369**Authorization mode**: system_grant
4370
4371**Enable via ACL**: true
4372
4373**Valid since**: 18
4374
4375## ohos.permission.ACCESS_STARTUPGUIDE
4376
4377Allows a system application to access common data and common events of the startup wizard.
4378
4379This permission is available only to the applications on smartphones, tablets, and 2-in-1 devices.
4380
4381**Permission level**: system_basic
4382
4383**Authorization mode**: system_grant
4384
4385**Enable via ACL**: true
4386
4387**Valid since**: 18
4388
4389## ohos.permission.ACCESS_DEVAUTH_CRED_MGR
4390
4391Allows a system application or system service to access the credential management module for the device authentication (device_auth) SA.
4392
4393**Permission level**: system_core
4394
4395**Authorization mode**: system_grant
4396
4397**Enable via ACL**: true
4398
4399**Valid since**: 18
4400
4401## ohos.permission.ACCESS_DEVAUTH_CRED_PRIVILEGE
4402
4403Allows a system application or system service to access the credential management module and credential authentication module for the device authentication (device_auth) SA and to query and authenticate other service credentials.
4404
4405**Permission level**: system_core
4406
4407**Authorization mode**: system_grant
4408
4409**Enable via ACL**: true
4410
4411**Valid since**: 18
4412
4413## ohos.permission.ACCESS_DEVAUTH_CRED_AUTH
4414
4415Allows a system application or system service to access the credential authentication module for the device authentication (device_auth) SA.
4416
4417**Permission level**: system_core
4418
4419**Authorization mode**: system_grant
4420
4421**Enable via ACL**: true
4422
4423**Valid since**: 18
4424
4425## ohos.permission.ANTIFRAUD_DETECT
4426
4427Allows a system application to perform anti-fraud detection.
4428
4429**Permission level**: system_basic
4430
4431**Authorization mode**: system_grant
4432
4433**Enable via ACL**: true
4434
4435**Valid since**: 18
4436
4437## ohos.permission.ANTIFRAUD_PICTURE_DETECT
4438
4439Allows a system application to perform face swapping detection for images.
4440
4441**Permission level**: system_basic
4442
4443**Authorization mode**: system_grant
4444
4445**Enable via ACL**: true
4446
4447**Valid since**: 18
4448
4449## ohos.permission.ANTIFRAUD_MODEL_DOWNLOAD
4450
4451Allows a system application to use model download APIs.
4452
4453**Permission level**: system_basic
4454
4455**Authorization mode**: system_grant
4456
4457**Enable via ACL**: true
4458
4459**Valid since**: 18
4460
4461## ohos.permission.ACCESS_APP_CLONE_DIR
4462
4463Allows a system application to access the installation file path copied from another device.
4464
4465**Permission level**: system_core
4466
4467**Authorization mode**: system_grant
4468
4469**Enable via ACL**: true
4470
4471**Valid since**: 18
4472
4473## ohos.permission.ACCESS_MEDIALIB_RESTORE
4474
4475Allows an application to mount media restore paths.
4476
4477**Permission level**: system_basic
4478
4479**Authorization mode**: system_grant
4480
4481**Enable via ACL**: true
4482
4483**Valid since**: 17
4484
4485## ohos.permission.ACCESS_TRUST_LIST_OOBE_MANAGER
4486
4487Allows an application to access the list of applications that can be started in the out-of-box experience.
4488
4489**Permission level**: system_core
4490
4491**Authorization mode**: system_grant
4492
4493**Enable via ACL**: true
4494
4495**Valid since**: 18
4496
4497## ohos.permission.GET_NETWORK_STATS
4498
4499Allows a system application to obtain historical network traffic.
4500
4501**Permission level**: system_basic
4502
4503**Authorization mode**: system_grant
4504
4505**Enable via ACL**: true
4506
4507**Valid since**: 10
4508
4509**Changelog**: **Enable via ACL** is **false** for this permission in API versions 10 to 11, and is changed to **true** since API version 12.
4510
4511## ohos.permission.READ_DLP_HIDE_SWITCH
4512
4513Allows a system application to read data from the Peep Protect database.
4514
4515**Permission level**: system_basic
4516
4517**Authorization mode**: system_grant
4518
4519**Enable via ACL**: true
4520
4521**Valid since**: 18
4522
4523## ohos.permission.WRITE_DLP_HIDE_SWITCH
4524
4525Allows a system application to write data to the Peep Protect database.
4526
4527**Permission level**: system_basic
4528
4529**Authorization mode**: system_grant
4530
4531**Enable via ACL**: true
4532
4533**Valid since**: 18
4534
4535## ohos.permission.INSTALL_PLUGIN_BUNDLE
4536
4537Allows an application to call the APIs for installing plugins.
4538
4539**Permission level**: system_basic
4540
4541**Authorization mode**: system_grant
4542
4543**Enable via ACL**: true
4544
4545**Valid since**: 19
4546
4547## ohos.permission.ENTERPRISE_ACCESS_DLP_FILE
4548
4549Allows applications to call APIs for accessing DLP files in the enterprise space.
4550
4551**Permission level**: system_core
4552
4553**Authorization mode**: system_grant
4554
4555**Enable via ACL**: true
4556
4557**Supported devices**: PCs/2-in-1 devices
4558
4559**Valid since**: 20
4560
4561## ohos.permission.UNINSTALL_PLUGIN_BUNDLE
4562
4563Allows an application to call the APIs for uninstalling plugins.
4564
4565**Permission level**: system_basic
4566
4567**Authorization mode**: system_grant
4568
4569**Enable via ACL**: true
4570
4571**Valid since**: 19
4572
4573## ohos.permission.GET_EDM_CONFIG
4574
4575Allows a system application to obtain custom enterprise device management (EDM) configuration files.
4576
4577This permission prevents unauthorized access to custom configuration files, such as the startup animation, startup logo, homepage layout, and wallpapers.
4578
4579**Permission level**: system_basic
4580
4581**Authorization mode**: system_grant
4582
4583**Enable via ACL**: true
4584
4585**Valid since**: 18
4586
4587## ohos.permission.READ_DHA
4588
4589Allows an application to read device health attestation information.
4590
4591**Permission level**: system_core
4592
4593**Authorization mode**: system_grant
4594
4595**Enable via ACL**: true
4596
4597**Valid since**: 18
4598
4599## ohos.permission.WRITE_DHA
4600
4601Allows an application to write device health attestation information.
4602
4603**Permission level**: system_core
4604
4605**Authorization mode**: system_grant
4606
4607**Enable via ACL**: true
4608
4609**Valid since**: 18
4610
4611## ohos.permission.NOTIFY_DHA
4612
4613Allows an application to notify the device health attestation event.
4614
4615**Permission level**: system_core
4616
4617**Authorization mode**: system_grant
4618
4619**Enable via ACL**: true
4620
4621**Valid since**: 18
4622
4623## ohos.permission.CHANGE_DEFAULT_APPLICATION
4624
4625Allows an application to listen for the changes of a default application.
4626
4627Users can set default applications for the system, for example, specifying an application to open files of a certain type by default. Any change in the default application will trigger an event indicating the change.
4628
4629**Permission level**: system_basic
4630
4631**Authorization mode**: system_grant
4632
4633**Enable via ACL**: true
4634
4635**Valid since**: 19
4636
4637## ohos.permission.SEND_NOTIFICATION_CROSS_USER
4638
4639Allows an application to send notifications to the specified users in the system.
4640
4641**Permission level**: system_core
4642
4643**Authorization mode**: system_grant
4644
4645**Enable via ACL**: true
4646
4647**Valid since**: 18
4648
4649## ohos.permission.ALLOW_ACCESS_TIPS
4650
4651Allows a system application to start the components provided by Tips.
4652
4653**Permission level**: system_basic
4654
4655**Authorization mode**: system_grant
4656
4657**Enable via ACL**: true
4658
4659**Valid since**: 18
4660
4661## ohos.permission.UPDATE_FONT
4662
4663Allows an application to install and uninstall fonts.
4664
4665**Permission level**: system_basic
4666
4667**Authorization mode**: system_grant
4668
4669**Enable via ACL**: true
4670
4671**Valid since**: 19
4672
4673## ohos.permission.READ_PARENT_CONTROL_DATA
4674
4675Allows an application to read the parental control website configuration.
4676
4677**Permission level**: system_basic
4678
4679**Authorization mode**: system_grant
4680
4681**Enable via ACL**: true
4682
4683**Supported devices**: phones | tablets | 2-in-1 devices
4684
4685**Valid since**: 19
4686
4687## ohos.permission.WRITE_PARENT_CONTROL_DATA
4688
4689Allows an application to write the parental control website configuration.
4690
4691**Permission level**: system_basic
4692
4693**Authorization mode**: system_grant
4694
4695**Enable via ACL**: true
4696
4697**Supported devices**: phones | tablets | 2-in-1 devices
4698
4699**Valid since**: 19
4700
4701## ohos.permission.ACCESSIBILITY_EXTENSION_ABILITY
4702
4703Allows an application to call the accessibility service extension APIs to query and manipulate UI components.
4704
4705**Permission level**: system_basic
4706
4707**Authorization mode**: system_grant
4708
4709**Supported devices**: general devices
4710
4711**Enable via ACL**: true
4712
4713**Valid since**: 20
4714
4715## ohos.permission.READ_SOUND_RECORD_IN_FILE_MANAGER
4716
4717Allows an application to read recording files from the file manager directory.
4718
4719**Permission level**: system_core
4720
4721**Authorization mode**: system_grant
4722
4723**Enable via ACL**: true
4724
4725**Supported devices**: phones | PCs/2-in-1 devices | tablets
4726
4727**Valid since**: 20
4728
4729## ohos.permission.WRITE_SOUND_RECORD_IN_FILE_MANAGER
4730
4731Allows an application to write recording files to the file manager directory.
4732
4733**Permission level**: system_core
4734
4735**Authorization mode**: system_grant
4736
4737**Enable via ACL**: true
4738
4739**Supported devices**: phones | PCs/2-in-1 devices | tablets
4740
4741**Valid since**: 20
4742
4743## ohos.permission.SANDBOX_ACCESS_MANAGER
4744
4745Allows an application to access the sandbox directories of other applications.
4746
4747**Permission level**: system_core
4748
4749**Authorization mode**: system_grant
4750
4751**Enable via ACL**: true
4752
4753**Valid since**: 17
4754
4755## ohos.permission.REQUEST_DISABLE_NOTIFICATION
4756
4757Allows an application to run background request tasks without triggering notifications in the notification bar.
4758
4759**Permission level**: system_basic
4760
4761**Authorization mode**: system_grant
4762
4763**Enable via ACL**: true
4764
4765**Supported devices**: general devices
4766
4767**Valid since**: 20
4768
4769## ohos.permission.RESTORE_APP
4770
4771Allows a system application to display a pop-up window for application restore.
4772
4773**Permission level**: system_basic
4774
4775**Authorization mode**: system_grant
4776
4777**Enable via ACL**: true
4778
4779**Supported devices**: phones | PCs/2-in-1 devices | tablets
4780
4781**Valid since**: 20
4782
4783## ohos.permission.ALLOW_IOURING
4784
4785Allows a system application to call **io_uring** to perform async I/O operations.
4786
4787**Permission level**: system_basic
4788
4789**Authorization mode**: system_grant
4790
4791**Enable via ACL**: true
4792
4793**Supported devices**: general devices
4794
4795**Valid since**: 20
4796
4797## ohos.permission.NFC_NOTIFICATION
4798
4799Allows an application to publish common events related to NFC notifications.
4800
4801**Permission level**: system_basic
4802
4803**Authorization mode**: system_grant
4804
4805**Enable via ACL**: true
4806
4807**Supported devices**: phones
4808
4809**Valid since**: 20
4810
4811## ohos.permission.kernel.ALLOW_APP_CODE_DECRYPT
4812
4813Allows a system application or system service to call kernel APIs for code decryption.
4814
4815With this permission, the application can access kernel APIs across processes to request decryption of encrypted code. This helps prevent unauthorized access and further safeguards application code assets.
4816
4817**Permission level**: system_core
4818
4819**Authorization mode**: system_grant
4820
4821**Enable via ACL**: true
4822
4823**Supported devices**: general devices
4824
4825**Valid since**: 20
4826
4827## ohos.permission.VIRUS_PROTECTION_SERVICE
4828
4829Allows an application to start virus scanning tasks.
4830
4831**Permission level**: system_basic
4832
4833**Authorization mode**: system_grant
4834
4835**Enable via ACL**: true
4836
4837**Supported devices**: phones | PCs/2-in-1 devices | tablets
4838
4839**Valid since**: 20
4840
4841## ohos.permission.ACCESS_DISTRIBUTED_KEY_STORE
4842
4843Allows an application to use the distributed keystore capabilities.
4844
4845**Permission level**: system_basic
4846
4847**Authorization mode**: system_grant
4848
4849**Enable via ACL**: true
4850
4851**Supported devices**: Phone | Tablet | PC/2in1 | Wearable | TV
4852
4853**Valid since**: 20
4854
4855## ohos.permission.UPLOAD_SAMPLE_FILE
4856
4857Allows an application to upload sample files to the cloud.
4858
4859**Permission level**: system_basic
4860
4861**Authorization mode**: system_grant
4862
4863**Enable via ACL**: true
4864
4865**Supported devices**: phones | PCs/2-in-1 devices | tablets
4866
4867**Valid since**: 20
4868
4869## ohos.permission.DOWNLOAD_POLICY_FILE
4870
4871Allows an application to download policy files from the cloud.
4872
4873**Permission level**: system_basic
4874
4875**Authorization mode**: system_grant
4876
4877**Enable via ACL**: true
4878
4879**Supported devices**: phones | PCs/2-in-1 devices | tablets
4880
4881**Valid since**: 20
4882
4883## ohos.permission.NOTIFY_VIRUS_PROTECTION
4884
4885Allows an application to send notification to the virus protection page.
4886
4887**Permission level**: system_basic
4888
4889**Authorization mode**: system_grant
4890
4891**Enable via ACL**: true
4892
4893**Supported devices**: phones | PCs/2-in-1 devices | tablets
4894
4895**Valid since**: 20
4896
4897## ohos.permission.ACCESS_VIRUS_PROTECTION
4898
4899Allows an application to access the virus protection page.
4900
4901**Permission level**: system_basic
4902
4903**Authorization mode**: system_grant
4904
4905**Enable via ACL**: true
4906
4907**Supported devices**: phones | PCs/2-in-1 devices | tablets
4908
4909**Valid since**: 20
4910
4911## ohos.permission.ACCESS_TVCOOPERATION
4912
4913Allows a system application to use the TvCooperation service.
4914
4915**Permission level**: system_basic
4916
4917**Authorization mode**: system_grant
4918
4919**Enable via ACL**: true
4920
4921**Supported devices**: TVs
4922
4923**Valid since**: 20
4924
4925## ohos.permission.GRANT_URI_PERMISSION_AS_CALLER
4926
4927Allow an application to grant URI access permissions to the target application as the caller.
4928
4929**Permission level**: system_core
4930
4931**Authorization mode**: system_grant
4932
4933**Enable via ACL**: true
4934
4935**Supported devices**: general devices
4936
4937**Valid since**: 20
4938
4939## ohos.permission.ACCESS_DFX_LOG_DIR
4940
4941Allows an application to access the **/data/log** directory.
4942
4943**Permission level**: system_basic
4944
4945**Authorization mode**: system_grant
4946
4947**Enable via ACL**: true
4948
4949**Supported devices**: general devices
4950
4951**Valid since**: 19
4952
4953## ohos.permission.MANAGE_FILE_ENCRYPTION
4954
4955Allows a system application to modify the encryption status of system files.
4956
4957**Permission level**: system_core
4958
4959**Authorization mode**: system_grant
4960
4961**Enable via ACL**: true
4962
4963**Supported devices**: PCs/2-in-1 devices
4964
4965**Valid since**: 20
4966
4967## ohos.permission.FILE_TRANSFER_OPERATION
4968
4969Allows a system application to perform operations, such as transferring files, canceling file transfer, and deleting, moving, and modifying files.
4970
4971**Permission level**: system_basic
4972
4973**Authorization mode**: system_grant
4974
4975**Enable via ACL**: true
4976
4977**Supported devices**: PCs/2-in-1 devices
4978
4979**Valid since**: 20
4980
4981## ohos.permission.FILE_TRANSFER_INFO_QUERY
4982
4983Allows a system application to query files and file transfer information.
4984
4985**Permission level**: system_basic
4986
4987**Authorization mode**: system_grant
4988
4989**Enable via ACL**: true
4990
4991**Supported devices**: PCs/2-in-1 devices
4992
4993**Valid since**: 20
4994
4995## ohos.permission.MANAGE_LOCAL_WORKSPACES
4996
4997Allows a system application to create and delete workspaces.
4998
4999**Permission level**: system_basic
5000
5001**Authorization mode**: system_grant
5002
5003**Enable via ACL**: true
5004
5005**Supported devices**: PCs/2-in-1 devices
5006
5007**Valid since**: 20
5008
5009## ohos.permission.FILE_ACCESS_FOR_PRIVATE_SPACE
5010
5011Allows the private space application to mount public directories from the main space into the application sandbox.
5012
5013**Permission level**: system_basic
5014
5015**Authorization mode**: system_grant
5016
5017**Enable via ACL**: true
5018
5019**Supported devices**: phones | tablets
5020
5021**Valid since**: 20
5022
5023## ohos.permission.MOUNT_HDCDEBUG_PATH
5024
5025Allows an application to mount hdc debugging paths.
5026
5027**Permission level**: system_basic
5028
5029**Authorization mode**: system_grant
5030
5031**Enable via ACL**: true
5032
5033**Supported devices**: PCs/2-in-1 devices
5034
5035**Valid since**: 20
5036
5037## ohos.permission.ACCESS_CAMERA_SCENARIOS_CARD
5038
5039Allows an application to access the remote photography card services.
5040
5041**Permission level**: system_basic
5042
5043**Authorization mode**: system_grant
5044
5045**Enable via ACL**: true
5046
5047**Supported devices**: wearables
5048
5049**Valid since**: 20
5050
5051## ohos.permission.TRIGGER_LOCAL_WANTAGENT
5052
5053Allows a system application to trigger local **WantAgent** instances.
5054
5055**Permission level**: system_basic
5056
5057**Authorization mode**: system_grant
5058
5059**Enable via ACL**: true
5060
5061**Supported devices**: general devices
5062
5063**Valid since**: 20
5064
5065## ohos.permission.SANDBOX_ACCESS_MANAGER_EXT
5066
5067Allows an application to access the sandbox directories of other extended applications.
5068
5069**Permission level**: system_core
5070
5071**Authorization mode**: system_grant
5072
5073**Enable via ACL**: true
5074
5075**Supported devices**: general devices
5076
5077**Valid since**: 19
5078
5079## ohos.permission.kernel.LOAD_INDEPENDENT_LIBRARY
5080
5081Allows an HAP to load independent binary .so files with different owner IDs.
5082
5083With this permission, the HAP can load independent binary .so files with a developer certificate or an ad-hoc signature.
5084
5085**Permission level**: system_basic
5086
5087**Authorization mode**: system_grant
5088
5089**Enable via ACL**: true
5090
5091**Supported devices**: PCs/2-in-1 devices
5092
5093**Valid since**: 20
5094