permission-list.md 36.2 KB
Newer Older
A
Annie_wang 已提交
1 2 3 4 5 6 7 8 9 10 11 12 13 14
# Application Permission List

Before applying for required permissions, read and understand the [permission workflows](accesstoken-overview.md#permission-workflows). Then, determine the permissions required for your application.

For details about how to apply for required permissions, see [Permission Application Guide](accesstoken-guidelines.md).

## ohos.permission.USE_BLUETOOTH

Allows an application to access Bluetooth configurations.

**Permission level**: normal

**Authorization mode**: system_grant

A
Annie_wang 已提交
15
**Enable via ACL**: TRUE
A
Annie_wang 已提交
16 17 18 19 20 21 22 23 24

## ohos.permission.DISCOVER_BLUETOOTH

Allows an application to configure Bluetooth on a device, initiate or cancel a scan for Bluetooth devices, and pair with Bluetooth devices.

**Permission level**: normal

**Authorization mode**: system_grant

A
Annie_wang 已提交
25
**Enable via ACL**: TRUE
A
Annie_wang 已提交
26 27 28 29 30 31 32 33 34

## ohos.permission.MANAGE_BLUETOOTH

Allows an application to pair with a Bluetooth device and access the contacts or messages of the device.

**Permission level**: system_basic

**Authorization mode**: system_grant

A
Annie_wang 已提交
35
**Enable via ACL**: TRUE
A
Annie_wang 已提交
36 37 38 39 40 41 42 43 44

## ohos.permission.INTERNET

Allows an application to access the Internet.

**Permission level**: normal

**Authorization mode**: system_grant

A
Annie_wang 已提交
45
**Enable via ACL**: TRUE
A
Annie_wang 已提交
46 47 48 49 50 51 52 53 54

## ohos.permission.MODIFY_AUDIO_SETTINGS

Allows an application to modify audio settings.

**Permission level**: normal

**Authorization mode**: system_grant

A
Annie_wang 已提交
55
**Enable via ACL**: TRUE
A
Annie_wang 已提交
56 57 58 59 60 61 62 63 64 65 66 67 68

## ohos.permission.ACCESS_NOTIFICATION_POLICY

Allows an application to access the notification policy on the device.

**Permission level**: normal

**Authorization mode**: system_grant

**Enable ACL**: FALSE

## ohos.permission.GET_TELEPHONY_STATE

A
Annie_wang 已提交
69
Allows an application to read telephony information. 
A
Annie_wang 已提交
70 71 72 73 74

**Permission level**: system_basic

**Authorization mode**: system_grant

A
Annie_wang 已提交
75
**Enable via ACL**: TRUE
A
Annie_wang 已提交
76 77 78

## ohos.permission.REQUIRE_FORM

A
Annie_wang 已提交
79
Allows an application to obtain the Ability Form.
A
Annie_wang 已提交
80 81 82 83 84

**Permission level**: system_basic

**Authorization mode**: system_grant

A
Annie_wang 已提交
85
**Enable via ACL**: TRUE
A
Annie_wang 已提交
86 87 88 89 90 91 92 93 94

## ohos.permission.GET_NETWORK_INFO

Allows an application to obtain network information.

**Permission level**: normal

**Authorization mode**: system_grant

A
Annie_wang 已提交
95
**Enable via ACL**: TRUE
A
Annie_wang 已提交
96 97 98 99 100 101 102 103 104

## ohos.permission.PLACE_CALL

Allows an application to make calls without starting the dialer.

**Permission level**: system_basic

**Authorization mode**: system_grant

A
Annie_wang 已提交
105
**Enable via ACL**: TRUE
A
Annie_wang 已提交
106 107 108 109 110 111 112 113 114

## ohos.permission.SET_NETWORK_INFO

Allows an application to set data network information.

**Permission level**: normal

**Authorization mode**: system_grant

A
Annie_wang 已提交
115
**Enable via ACL**: TRUE
A
Annie_wang 已提交
116 117 118 119 120 121 122 123 124

## ohos.permission.REMOVE_CACHE_FILES

Allows the cache of the specified application to be cleared.

**Permission level**: system_basic

**Authorization mode**: system_grant

A
Annie_wang 已提交
125
**Enable via ACL**: TRUE
A
Annie_wang 已提交
126 127 128 129 130 131 132 133 134

## ohos.permission.REBOOT

Allows an application to restart the device.

**Permission level**: system_basic

**Authorization mode**: system_grant

A
Annie_wang 已提交
135
**Enable via ACL**: TRUE
A
Annie_wang 已提交
136 137 138 139 140 141 142 143 144

## ohos.permission.RUNNING_LOCK

Allows an application to obtain a running lock.

**Permission level**: normal

**Authorization mode**: system_grant

A
Annie_wang 已提交
145
**Enable via ACL**: TRUE
A
Annie_wang 已提交
146 147 148 149 150 151 152 153 154

## ohos.permission.SET_TIME

Allows an application to set the system time.

**Permission level**: system_basic

**Authorization mode**: system_grant

A
Annie_wang 已提交
155
**Enable via ACL**: TRUE
A
Annie_wang 已提交
156 157 158 159 160 161 162 163 164

## ohos.permission.SET_TIME_ZONE

Allows an application to set the system time zone.

**Permission level**: system_basic

**Authorization mode**: system_grant

A
Annie_wang 已提交
165
**Enable via ACL**: TRUE
A
Annie_wang 已提交
166 167 168

## ohos.permission.DOWNLOAD_SESSION_MANAGER

A
Annie_wang 已提交
169
Allows an application to manage the download sessions.
A
Annie_wang 已提交
170 171 172 173 174

**Permission level**: system_core

**Authorization mode**: system_grant

A
Annie_wang 已提交
175
**Enable via ACL**: TRUE
A
Annie_wang 已提交
176 177 178 179 180 181 182 183 184

## ohos.permission.COMMONEVENT_STICKY

Allows an application to publish sticky common events.

**Permission level**: normal

**Authorization mode**: system_grant

A
Annie_wang 已提交
185
**Enable via ACL**: TRUE
A
Annie_wang 已提交
186 187 188

## ohos.permission.SYSTEM_FLOAT_WINDOW

A
Annie_wang 已提交
189
Allows an application to be displayed in a floating window on top of other applications.
A
Annie_wang 已提交
190 191 192 193 194

**Permission level**: system_basic

**Authorization mode**: system_grant

A
Annie_wang 已提交
195
**Enable via ACL**: TRUE
A
Annie_wang 已提交
196 197 198 199 200 201 202 203 204

## ohos.permission.PRIVACY_WINDOW

Allows an application to set screens that cannot be captured or recorded.

**Permission level**: system_basic

**Authorization mode**: system_grant

A
Annie_wang 已提交
205
**Enable via ACL**: TRUE
A
Annie_wang 已提交
206 207 208 209 210 211 212 213 214

## ohos.permission.POWER_MANAGER

Allows an application to hibernate or wake up the device by calling an API.

**Permission level**: system_core

**Authorization mode**: system_grant

A
Annie_wang 已提交
215
**Enable via ACL**: TRUE
A
Annie_wang 已提交
216 217 218 219 220 221 222 223 224

## ohos.permission.REFRESH_USER_ACTION

Allows an application to reset the screen timeout counter when a user input event occurs, such as pressing a key or touching the screen.

**Permission level**: system_basic

**Authorization mode**: system_grant

A
Annie_wang 已提交
225
**Enable via ACL**: TRUE
A
Annie_wang 已提交
226 227 228 229 230 231 232 233 234

## ohos.permission.POWER_OPTIMIZATION

Allows an application to set power saving mode, obtain configuration of the power saving mode, and receive notifications of the configuration changes.

**Permission level**: system_basic

**Authorization mode**: system_grant

A
Annie_wang 已提交
235
**Enable via ACL**: TRUE
A
Annie_wang 已提交
236 237 238 239 240 241 242 243 244

## ohos.permission.REBOOT_RECOVERY

Allows an application to restart the device and enter Recovery mode.

**Permission level**: system_basic

**Authorization mode**: system_grant

A
Annie_wang 已提交
245
**Enable via ACL**: TRUE
A
Annie_wang 已提交
246 247 248 249 250 251 252 253 254

## ohos.permission.MANAGE_LOCAL_ACCOUNTS

Allows an application to manage local user accounts.

**Permission level**: system_basic

**Authorization mode**: system_grant

A
Annie_wang 已提交
255
**Enable via ACL**: TRUE
A
Annie_wang 已提交
256 257 258 259 260 261 262 263 264

## ohos.permission.INTERACT_ACROSS_LOCAL_ACCOUNTS

Allows access between multiple OS accounts.

**Permission level**: system_basic

**Authorization mode**: system_grant

A
Annie_wang 已提交
265
**Enable via ACL**: TRUE
A
Annie_wang 已提交
266 267 268 269 270 271 272 273 274

## ohos.permission.VIBRATE

Allows an application to control vibration.

**Permission level**: normal

**Authorization mode**: system_grant

A
Annie_wang 已提交
275
**Enable via ACL**: TRUE
A
Annie_wang 已提交
276 277 278 279 280 281 282 283 284

## ohos.permission.CONNECT_IME_ABILITY

Allows an application to bind the InputMethodAbility.

**Permission level**: system_core

**Authorization mode**: system_grant

A
Annie_wang 已提交
285
**Enable via ACL**: TRUE
A
Annie_wang 已提交
286 287 288 289 290 291 292 293 294

## ohos.permission.CONNECT_SCREEN_SAVER_ABILITY

Allows an application to bind the ScreenSaverAbility.

**Permission level**: system_core

**Authorization mode**: system_grant

A
Annie_wang 已提交
295
**Enable via ACL**: TRUE
A
Annie_wang 已提交
296 297 298 299 300 301 302 303 304

## ohos.permission.READ_SCREEN_SAVER

Allows an application to read the screen saver information, such as the list of screen savers that have been installed and the activated one.

**Permission level**: system_basic

**Authorization mode**: system_grant

A
Annie_wang 已提交
305
**Enable via ACL**: TRUE
A
Annie_wang 已提交
306 307 308 309 310 311 312 313 314

## ohos.permission.WRITE_SCREEN_SAVER

Allows an application to modify the screen saver information, such as activating and previewing a screen saver.

**Permission level**: system_basic

**Authorization mode**: system_grant

A
Annie_wang 已提交
315
**Enable via ACL**: TRUE
A
Annie_wang 已提交
316 317 318 319 320 321 322 323 324

## ohos.permission.SET_WALLPAPER

Allows an application to set a static wallpaper.

**Permission level**: normal

**Authorization mode**: system_grant

A
Annie_wang 已提交
325
**Enable via ACL**: TRUE
A
Annie_wang 已提交
326 327 328 329 330 331 332 333 334

## ohos.permission.GET_WALLPAPER

Allows an application to read wallpaper files.

**Permission level**: system_basic

**Authorization mode**: system_grant

A
Annie_wang 已提交
335
**Enable via ACL**: TRUE
A
Annie_wang 已提交
336 337 338 339 340 341 342 343 344

## ohos.permission.CHANGE_ABILITY_ENABLED_STATE

Allows an application to enable or disable an application or component.

**Permission level**: system_basic

**Authorization mode**: system_grant

A
Annie_wang 已提交
345
**Enable via ACL**: TRUE
A
Annie_wang 已提交
346 347 348 349 350 351 352 353 354

## ohos.permission.ACCESS_MISSIONS

Allows an application to obtain information about running processes and mission in a mission stack.

**Permission level**: system_basic

**Authorization mode**: system_grant

A
Annie_wang 已提交
355
**Enable via ACL**: TRUE
A
Annie_wang 已提交
356 357 358 359 360 361 362 363 364

## ohos.permission.CLEAN_BACKGROUND_PROCESSES

Allows an application to clear background processes based on their bundle names.

**Permission level**: normal

**Authorization mode**: system_grant

A
Annie_wang 已提交
365
**Enable via ACL**: TRUE
A
Annie_wang 已提交
366 367 368 369 370 371 372 373 374

## ohos.permission.KEEP_BACKGROUND_RUNNING

Allows a Service ability to keep running in the background.

**Permission level**: normal

**Authorization mode**: system_grant

A
Annie_wang 已提交
375
**Enable via ACL**: TRUE
A
Annie_wang 已提交
376 377 378 379 380 381 382 383 384

## ohos.permission.UPDATE_CONFIGURATION

Allows an application to modify system settings.

**Permission level**: system_basic

**Authorization mode**: system_grant

A
Annie_wang 已提交
385
**Enable via ACL**: TRUE
A
Annie_wang 已提交
386 387 388 389 390 391 392 393 394

## ohos.permission.UPDATE_SYSTEM

Allows an application to call the update APIs.

**Permission level**: system_basic

**Authorization mode**: system_grant

A
Annie_wang 已提交
395
**Enable via ACL**: TRUE
A
Annie_wang 已提交
396 397 398 399 400 401 402 403 404

## ohos.permission.FACTORY_RESET

Allows an application to call the API for restoring factory settings.

**Permission level**: system_basic

**Authorization mode**: system_grant

A
Annie_wang 已提交
405
**Enable via ACL**: TRUE
A
Annie_wang 已提交
406 407 408

## ohos.permission.GRANT_SENSITIVE_PERMISSIONS

A
Annie_wang 已提交
409
Allows an application to grant sensitive permissions to other applications.
A
Annie_wang 已提交
410 411 412 413 414

**Permission level**: system_core

**Authorization mode**: system_grant

A
Annie_wang 已提交
415
**Enable via ACL**: TRUE
A
Annie_wang 已提交
416 417 418

## ohos.permission.REVOKE_SENSITIVE_PERMISSIONS

A
Annie_wang 已提交
419
Allows an application to revoke sensitive permissions granted to other applications.
A
Annie_wang 已提交
420 421 422 423 424

**Permission level**: system_core

**Authorization mode**: system_grant

A
Annie_wang 已提交
425
**Enable via ACL**: TRUE
A
Annie_wang 已提交
426 427 428

## ohos.permission.GET_SENSITIVE_PERMISSIONS

A
Annie_wang 已提交
429
Allows an application to obtain the sensitive permissions that have been granted to other applications.
A
Annie_wang 已提交
430 431 432 433 434

**Permission level**: system_core

**Authorization mode**: system_grant

A
Annie_wang 已提交
435
**Enable via ACL**: TRUE
A
Annie_wang 已提交
436 437 438

## ohos.permission.INTERACT_ACROSS_LOCAL_ACCOUNTS_EXTENSION

A
Annie_wang 已提交
439
Allows an application to set attributes for the applications of other users.
A
Annie_wang 已提交
440 441 442 443 444

**Permission level**: system_core

**Authorization mode**: system_grant

A
Annie_wang 已提交
445
**Enable via ACL**: TRUE
A
Annie_wang 已提交
446 447 448 449 450 451 452 453 454

## ohos.permission.LISTEN_BUNDLE_CHANGE

Allows an application to listen for changes in other applications, when they are installed, updated, or uninstalled.

**Permission level**: system_basic

**Authorization mode**: system_grant

A
Annie_wang 已提交
455
**Enable via ACL**: TRUE
A
Annie_wang 已提交
456 457 458 459 460 461 462 463 464

## ohos.permission.GET_BUNDLE_INFO

Allows an application to query information about another application. This permission applies only to third-party applications.

**Permission level**: normal

**Authorization mode**: system_grant

A
Annie_wang 已提交
465
**Enable via ACL**: TRUE
A
Annie_wang 已提交
466 467 468 469 470 471 472 473 474

## ohos.permission.GET_BUNDLE_INFO_PRIVILEGED

Allows an application to query information about other applications at the same time.

**Permission level**: system_basic

**Authorization mode**: system_grant

A
Annie_wang 已提交
475
**Enable via ACL**: TRUE
A
Annie_wang 已提交
476 477 478 479 480 481 482 483 484

## ohos.permission.ACCELEROMETER

Allows an application to read data from an acceleration sensor, uncalibrated acceleration sensor, or linear acceleration sensor.

**Permission level**: normal

**Authorization mode**: system_grant

A
Annie_wang 已提交
485
**Enable via ACL**: TRUE
A
Annie_wang 已提交
486 487 488 489 490 491 492 493 494

## ohos.permission.GYROSCOPE

Allows an application to read data from a gyroscope sensor or uncalibrated gyroscope sensor.

**Permission level**: normal

**Authorization mode**: system_grant

A
Annie_wang 已提交
495
**Enable via ACL**: TRUE
A
Annie_wang 已提交
496 497 498 499 500 501 502 503 504

## ohos.permission.INSTALL_BUNDLE

Allows an application to install and uninstall other applications.

**Permission level**: system_core

**Authorization mode**: system_grant

A
Annie_wang 已提交
505
**Enable via ACL**: TRUE
A
Annie_wang 已提交
506 507 508

## ohos.permission.MANAGE_SHORTCUTS

A
Annie_wang 已提交
509
Allows an application to query and start shortcuts of other applications.
A
Annie_wang 已提交
510 511 512 513 514

**Permission level**: system_core

**Authorization mode**: system_grant

A
Annie_wang 已提交
515
**Enable via ACL**: TRUE
A
Annie_wang 已提交
516 517 518 519 520 521 522 523 524

## ohos.permission.radio.ACCESS_FM_AM

Allows an application to access radio services.

**Permission level**: system_core

**Authorization mode**: system_grant

A
Annie_wang 已提交
525
**Enable via ACL**: TRUE
A
Annie_wang 已提交
526 527 528 529 530 531 532 533 534

## ohos.permission.SET_TELEPHONY_STATE

Allows an application to change the telephone state.

**Permission level**: system_basic

**Authorization mode**: system_grant

A
Annie_wang 已提交
535
**Enable via ACL**: TRUE
A
Annie_wang 已提交
536

A
Annie_wang 已提交
537
## ohos.permission.START_ABILITIES_FROM_BACKGROUND
A
Annie_wang 已提交
538

A
Annie_wang 已提交
539
Allows an application to start or access other components from the background.
A
Annie_wang 已提交
540 541 542 543 544

**Permission level**: system_basic

**Authorization mode**: system_grant

A
Annie_wang 已提交
545
**Enable via ACL**: TRUE
A
Annie_wang 已提交
546 547 548

## ohos.permission.BUNDLE_ACTIVE_INFO

A
Annie_wang 已提交
549
Allows an application to obtain how long other applications have been running in the foreground or background.
A
Annie_wang 已提交
550 551 552 553 554

**Permission level**: system_basic

**Authorization mode**: system_grant

A
Annie_wang 已提交
555
**Enable via ACL**: TRUE
A
Annie_wang 已提交
556 557 558 559 560 561 562 563 564

## ohos.permission.START_INVISIBLE_ABILITY

Allows an application to start an invisible ability.

**Permission level**: system_core

**Authorization mode**: system_grant

A
Annie_wang 已提交
565
**Enable via ACL**: TRUE
A
Annie_wang 已提交
566 567 568 569 570 571 572 573 574

## ohos.permission.sec.ACCESS_UDID

Allows an application to obtain the Unified Device ID (UDID).

**Permission level**: system_basic

**Authorization mode**: system_grant

A
Annie_wang 已提交
575
**Enable via ACL**: TRUE
A
Annie_wang 已提交
576 577 578 579 580 581 582 583 584

## ohos.permission.LAUNCH_DATA_PRIVACY_CENTER

Allows an application to switch from its privacy statement page to the <b>Data & privacy</b> page.

**Permission level**: system_basic

**Authorization mode**: system_grant

A
Annie_wang 已提交
585
**Enable via ACL**: TRUE
A
Annie_wang 已提交
586 587 588 589 590 591 592 593 594

## ohos.permission.MANAGE_MEDIA_RESOURCES

Allows an application to obtain and manage the media resources that are being played on the device.

**Permission level**: system_basic

**Authorization mode**: system_grant

A
Annie_wang 已提交
595
**Enable via ACL**: TRUE
A
Annie_wang 已提交
596 597 598 599 600 601 602 603 604

## ohos.permission.PUBLISH_AGENT_REMINDER

Allows an application to use agent-powered reminders.

**Permission level**: normal

**Authorization mode**: system_grant

A
Annie_wang 已提交
605
**Enable via ACL**: TRUE
A
Annie_wang 已提交
606 607 608

## ohos.permission.CONTROL_TASK_SYNC_ANIMATOR

A
Annie_wang 已提交
609
Allows an application to use sync task animations.
A
Annie_wang 已提交
610 611 612 613 614

**Permission level**: system_core

**Authorization mode**: system_grant

A
Annie_wang 已提交
615
**Enable via ACL**: TRUE
A
Annie_wang 已提交
616 617 618

## ohos.permission.INPUT_MONITORING

A
Annie_wang 已提交
619
Allows an application to listen for input events. Only the system signed applications can apply for this permission.
A
Annie_wang 已提交
620 621 622 623 624

**Permission level**: system_core

**Authorization mode**: system_grant

A
Annie_wang 已提交
625
**Enable via ACL**: TRUE
A
Annie_wang 已提交
626 627 628 629 630 631 632 633 634

## ohos.permission.MANAGE_MISSIONS

Allows an application to manage ability mission stacks.

**Permission level**: system_core

**Authorization mode**: system_grant

A
Annie_wang 已提交
635
**Enable via ACL**: TRUE
A
Annie_wang 已提交
636 637 638 639 640 641 642 643 644

## ohos.permission.NOTIFICATION_CONTROLLER

Allows an application to manage and subscribe to notifications.

**Permission level**: system_core

**Authorization mode**: system_grant

A
Annie_wang 已提交
645
**Enable via ACL**: TRUE
A
Annie_wang 已提交
646 647 648 649 650 651 652 653 654

## ohos.permission.CONNECTIVITY_INTERNAL

Allows an application to obtain network information or modify network settings.

**Permission level**: system_basic

**Authorization mode**: system_grant

A
Annie_wang 已提交
655
**Enable via ACL**: TRUE
A
Annie_wang 已提交
656 657 658 659 660 661 662 663 664

## ohos.permission.SET_ABILITY_CONTROLLER

Allows an application to set the start and stop of an ability.

**Permission level**: system_basic

**Authorization mode**: system_grant

A
Annie_wang 已提交
665
**Enable via ACL**: TRUE
A
Annie_wang 已提交
666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694

## ohos.permission.USE_USER_IDM

Allows an application to access the system identity credential information.

**Permission level**: system_basic

**Authorization mode**: system_grant

**Enable ACL**: FALSE

## ohos.permission.MANAGE_USER_IDM

Allows an application to use the system identity credential management capability to enroll, modify, and delete PINs, face images, and fingerprints.

**Permission level**: system_basic

**Authorization mode**: system_grant

**Enable ACL**: FALSE

## ohos.permission.ACCESS_BIOMETRIC

Allows an application to use biometric recognition for identity authentication.

**Permission level**: normal

**Authorization mode**: system_grant

A
Annie_wang 已提交
695
**Enable via ACL**: TRUE
A
Annie_wang 已提交
696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724

## ohos.permission.ACCESS_USER_AUTH_INTERNAL

Allows an application to use the system identity authentication capability to authenticate or identify users.

**Permission level**: system_basic

**Authorization mode**: system_grant

**Enable ACL**: FALSE

## ohos.permission.ACCESS_PIN_AUTH

Allows a system application to call the PIN input APIs to present a password input dialog box for users.

**Permission level**: system_basic

**Authorization mode**: system_grant

**Enable ACL**: FALSE

## ohos.permission.GET_RUNNING_INFO

Allows an application to obtain running status information.

**Permission level**: system_basic

**Authorization mode**: system_grant

A
Annie_wang 已提交
725
**Enable via ACL**: TRUE
A
Annie_wang 已提交
726 727 728 729 730 731 732 733 734

## ohos.permission.CLEAN_APPLICATION_DATA

Allows an application to clear application data.

**Permission level**: system_basic

**Authorization mode**: system_grant

A
Annie_wang 已提交
735
**Enable via ACL**: TRUE
A
Annie_wang 已提交
736 737 738 739 740 741 742 743 744

## ohos.permission.RUNNING_STATE_OBSERVER

Allows an application to observe the application status.

**Permission level**: system_basic

**Authorization mode**: system_grant

A
Annie_wang 已提交
745
**Enable via ACL**: TRUE
A
Annie_wang 已提交
746 747 748 749 750 751 752 753 754

## ohos.permission.CAPTURE_SCREEN

Allows an application to take screenshots.

**Permission level**: system_core

**Authorization mode**: system_grant

A
Annie_wang 已提交
755
**Enable via ACL**: TRUE
A
Annie_wang 已提交
756 757 758 759 760 761 762 763 764

## ohos.permission.GET_WIFI_INFO

Allows an application to obtain WLAN information.

**Permission level**: normal

**Authorization mode**: system_grant

A
Annie_wang 已提交
765
**Enable via ACL**: TRUE
A
Annie_wang 已提交
766 767 768 769 770 771 772 773 774

## ohos.permission.GET_WIFI_INFO_INTERNAL

Allows an application to obtain WLAN information.

**Permission level**: system_core

**Authorization mode**: system_grant

A
Annie_wang 已提交
775
**Enable via ACL**: TRUE
A
Annie_wang 已提交
776 777 778 779 780 781 782 783 784

## ohos.permission.SET_WIFI_INFO

Allows an application to set WLAN devices.

**Permission level**: normal

**Authorization mode**: system_grant

A
Annie_wang 已提交
785
**Enable via ACL**: TRUE
A
Annie_wang 已提交
786 787 788 789 790 791 792 793 794

## ohos.permission.GET_WIFI_PEERS_MAC

Allows an application to obtain the MAC address of the peer WLAN or Bluetooth device.

**Permission level**: system_core

**Authorization mode**: system_grant

A
Annie_wang 已提交
795
**Enable via ACL**: TRUE
A
Annie_wang 已提交
796 797 798 799 800 801 802 803 804

## ohos.permission.GET_WIFI_LOCAL_MAC

Allows an application to obtain the MAC address of the local WLAN or Bluetooth device.

**Permission level**: system_basic

**Authorization mode**: system_grant

A
Annie_wang 已提交
805
**Enable via ACL**: TRUE
A
Annie_wang 已提交
806 807 808 809 810 811 812 813 814

## ohos.permission.GET_WIFI_CONFIG

Allows an application to obtain the WLAN configuration.

**Permission level**: system_basic

**Authorization mode**: system_grant

A
Annie_wang 已提交
815
**Enable via ACL**: TRUE
A
Annie_wang 已提交
816 817 818 819 820 821 822 823 824

## ohos.permission.SET_WIFI_CONFIG

Allows an application to set WLAN information.

**Permission level**: system_basic

**Authorization mode**: system_grant

A
Annie_wang 已提交
825
**Enable via ACL**: TRUE
A
Annie_wang 已提交
826 827 828 829 830 831 832 833 834

## ohos.permission.MANAGE_WIFI_CONNECTION

Allows an application to manage WLAN connections.

**Permission level**: system_core

**Authorization mode**: system_grant

A
Annie_wang 已提交
835
**Enable via ACL**: TRUE
A
Annie_wang 已提交
836 837 838 839 840 841 842 843 844

## ohos.permission.MANAGE_WIFI_HOTSPOT

Allows an application to enable or disable Wi-Fi hotspots.

**Permission level**: system_core

**Authorization mode**: system_grant

A
Annie_wang 已提交
845
**Enable via ACL**: TRUE
A
Annie_wang 已提交
846 847 848 849 850 851 852 853 854 855 856 857 858 859 860 861 862 863 864

## ohos.permission.GET_ALL_APP_ACCOUNTS

Allows an application to obtain all application account information.

**Permission level**: system_core

**Authorization mode**: system_grant

**Enable ACL**: FALSE

## ohos.permission.MANAGE_SECURE_SETTINGS

Allows an application to modify security settings.

**Permission level**: system_basic

**Authorization mode**: system_grant

A
Annie_wang 已提交
865
**Enable via ACL**: TRUE
A
Annie_wang 已提交
866 867 868 869 870 871 872 873 874

## ohos.permission.READ_DFX_SYSEVENT

Allows an application to access system event logging data.

**Permission level**: system_basic

**Authorization mode**: system_grant

A
Annie_wang 已提交
875
**Enable via ACL**: TRUE
A
Annie_wang 已提交
876 877 878 879 880 881 882 883 884

## ohos.permission.MANAGE_ENTERPRISE_DEVICE_ADMIN

Allows an application to activate the device administrator app.

**Permission level**: system_core

**Authorization mode**: system_grant

A
Annie_wang 已提交
885
**Enable via ACL**: TRUE
A
Annie_wang 已提交
886 887 888 889 890 891 892 893 894

## ohos.permission.SET_ENTERPRISE_INFO

Allows the device administrator application to set enterprise information.

**Permission level**: system_basic

**Authorization mode**: system_grant

A
Annie_wang 已提交
895
**Enable via ACL**: TRUE
A
Annie_wang 已提交
896 897 898 899 900 901 902 903 904

## ohos.permission.ENTERPRISE_SUBSCRIBE_MANAGED_EVENT

Allows the device administrator application to subscribe to management events.

**Permission level**: system_basic

**Authorization mode**: system_grant

A
Annie_wang 已提交
905
**Enable via ACL**: TRUE
A
Annie_wang 已提交
906 907 908 909 910 911 912 913 914

## ohos.permission.ENTERPRISE_SET_DATETIME

Allows the device administrator application to set the system time.

**Permission level**: system_basic

**Authorization mode**: system_grant

A
Annie_wang 已提交
915
**Enable via ACL**: TRUE
A
Annie_wang 已提交
916 917 918 919 920 921 922 923 924

## ohos.permission.ENTERPRISE_GET_DEVICE_INFO

Allows the device administrator application to obtain device information.

**Permission level**: system_basic

**Authorization mode**: system_grant

A
Annie_wang 已提交
925
**Enable via ACL**: TRUE
A
Annie_wang 已提交
926

A
Annie_wang 已提交
927 928 929 930 931 932 933 934
## ohos.permission.ENTERPRISE_RESET_DEVICE

Allows the device administrator to restore factory settings of the device.

**Permission level**: system_basic

**Authorization mode**: system_grant

A
Annie_wang 已提交
935 936 937 938 939 940 941 942 943 944 945 946 947 948 949 950 951 952 953 954 955 956 957 958 959 960 961 962 963 964 965
**Enable via ACL**: TRUE

## ohos.permission.ENTERPRISE_SET_WIFI

Allows a device administrator application to set and query Wi-Fi information.

**Permission level**: system_basic

**Authorization mode**: system_grant

**Enable via ACL**: TRUE

## ohos.permission.ENTERPRISE_GET_NETWORK_INFO

Allows a device administrator application to query network information.

**Permission level**: system_basic

**Authorization mode**: system_grant

**Enable via ACL**: TRUE

## ohos.permission.ENTERPRISE_SET_ACCOUNT_POLICY

Allows the device administrator to set account management policies.

**Permission level**: system_basic

**Authorization mode**: system_grant

**Enable via ACL**: TRUE
A
Annie_wang 已提交
966

A
Annie_wang 已提交
967 968 969 970 971 972 973 974 975 976
## ohos.permission.ENTERPRISE_SET_BUNDLE_INSTALL_POLICY

Allows the device administrator to set bundle installation policies.

**Permission level**: system_basic

**Authorization mode**: system_grant

**Enable via ACL**: TRUE

A
Annie_wang 已提交
977 978 979 980 981 982 983 984 985 986 987 988 989 990 991 992 993 994 995 996 997 998 999 1000 1001 1002 1003 1004
## ohos.permission.NFC_TAG

Allows an application to read NFC tag information.

**Permission level**: normal

**Authorization mode**: system_grant

**Enable ACL**: FALSE

## ohos.permission.NFC_CARD_EMULATION

Allows an application to implement card emulation.

**Permission level**: normal

**Authorization mode**: system_grant

**Enable ACL**: FALSE

## ohos.permission.PERMISSION_USED_STATS

Allows a system application to access the permission usage records.

**Permission level**: system_basic

**Authorization mode**: system_grant

A
Annie_wang 已提交
1005
**Enable via ACL**: TRUE
A
Annie_wang 已提交
1006 1007 1008 1009 1010 1011 1012 1013 1014

## ohos.permission.NOTIFICATION_AGENT_CONTROLLER

Allows an application to send agent-powered notifications.

**Permission level**: system_core

**Authorization mode**: system_grant

A
Annie_wang 已提交
1015
**Enable via ACL**: TRUE
A
Annie_wang 已提交
1016 1017 1018 1019 1020 1021 1022 1023 1024

## ohos.permission.ANSWER_CALL

Allows an application to answer incoming calls.

**Permission level**: system_basic

**Authorization mode**: user_grant

A
Annie_wang 已提交
1025
**Enable via ACL**: TRUE
A
Annie_wang 已提交
1026 1027 1028 1029 1030 1031 1032 1033 1034

## ohos.permission.READ_CALENDAR

Allows an application to read calendar data.

**Permission level**: normal

**Authorization mode**: user_grant

A
Annie_wang 已提交
1035
**Enable via ACL**: TRUE
A
Annie_wang 已提交
1036 1037 1038 1039 1040 1041 1042 1043 1044

## ohos.permission.READ_CALL_LOG

Allows an application to read call logs.

**Permission level**: system_basic

**Authorization mode**: user_grant

A
Annie_wang 已提交
1045
**Enable via ACL**: TRUE
A
Annie_wang 已提交
1046 1047 1048 1049 1050 1051 1052 1053 1054

## ohos.permission.READ_CELL_MESSAGES

Allows an application to read cell broadcast messages received by the device.

**Permission level**: system_basic

**Authorization mode**: user_grant

A
Annie_wang 已提交
1055
**Enable via ACL**: TRUE
A
Annie_wang 已提交
1056 1057 1058 1059 1060 1061 1062 1063 1064

## ohos.permission.READ_CONTACTS

Allows an application to read contacts.

**Permission level**: system_basic

**Authorization mode**: user_grant

A
Annie_wang 已提交
1065
**Enable via ACL**: TRUE
A
Annie_wang 已提交
1066 1067 1068 1069 1070 1071 1072 1073 1074

## ohos.permission.READ_MESSAGES

Allows an application to read messages.

**Permission level**: system_basic

**Authorization mode**: user_grant

A
Annie_wang 已提交
1075
**Enable via ACL**: TRUE
A
Annie_wang 已提交
1076 1077 1078 1079 1080 1081 1082 1083 1084

## ohos.permission.RECEIVE_MMS

Allows an application to receive and process MMS messages.

**Permission level**: system_basic

**Authorization mode**: user_grant

A
Annie_wang 已提交
1085
**Enable via ACL**: TRUE
A
Annie_wang 已提交
1086 1087 1088 1089 1090 1091 1092 1093 1094

## ohos.permission.RECEIVE_SMS

Allows an application to receive and process SMS messages.

**Permission level**: system_basic

**Authorization mode**: user_grant

A
Annie_wang 已提交
1095
**Enable via ACL**: TRUE
A
Annie_wang 已提交
1096 1097 1098 1099 1100 1101 1102 1103 1104

## ohos.permission.RECEIVE_WAP_MESSAGES

Allows an application to receive and process WAP messages.

**Permission level**: system_basic

**Authorization mode**: user_grant

A
Annie_wang 已提交
1105
**Enable via ACL**: TRUE
A
Annie_wang 已提交
1106 1107 1108 1109 1110 1111 1112 1113 1114

## ohos.permission.MICROPHONE

Allows an application to access the microphone.

**Permission level**: normal

**Authorization mode**: user_grant

A
Annie_wang 已提交
1115
**Enable via ACL**: TRUE
A
Annie_wang 已提交
1116 1117 1118 1119 1120 1121 1122 1123 1124

## ohos.permission.SEND_MESSAGES

Allows an application to send messages.

**Permission level**: system_basic

**Authorization mode**: user_grant

A
Annie_wang 已提交
1125
**Enable via ACL**: TRUE
A
Annie_wang 已提交
1126 1127 1128 1129 1130 1131 1132 1133 1134

## ohos.permission.WRITE_CALENDAR

Allows an application to add, remove, and modify calendar events.

**Permission level**: normal

**Authorization mode**: user_grant

A
Annie_wang 已提交
1135
**Enable via ACL**: TRUE
A
Annie_wang 已提交
1136 1137 1138 1139 1140 1141 1142 1143 1144

## ohos.permission.WRITE_CALL_LOG

Allows an application to add, remove, and modify call logs.

**Permission level**: system_basic

**Authorization mode**: user_grant

A
Annie_wang 已提交
1145
**Enable via ACL**: TRUE
A
Annie_wang 已提交
1146 1147 1148 1149 1150 1151 1152 1153 1154

## ohos.permission.WRITE_CONTACTS

Allows an application to add, remove, and modify contacts.

**Permission level**: system_basic

**Authorization mode**: user_grant

A
Annie_wang 已提交
1155
**Enable via ACL**: TRUE
A
Annie_wang 已提交
1156 1157 1158 1159 1160 1161 1162 1163 1164

## ohos.permission.DISTRIBUTED_DATASYNC

Allows an application to exchange data with other devices.

**Permission level**: normal

**Authorization mode**: user_grant

A
Annie_wang 已提交
1165
**Enable via ACL**: TRUE
A
Annie_wang 已提交
1166 1167 1168 1169 1170 1171 1172 1173 1174

## ohos.permission.MANAGE_VOICEMAIL

Allows an application to leave messages in the voice mailbox.

**Permission level**: system_basic

**Authorization mode**: user_grant

A
Annie_wang 已提交
1175
**Enable via ACL**: TRUE
A
Annie_wang 已提交
1176 1177 1178 1179 1180 1181 1182 1183 1184 1185 1186 1187 1188 1189 1190 1191 1192 1193 1194

## ohos.permission.LOCATION_IN_BACKGROUND

Allows an application running in the background to obtain the device location.

**Permission level**: normal

**Authorization mode**: user_grant

**Enable ACL**: FALSE

## ohos.permission.LOCATION

Allows an application to obtain the device location.

**Permission level**: normal

**Authorization mode**: user_grant

A
Annie_wang 已提交
1195 1196 1197
**Enable via ACL**: TRUE

**Application conditions**: The applications developed using the SDK earlier than API version 9 can directly apply for this permission. For the applications developed using the SDK of API version 9 or later, you need to apply for [ohos.permission.APPROXIMATELY_LOCATION](#ohospermissionapproximately_location) before applying for this permission.
A
Annie_wang 已提交
1198 1199 1200 1201 1202 1203 1204 1205 1206 1207 1208

## ohos.permission.APPROXIMATELY_LOCATION

Allows an application to obtain the approximate location information of a device.

**Permission level**: normal

**Authorization mode**: user_grant

**Enable ACL**: FALSE

A
Annie_wang 已提交
1209 1210
**Application conditions**: Only applications developed using the SDK of API version 9 or later can apply for this permission.

A
Annie_wang 已提交
1211 1212
## ohos.permission.MEDIA_LOCATION

A
Annie_wang 已提交
1213
Allows an application to access geographical locations in the user's media file.
A
Annie_wang 已提交
1214 1215 1216 1217 1218

**Permission level**: normal

**Authorization mode**: user_grant

A
Annie_wang 已提交
1219
**Enable via ACL**: TRUE
A
Annie_wang 已提交
1220 1221 1222 1223 1224 1225 1226 1227 1228

## ohos.permission.CAMERA

Allows an application to use the camera to take photos and record videos.

**Permission level**: normal

**Authorization mode**: user_grant

A
Annie_wang 已提交
1229
**Enable via ACL**: TRUE
A
Annie_wang 已提交
1230 1231 1232 1233 1234 1235 1236 1237 1238

## ohos.permission.READ_MEDIA

Allows an application to read media files from the user's external storage.

**Permission level**: normal

**Authorization mode**: user_grant

A
Annie_wang 已提交
1239
**Enable via ACL**: TRUE
A
Annie_wang 已提交
1240 1241 1242 1243 1244 1245 1246 1247 1248

## ohos.permission.WRITE_MEDIA

Allows an application to read media files from and write media files into the user's external storage.

**Permission level**: normal

**Authorization mode**: user_grant

A
Annie_wang 已提交
1249
**Enable via ACL**: TRUE
A
Annie_wang 已提交
1250 1251 1252 1253 1254 1255 1256 1257 1258

## ohos.permission.ACTIVITY_MOTION

Allows an application to read the current workout status of the user.

**Permission level**: normal

**Authorization mode**: user_grant

A
Annie_wang 已提交
1259
**Enable via ACL**: TRUE
A
Annie_wang 已提交
1260 1261 1262 1263 1264 1265 1266 1267 1268

## ohos.permission.READ_HEALTH_DATA

Allows an application to read the health data of the user.

**Permission level**: normal

**Authorization mode**: user_grant

A
Annie_wang 已提交
1269
**Enable via ACL**: TRUE
A
Annie_wang 已提交
1270 1271 1272

## ohos.permission.GET_DEFAULT_APPLICATION

A
Annie_wang 已提交
1273
Allows an application to query default applications.
A
Annie_wang 已提交
1274 1275 1276 1277 1278

**Permission level**: system_core

**Authorization mode**: system_grant

A
Annie_wang 已提交
1279
**Enable via ACL**: TRUE
A
Annie_wang 已提交
1280 1281 1282

## ohos.permission.SET_DEFAULT_APPLICATION

A
Annie_wang 已提交
1283
Allows an application to set and reset default applications.
A
Annie_wang 已提交
1284 1285 1286 1287 1288

**Permission level**: system_core

**Authorization mode**: system_grant

A
Annie_wang 已提交
1289
**Enable via ACL**: TRUE
A
Annie_wang 已提交
1290 1291 1292 1293 1294 1295 1296 1297 1298

## ohos.permission.MANAGE_DISPOSED_APP_STATUS

Allows an application to set and query the application handling state.

**Permission level**: system_core

**Authorization mode**: system_grant

A
Annie_wang 已提交
1299
**Enable via ACL**: TRUE
A
Annie_wang 已提交
1300 1301 1302 1303 1304 1305 1306 1307 1308

## ohos.permission.ACCESS_IDS

Allows an application to query the unique identifier of a device.

**Permission level**: system_core

**Authorization mode**: system_grant

A
Annie_wang 已提交
1309
**Enable via ACL**: TRUE
A
Annie_wang 已提交
1310 1311 1312 1313 1314 1315 1316 1317 1318

## ohos.permission.DUMP

Allows the basic system information and SA service information to be exported.

**Permission level**: system_core

**Authorization mode**: system_grant

A
Annie_wang 已提交
1319
**Enable via ACL**: TRUE
A
Annie_wang 已提交
1320 1321 1322 1323 1324 1325 1326 1327 1328 1329 1330 1331 1332 1333 1334 1335 1336 1337 1338

## ohos.permission.DISTRIBUTED_SOFTBUS_CENTER

Allows networking between different devices.

**Permission level**: system_basic

**Authorization mode**: system_grant

**Enable ACL**: FALSE

## ohos.permission.ACCESS_DLP_FILE

Allows configuration and management of the permissions on .dlp files.

**Permission level**: system_core

**Authorization mode**: system_grant

A
Annie_wang 已提交
1339
**Enable via ACL**: TRUE
A
Annie_wang 已提交
1340 1341 1342 1343 1344 1345 1346 1347 1348

## ohos.permission.PROVISIONING_MESSAGE

Allows the Super Device Manager application to be activated.

**Permission level**: system_core

**Authorization mode**: system_grant

A
Annie_wang 已提交
1349
**Enable via ACL**: TRUE
A
Annie_wang 已提交
1350 1351 1352 1353 1354 1355 1356 1357 1358

## ohos.permission.ACCESS_SYSTEM_SETTINGS

Allows an application to access or start system **Settings**.

**Permission level**: system_basic

**Authorization mode**: system_grant

A
Annie_wang 已提交
1359
**Enable via ACL**: TRUE
A
Annie_wang 已提交
1360 1361 1362 1363 1364 1365 1366 1367 1368

## ohos.permission.READ_IMAGEVIDEO

Allows access to the images or video files in a user's directory.

**Permission level**: system_basic

**Authorization mode**: user_grant

A
Annie_wang 已提交
1369
**Enable via ACL**: TRUE
A
Annie_wang 已提交
1370 1371 1372 1373 1374 1375 1376 1377 1378

## ohos.permission.READ_AUDIO

Allows access to the audio files in a user's directory.

**Permission level**: system_basic

**Authorization mode**: user_grant

A
Annie_wang 已提交
1379
**Enable via ACL**: TRUE
A
Annie_wang 已提交
1380 1381 1382 1383 1384 1385 1386 1387 1388

## ohos.permission.READ_DOCUMENT

Allows access to the files in a user's directory.

**Permission level**: system_basic

**Authorization mode**: user_grant

A
Annie_wang 已提交
1389
**Enable via ACL**: TRUE
A
Annie_wang 已提交
1390 1391 1392 1393 1394 1395 1396 1397 1398

## ohos.permission.WRITE_IMAGEVIDEO

Allows modification to the images or video files in a user's directory.

**Permission level**: system_basic

**Authorization mode**: user_grant

A
Annie_wang 已提交
1399
**Enable via ACL**: TRUE
A
Annie_wang 已提交
1400 1401 1402 1403 1404 1405 1406 1407 1408

## ohos.permission.WRITE_AUDIO

Audio modification to the audio files in a user's directory.

**Permission level**: system_basic

**Authorization mode**: user_grant

A
Annie_wang 已提交
1409
**Enable via ACL**: TRUE
A
Annie_wang 已提交
1410 1411 1412 1413 1414 1415 1416 1417 1418

## ohos.permission.WRITE_DOCUMENT

Allows modification to the files in a user's directory.

**Permission level**: system_basic

**Authorization mode**: user_grant

A
Annie_wang 已提交
1419
**Enable via ACL**: TRUE
A
Annie_wang 已提交
1420 1421 1422 1423 1424 1425 1426 1427 1428

## ohos.permission.ABILITY_BACKGROUND_COMMUNICATION

Allows an application to start the Ability component in the background and establish a connection with it.

**Permission level**: system_basic

**Authorization mode**: system_grant

A
Annie_wang 已提交
1429
**Enable via ACL**: TRUE
A
Annie_wang 已提交
1430 1431 1432 1433 1434 1435 1436 1437 1438 1439 1440 1441 1442 1443 1444 1445 1446 1447 1448

## ohos.permission.securityguard.REPORT_SECURITY_INFO

Allows an application to report risk data for security guard.

**Permission level**: system_basic

**Authorization mode**: system_grant

**Enable ACL**: FALSE

## ohos.permission.securityguard.REQUEST_SECURITY_MODEL_RESULT

Allows an application to obtain the device risk status.

**Permission level**: system_basic

**Authorization mode**: system_grant

A
Annie_wang 已提交
1449
**Enable via ACL**: TRUE
A
Annie_wang 已提交
1450 1451 1452 1453 1454 1455 1456 1457 1458 1459 1460 1461 1462 1463 1464 1465 1466 1467 1468 1469 1470 1471 1472 1473 1474 1475 1476 1477 1478 1479 1480 1481 1482 1483 1484 1485 1486 1487 1488 1489 1490 1491 1492 1493 1494 1495 1496 1497 1498 1499 1500 1501 1502 1503 1504 1505 1506 1507 1508

## ohos.permission.securityguard.REQUEST_SECURITY_EVENT_INFO

Allows an application to obtain detailed risk data.

**Permission level**: system_core

**Authorization mode**: system_grant

**Enable ACL**: FALSE

## ohos.permission.READ_ACCESSIBILITY_CONFIG

Allows an application to read the accessibility configuration.

**Permission level**: system_basic

**Authorization mode**: system_grant

**Enable ACL**: FALSE

## ohos.permission.WRITE_ACCESSIBILITY_CONFIG

Allows an application to set the accessibility configuration.

**Permission level**: system_basic

**Authorization mode**: system_grant

**Enable ACL**: FALSE

## ohos.permission.ACCESS_CERT_MANAGER_INTERNAL

Allows an application to install, uninstall, enable, and disable certificates and credentials.

**Permission level**: system_basic

**Authorization mode**: system_grant

**Enable ACL**: FALSE

## ohos.permission.ACCESS_CERT_MANAGER

Allows an application to manage private credentials and query certificate status.

**Permission level**: normal

**Authorization mode**: system_grant

**Enable ACL**: FALSE

## ohos.permission.ACCESS_PUSH_SERVICE

Allows an application to to access the Ability of the push service.

**Permission level**: system_basic

**Authorization mode**: system_grant

A
Annie_wang 已提交
1509
**Enable via ACL**: TRUE
A
Annie_wang 已提交
1510

A
Annie_wang 已提交
1511 1512 1513 1514 1515 1516 1517 1518 1519 1520 1521 1522 1523 1524 1525 1526 1527 1528 1529 1530
## ohos.permission.READ_APP_PUSH_DATA

Allows the push service to read data from an application.

**Permission level**: system_basic

**Authorization mode**: system_grant

**Enable ACL**: FALSE

## ohos.permission.WRITE_APP_PUSH_DATA

Allows the push service to write data to an application.

**Permission level**: system_basic

**Authorization mode**: system_grant

**Enable ACL**: FALSE

A
Annie_wang 已提交
1531 1532 1533 1534 1535 1536 1537 1538 1539 1540 1541 1542 1543 1544 1545 1546 1547 1548 1549 1550 1551 1552 1553 1554 1555 1556 1557 1558
## ohos.permission.RECEIVER_STARTUP_COMPLETED

Allows an application to subscribe to the startup broadcast.

**Permission level**: system_basic

**Authorization mode**: system_grant

**Enable ACL**: FALSE

## ohos.permission.MANAGE_CAMERA_CONFIG

Allows an application to enable or disable cameras globally.

**Permission level**: system_basic

**Authorization mode**: system_grant

**Enable ACL**: FALSE

## ohos.permission.READ_WHOLE_CALENDAR

Allows an application to read all calendar information.

**Permission level**: system_basic

**Authorization mode**: user_grant

A
Annie_wang 已提交
1559
**Enable via ACL**: TRUE
A
Annie_wang 已提交
1560 1561 1562 1563 1564 1565 1566 1567 1568

## ohos.permission.WRITE_WHOLE_CALENDAR

Allows an application to add, remove, or change all calendar events.

**Permission level**: system_basic

**Authorization mode**: user_grant

A
Annie_wang 已提交
1569
**Enable via ACL**: TRUE
A
Annie_wang 已提交
1570 1571 1572 1573 1574 1575 1576 1577 1578

## ohos.permission.ENFORCE_USER_IAM

Allows an SA to delete user information from the IAM subsystem without a token.

**Permission level**: system_core

**Authorization mode**: system_grant

A
Annie_wang 已提交
1579
**Enable via ACL**: TRUE
A
Annie_wang 已提交
1580 1581 1582 1583 1584 1585 1586 1587 1588

## ohos.permission.ACCESS_AUTH_RESPOOL

Allows an SA to register the executor.

**Permission level**: system_core

**Authorization mode**: system_grant

A
Annie_wang 已提交
1589
**Enable via ACL**: TRUE
A
Annie_wang 已提交
1590 1591 1592 1593 1594 1595 1596 1597 1598 1599 1600 1601 1602 1603 1604 1605 1606 1607 1608 1609 1610 1611 1612 1613 1614 1615 1616 1617 1618

## ohos.permission.MOUNT_UNMOUNT_MANAGER

Allows an application to mount and unmount external cards.

**Permission level**: system_basic

**Authorization mode**: system_grant

**Enable ACL**: FALSE

## ohos.permission.MOUNT_FORMAT_MANAGER

Allows an application to format external cards.

**Permission level**: system_basic

**Authorization mode**: system_grant

**Enable ACL**: FALSE

## ohos.permission.STORAGE_MANAGER

Allows an application to call the interfaces of the Storage Manager service to query space statistics and volume information.

**Permission level**: system_basic

**Authorization mode**: system_grant

A
Annie_wang 已提交
1619
**Enable via ACL**: TRUE
A
Annie_wang 已提交
1620 1621 1622 1623 1624 1625 1626 1627 1628

## ohos.permission.BACKUP

Allows an application to have backup and restore capabilities.

**Permission level**: system_basic

**Authorization mode**: system_grant

A
Annie_wang 已提交
1629
**Enable via ACL**: TRUE
A
Annie_wang 已提交
1630 1631 1632 1633 1634 1635 1636 1637 1638

## ohos.permission.FILE_ACCESS_MANAGER

Allows a file management application to access user data files through the FAF.

**Permission level**: system_basic

**Authorization mode**: system_grant

A
Annie_wang 已提交
1639
**Enable via ACL**: TRUE
A
Annie_wang 已提交
1640 1641 1642 1643 1644 1645 1646 1647 1648

## ohos.permission.MANAGE_AUDIO_CONFIG

Allows an application to to mute microphones globally.

**Permission level**: system_basic

**Authorization mode**: system_grant

A
Annie_wang 已提交
1649
**Enable via ACL**: TRUE
A
Annie_wang 已提交
1650 1651 1652 1653 1654 1655 1656 1657 1658

## ohos.permission.ACCESS_SERVICE_DM

Allows a system application to obtain the authentication and networking capability of distributed devices.

**Permission level**: system_basic

**Authorization mode**: system_grant

A
Annie_wang 已提交
1659
**Enable via ACL**: TRUE
A
Annie_wang 已提交
1660

A
Annie_wang 已提交
1661 1662 1663 1664 1665 1666 1667 1668
## ohos.permission.APP_TRACKING_CONSENT

Allows an application to read advertisement identifiers.

**Permission level**: normal

**Authorization mode**: user_grant

A
Annie_wang 已提交
1669
**Enable via ACL**: TRUE
A
Annie_wang 已提交
1670

A
Annie_wang 已提交
1671 1672 1673 1674 1675 1676 1677 1678
## ohos.permission.RUN_ANY_CODE

Allows an application to run unsigned code.

**Permission level**: system_basic

**Authorization mode**: system_grant

A
Annie_wang 已提交
1679
**Enable via ACL**: TRUE
A
Annie_wang 已提交
1680 1681 1682 1683 1684 1685 1686 1687 1688

## ohos.permission.PUBLISH_SYSTEM_COMMON_EVENT

Allows an application to publish system common events.

**Permission level**: system_basic

**Authorization mode**: system_grant

A
Annie_wang 已提交
1689
**Enable via ACL**: TRUE
A
Annie_wang 已提交
1690 1691 1692 1693 1694 1695 1696 1697 1698 1699

## ohos.permission.ACCESS_SCREEN_LOCK_INNER

Allows an application to call the system API of the lock screen service.

**Permission level**: system_core

**Authorization mode**: system_grant

**Enable ACL**: FALSE
A
Annie_wang 已提交
1700 1701 1702 1703 1704 1705 1706 1707 1708 1709 1710 1711 1712 1713 1714 1715 1716 1717 1718 1719 1720 1721 1722 1723 1724 1725 1726 1727 1728 1729

## ohos.permission.PRINT

Allows an application to obtain the print framework capability.

**Permission level**: normal

**Authorization mode**: system_grant

**Enable via ACL**: TRUE

## ohos.permission.MANAGE_PRINT_JOB

Allows an application to obtain the capability of managing print tasks.

**Permission level**: system_basic

**Authorization mode**: system_grant

**Enable via ACL**: TRUE

## ohos.permission.CHANGE_OVERLAY_ENABLED_STATE

Allows a system application to disable the application with the overlay feature enabled.

**Permission level**: system_basic

**Authorization mode**: system_grant

**Enable via ACL**: TRUE
A
Annie_wang 已提交
1730 1731 1732 1733 1734 1735 1736 1737 1738 1739 1740 1741 1742 1743 1744 1745 1746 1747 1748 1749 1750 1751 1752 1753 1754 1755 1756 1757 1758 1759

## ohos.permission.CONNECT_CELLULAR_CALL_SERVICE

Allows a system ability (SA) to access the cellular call SA.

**Permission level**: system_basic

**Authorization mode**: system_grant

**Enable ACL**: FALSE

## ohos.permission.CONNECT_IMS_SERVICE

Allows an SA to access the IMS SA.

**Permission level**: system_basic

**Authorization mode**: system_grant

**Enable ACL**: FALSE

## ohos.permission.ACCESS_SENSING_WITH_ULTRASOUND

Allows an application to use ultrasonic sensing.

**Permission level**: system_basic

**Authorization mode**: system_grant

**Enable ACL**: FALSE