permission-list.md 33.3 KB
Newer Older
1 2 3 4
# 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.

A
Annie_wang 已提交
5
For details about how to apply for required permissions, see [Applying for Permissions](accesstoken-guidelines.md).
6 7 8 9 10 11 12 13 14

## 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
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
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
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
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
56 57 58 59 60 61 62 63 64

## ohos.permission.ACCESS_NOTIFICATION_POLICY

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

**Permission level**: normal

**Authorization mode**: system_grant

A
Annie_wang 已提交
65
**Enable via ACL**: FALSE
66 67 68

## ohos.permission.GET_TELEPHONY_STATE

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

**Permission level**: system_basic

**Authorization mode**: system_grant

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

## ohos.permission.REQUIRE_FORM

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

**Permission level**: system_basic

**Authorization mode**: system_grant

A
Annie_wang 已提交
85
**Enable via ACL**: TRUE
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
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
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
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
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
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
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
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
166 167 168

## ohos.permission.DOWNLOAD_SESSION_MANAGER

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

**Permission level**: system_core

**Authorization mode**: system_grant

A
Annie_wang 已提交
175
**Enable via ACL**: TRUE
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
186 187 188 189 190 191 192 193 194

## ohos.permission.SYSTEM_FLOAT_WINDOW

Allows an application to be displayed in a floating window on top of other applications.

**Permission level**: system_basic

**Authorization mode**: system_grant

A
Annie_wang 已提交
195
**Enable via ACL**: TRUE
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
406 407 408 409 410 411 412 413 414

## ohos.permission.GRANT_SENSITIVE_PERMISSIONS

Allows an application to grant sensitive permissions to other applications.

**Permission level**: system_core

**Authorization mode**: system_grant

A
Annie_wang 已提交
415
**Enable via ACL**: TRUE
416 417 418 419 420 421 422 423 424

## ohos.permission.REVOKE_SENSITIVE_PERMISSIONS

Allows an application to revoke sensitive permissions granted to other applications.

**Permission level**: system_core

**Authorization mode**: system_grant

A
Annie_wang 已提交
425
**Enable via ACL**: TRUE
426 427 428 429 430 431 432 433 434

## ohos.permission.GET_SENSITIVE_PERMISSIONS

Allows an application to obtain the sensitive permissions that have been granted to other applications.

**Permission level**: system_core

**Authorization mode**: system_grant

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

## ohos.permission.INTERACT_ACROSS_LOCAL_ACCOUNTS_EXTENSION

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

**Permission level**: system_core

**Authorization mode**: system_grant

A
Annie_wang 已提交
445
**Enable via ACL**: TRUE
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
456 457 458

## ohos.permission.GET_BUNDLE_INFO

A
Annie_wang 已提交
459
Allows an application to obtain information about another application. This permission applies only to third-party applications.
460 461 462 463 464

**Permission level**: normal

**Authorization mode**: system_grant

A
Annie_wang 已提交
465
**Enable via ACL**: TRUE
466 467 468

## ohos.permission.GET_BUNDLE_INFO_PRIVILEGED

A
Annie_wang 已提交
469
Allows an application to obtain information about other applications at the same time. This permission applies only to privileged applications and applications with the same signature.
470 471 472 473 474

**Permission level**: system_basic

**Authorization mode**: system_grant

A
Annie_wang 已提交
475
**Enable via ACL**: TRUE
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
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
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
506 507 508 509 510 511 512 513 514

## ohos.permission.MANAGE_SHORTCUTS

Allows an application to query and start shortcuts of other applications.

**Permission level**: system_core

**Authorization mode**: system_grant

A
Annie_wang 已提交
515
**Enable via ACL**: TRUE
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
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
536

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

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

**Permission level**: system_basic

**Authorization mode**: system_grant

A
Annie_wang 已提交
545
**Enable via ACL**: TRUE
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.
550 551 552 553 554

**Permission level**: system_basic

**Authorization mode**: system_grant

A
Annie_wang 已提交
555
**Enable via ACL**: TRUE
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
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
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
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
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
606 607 608

## ohos.permission.CONTROL_TASK_SYNC_ANIMATOR

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

**Permission level**: system_core

**Authorization mode**: system_grant

A
Annie_wang 已提交
615
**Enable via ACL**: TRUE
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.
620 621 622 623 624

**Permission level**: system_core

**Authorization mode**: system_grant

A
Annie_wang 已提交
625
**Enable via ACL**: TRUE
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
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
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
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
666 667 668 669 670 671 672 673 674

## ohos.permission.USE_USER_IDM

Allows an application to access the system identity credential information.

**Permission level**: system_basic

**Authorization mode**: system_grant

A
Annie_wang 已提交
675
**Enable via ACL**: FALSE
676 677 678 679 680 681 682 683 684

## 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

A
Annie_wang 已提交
685
**Enable via ACL**: FALSE
686 687 688 689 690 691 692 693 694

## 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
696 697 698 699 700 701 702 703 704

## 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

A
Annie_wang 已提交
705
**Enable via ACL**: FALSE
706 707 708 709 710 711 712 713 714

## 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

A
Annie_wang 已提交
715
**Enable via ACL**: FALSE
716 717 718 719 720 721 722 723 724

## 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
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
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
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
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
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
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
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
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
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
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
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
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
846 847 848 849 850 851 852 853 854

## ohos.permission.GET_ALL_APP_ACCOUNTS

Allows an application to obtain all application account information.

**Permission level**: system_core

**Authorization mode**: system_grant

A
Annie_wang 已提交
855
**Enable via ACL**: FALSE
856 857 858 859 860 861 862 863 864

## 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
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**: FALSE
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
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
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
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
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
926 927 928 929 930 931 932 933 934

## ohos.permission.NFC_TAG

Allows an application to read NFC tag information.

**Permission level**: normal

**Authorization mode**: system_grant

A
Annie_wang 已提交
935
**Enable via ACL**: FALSE
936 937 938 939 940 941 942 943 944

## ohos.permission.NFC_CARD_EMULATION

Allows an application to implement card emulation.

**Permission level**: normal

**Authorization mode**: system_grant

A
Annie_wang 已提交
945
**Enable via ACL**: FALSE
946 947 948 949 950 951 952 953 954

## 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 已提交
955
**Enable via ACL**: TRUE
956 957 958 959 960 961 962 963 964

## ohos.permission.NOTIFICATION_AGENT_CONTROLLER

Allows an application to send agent-powered notifications.

**Permission level**: system_core

**Authorization mode**: system_grant

A
Annie_wang 已提交
965
**Enable via ACL**: TRUE
966 967 968 969 970 971 972 973 974

## ohos.permission.ANSWER_CALL

Allows an application to answer incoming calls.

**Permission level**: system_basic

**Authorization mode**: user_grant

A
Annie_wang 已提交
975
**Enable via ACL**: TRUE
976 977 978 979 980 981 982 983 984

## ohos.permission.READ_CALENDAR

Allows an application to read calendar data.

**Permission level**: normal

**Authorization mode**: user_grant

A
Annie_wang 已提交
985
**Enable via ACL**: TRUE
986 987 988 989 990 991 992 993 994

## ohos.permission.READ_CALL_LOG

Allows an application to read call logs.

**Permission level**: system_basic

**Authorization mode**: user_grant

A
Annie_wang 已提交
995
**Enable via ACL**: TRUE
996 997 998 999 1000 1001 1002 1003 1004

## 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 已提交
1005
**Enable via ACL**: TRUE
1006 1007 1008 1009 1010 1011 1012 1013 1014

## ohos.permission.READ_CONTACTS

Allows an application to read contacts.

**Permission level**: system_basic

**Authorization mode**: user_grant

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

## ohos.permission.READ_MESSAGES

Allows an application to read messages.

**Permission level**: system_basic

**Authorization mode**: user_grant

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

## ohos.permission.RECEIVE_MMS

Allows an application to receive and process MMS messages.

**Permission level**: system_basic

**Authorization mode**: user_grant

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

## ohos.permission.RECEIVE_SMS

Allows an application to receive and process SMS messages.

**Permission level**: system_basic

**Authorization mode**: user_grant

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

## 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 已提交
1055
**Enable via ACL**: TRUE
1056 1057 1058 1059 1060 1061 1062 1063 1064

## ohos.permission.MICROPHONE

Allows an application to access the microphone.

**Permission level**: normal

**Authorization mode**: user_grant

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

## ohos.permission.SEND_MESSAGES

Allows an application to send messages.

**Permission level**: system_basic

**Authorization mode**: user_grant

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

## ohos.permission.WRITE_CALENDAR

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

**Permission level**: normal

**Authorization mode**: user_grant

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

## 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 已提交
1095
**Enable via ACL**: TRUE
1096 1097 1098 1099 1100 1101 1102 1103 1104

## ohos.permission.WRITE_CONTACTS

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

**Permission level**: system_basic

**Authorization mode**: user_grant

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

## ohos.permission.DISTRIBUTED_DATASYNC

Allows an application to exchange data with other devices.

**Permission level**: normal

**Authorization mode**: user_grant

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

## 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 已提交
1125
**Enable via ACL**: TRUE
1126 1127 1128 1129 1130 1131 1132 1133 1134

## ohos.permission.LOCATION_IN_BACKGROUND

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

**Permission level**: normal

**Authorization mode**: user_grant

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

## ohos.permission.LOCATION

Allows an application to obtain the device location.

**Permission level**: normal

**Authorization mode**: user_grant

A
Annie_wang 已提交
1145 1146 1147
**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.
1148 1149 1150 1151 1152 1153 1154 1155 1156

## ohos.permission.APPROXIMATELY_LOCATION

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

**Permission level**: normal

**Authorization mode**: user_grant

A
Annie_wang 已提交
1157
**Enable via ACL**: FALSE
1158

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

1161 1162
## ohos.permission.MEDIA_LOCATION

A
Annie_wang 已提交
1163
Allows an application to access geographical locations in the user's media file.
1164 1165 1166 1167 1168

**Permission level**: normal

**Authorization mode**: user_grant

A
Annie_wang 已提交
1169
**Enable via ACL**: TRUE
1170 1171 1172 1173 1174 1175 1176 1177 1178

## 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 已提交
1179
**Enable via ACL**: TRUE
1180 1181 1182 1183 1184 1185 1186 1187 1188

## 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 已提交
1189
**Enable via ACL**: TRUE
1190 1191 1192 1193 1194 1195 1196 1197 1198

## 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 已提交
1199
**Enable via ACL**: TRUE
1200 1201 1202 1203 1204 1205 1206 1207 1208

## 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 已提交
1209
**Enable via ACL**: TRUE
1210 1211 1212 1213 1214 1215 1216 1217 1218

## 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 已提交
1219
**Enable via ACL**: TRUE
1220 1221 1222 1223 1224 1225 1226 1227 1228

## ohos.permission.GET_DEFAULT_APPLICATION

Allows an application to query default applications.

**Permission level**: system_core

**Authorization mode**: system_grant

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

## ohos.permission.SET_DEFAULT_APPLICATION

Allows an application to set and reset default applications.

**Permission level**: system_core

**Authorization mode**: system_grant

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

## 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 已提交
1249
**Enable via ACL**: TRUE
1250 1251 1252 1253 1254 1255 1256 1257 1258

## 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 已提交
1259
**Enable via ACL**: TRUE
1260 1261 1262 1263 1264 1265 1266 1267 1268

## 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 已提交
1269
**Enable via ACL**: TRUE
1270 1271 1272 1273 1274 1275 1276 1277 1278

## ohos.permission.DISTRIBUTED_SOFTBUS_CENTER

Allows networking between different devices.

**Permission level**: system_basic

**Authorization mode**: system_grant

A
Annie_wang 已提交
1279
**Enable via ACL**: FALSE
1280 1281 1282 1283 1284 1285 1286 1287 1288

## 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 已提交
1289
**Enable via ACL**: TRUE
1290 1291 1292 1293 1294 1295 1296 1297 1298

## ohos.permission.PROVISIONING_MESSAGE

Allows the Super Device Manager application to be activated.

**Permission level**: system_core

**Authorization mode**: system_grant

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

## 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 已提交
1309
**Enable via ACL**: TRUE
1310 1311 1312 1313 1314 1315 1316 1317 1318

## 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 已提交
1319
**Enable via ACL**: TRUE
1320 1321 1322 1323 1324 1325 1326 1327 1328

## 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 已提交
1329
**Enable via ACL**: TRUE
1330 1331 1332 1333 1334 1335 1336 1337 1338

## 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 已提交
1339
**Enable via ACL**: TRUE
1340 1341 1342 1343 1344 1345 1346 1347 1348

## 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 已提交
1349
**Enable via ACL**: TRUE
1350 1351 1352 1353 1354 1355 1356 1357 1358

## 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 已提交
1359
**Enable via ACL**: TRUE
1360 1361 1362 1363 1364 1365 1366 1367 1368

## 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 已提交
1369
**Enable via ACL**: TRUE
1370 1371 1372 1373 1374 1375 1376 1377 1378

## 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 已提交
1379
**Enable via ACL**: TRUE
1380 1381 1382 1383 1384 1385 1386 1387 1388

## ohos.permission.securityguard.REPORT_SECURITY_INFO

Allows an application to report risk data for security guard.

**Permission level**: system_basic

**Authorization mode**: system_grant

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

## 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 已提交
1399
**Enable via ACL**: TRUE
1400 1401 1402 1403 1404 1405 1406 1407 1408

## ohos.permission.securityguard.REQUEST_SECURITY_EVENT_INFO

Allows an application to obtain detailed risk data.

**Permission level**: system_core

**Authorization mode**: system_grant

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

## ohos.permission.READ_ACCESSIBILITY_CONFIG

Allows an application to read the accessibility configuration.

**Permission level**: system_basic

**Authorization mode**: system_grant

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

## ohos.permission.WRITE_ACCESSIBILITY_CONFIG

Allows an application to set the accessibility configuration.

**Permission level**: system_basic

**Authorization mode**: system_grant

A
Annie_wang 已提交
1429
**Enable via ACL**: FALSE
1430 1431 1432 1433 1434 1435 1436 1437 1438

## 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

A
Annie_wang 已提交
1439
**Enable via ACL**: FALSE
1440 1441 1442 1443 1444 1445 1446 1447 1448

## ohos.permission.ACCESS_CERT_MANAGER

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

**Permission level**: normal

**Authorization mode**: system_grant

A
Annie_wang 已提交
1449
**Enable via ACL**: FALSE
1450 1451 1452 1453 1454 1455 1456 1457 1458

## 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 已提交
1459
**Enable via ACL**: TRUE
1460 1461 1462 1463 1464 1465 1466 1467 1468

## ohos.permission.RECEIVER_STARTUP_COMPLETED

Allows an application to subscribe to the startup broadcast.

**Permission level**: system_basic

**Authorization mode**: system_grant

A
Annie_wang 已提交
1469
**Enable via ACL**: FALSE
1470 1471 1472 1473 1474 1475 1476 1477 1478

## ohos.permission.MANAGE_CAMERA_CONFIG

Allows an application to enable or disable cameras globally.

**Permission level**: system_basic

**Authorization mode**: system_grant

A
Annie_wang 已提交
1479
**Enable via ACL**: FALSE
1480 1481 1482 1483 1484 1485 1486 1487 1488

## ohos.permission.READ_WHOLE_CALENDAR

Allows an application to read all calendar information.

**Permission level**: system_basic

**Authorization mode**: user_grant

A
Annie_wang 已提交
1489
**Enable via ACL**: TRUE
1490 1491 1492 1493 1494 1495 1496 1497 1498

## 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 已提交
1499
**Enable via ACL**: TRUE
1500 1501 1502 1503 1504 1505 1506 1507 1508

## 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 已提交
1509
**Enable via ACL**: TRUE
1510 1511 1512 1513 1514 1515 1516 1517 1518

## ohos.permission.ACCESS_AUTH_RESPOOL

Allows an SA to register the executor.

**Permission level**: system_core

**Authorization mode**: system_grant

A
Annie_wang 已提交
1519
**Enable via ACL**: TRUE
1520 1521 1522 1523 1524 1525 1526 1527 1528

## ohos.permission.MOUNT_UNMOUNT_MANAGER

Allows an application to mount and unmount external cards.

**Permission level**: system_basic

**Authorization mode**: system_grant

A
Annie_wang 已提交
1529
**Enable via ACL**: FALSE
1530 1531 1532 1533 1534 1535 1536 1537 1538

## ohos.permission.MOUNT_FORMAT_MANAGER

Allows an application to format external cards.

**Permission level**: system_basic

**Authorization mode**: system_grant

A
Annie_wang 已提交
1539
**Enable via ACL**: FALSE
1540 1541 1542 1543 1544 1545 1546 1547 1548

## 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 已提交
1549
**Enable via ACL**: TRUE
1550 1551 1552 1553 1554 1555 1556 1557 1558

## ohos.permission.BACKUP

Allows an application to have backup and restore capabilities.

**Permission level**: system_basic

**Authorization mode**: system_grant

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

## 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 已提交
1569
**Enable via ACL**: TRUE
1570 1571 1572 1573 1574 1575 1576 1577 1578

## ohos.permission.MANAGE_AUDIO_CONFIG

Allows an application to to mute microphones globally.

**Permission level**: system_basic

**Authorization mode**: system_grant

A
Annie_wang 已提交
1579
**Enable via ACL**: TRUE
A
Annie_wang 已提交
1580 1581 1582 1583 1584 1585 1586 1587 1588 1589 1590 1591 1592 1593 1594 1595 1596 1597 1598 1599 1600 1601 1602 1603 1604 1605 1606 1607 1608 1609

## ohos.permission.MANAGE_DISTRIBUTED_ACCOUNTS

Allows an application to manage distributed account information.

**Permission level**: system_basic

**Authorization mode**: system_grant

**Enable via ACL**: TRUE

## ohos.permission.GET_DISTRIBUTED_ACCOUNTS

Allows an application to obtain distributed account information.

**Permission level**: system_basic

**Authorization mode**: system_grant

**Enable via ACL**: TRUE

## ohos.permission.GET_LOCAL_ACCOUNTS

Allows an application to obtain local account information.

**Permission level**: system_basic

**Authorization mode**: system_grant

**Enable via ACL**: TRUE