1{ 2 "app": { 3 "bundleName": "ohos.global.systemres", 4 "icon": "$media:ohos_app_icon", 5 "label": "$string:ohos_app_name", 6 "singleton": true, 7 "vendor": "ohos", 8 "version": { 9 "code": 1, 10 "name": "1.0.0.1" 11 }, 12 "apiVersion": { 13 "compatible": 3, 14 "target": 3 15 } 16 }, 17 "deviceConfig": { 18 "default": { 19 } 20 }, 21 "module": { 22 "package": "ohos.global.systemres", 23 "deviceType": [ 24 "default", 25 "tv", 26 "car", 27 "wearable" 28 ], 29 "distro": { 30 "deliveryWithInstall": true, 31 "moduleName": "entry", 32 "moduleType": "entry" 33 }, 34 "definePermissions": [ 35 { 36 "name": "ohos.permission.ANSWER_CALL", 37 "grantMode": "user_grant", 38 "availableLevel": "system_basic", 39 "provisionEnable": true, 40 "distributedSceneEnable": false, 41 "label": "$string:ohos_lab_answer_call", 42 "description": "$string:ohos_desc_answer_call" 43 }, 44 { 45 "name": "ohos.permission.USE_BLUETOOTH", 46 "grantMode": "system_grant", 47 "availableLevel": "normal", 48 "provisionEnable": true, 49 "distributedSceneEnable": false 50 }, 51 { 52 "name": "ohos.permission.DISCOVER_BLUETOOTH", 53 "grantMode": "system_grant", 54 "availableLevel": "normal", 55 "provisionEnable": true, 56 "distributedSceneEnable": false 57 }, 58 { 59 "name": "ohos.permission.MANAGE_BLUETOOTH", 60 "grantMode": "system_grant", 61 "availableLevel": "system_basic", 62 "provisionEnable": true, 63 "distributedSceneEnable": false 64 }, 65 { 66 "name": "ohos.permission.INTERNET", 67 "grantMode": "system_grant", 68 "availableLevel": "normal", 69 "provisionEnable": true, 70 "distributedSceneEnable": false, 71 "label": "$string:ohos_lab_internet", 72 "description": "$string:ohos_desc_internet" 73 }, 74 { 75 "name": "ohos.permission.MODIFY_AUDIO_SETTINGS", 76 "grantMode": "system_grant", 77 "availableLevel": "normal", 78 "provisionEnable": true, 79 "distributedSceneEnable": false, 80 "label": "$string:ohos_lab_modify_audio_settings", 81 "description": "$string:ohos_desc_modify_audio_settings" 82 }, 83 { 84 "name": "ohos.permission.READ_CALENDAR", 85 "grantMode": "user_grant", 86 "availableLevel": "normal", 87 "provisionEnable": true, 88 "distributedSceneEnable": false, 89 "label": "$string:ohos_lab_read_calendar", 90 "description": "$string:ohos_desc_read_calendar" 91 }, 92 { 93 "name": "ohos.permission.READ_CALL_LOG", 94 "grantMode": "user_grant", 95 "availableLevel": "system_basic", 96 "provisionEnable": true, 97 "distributedSceneEnable": false, 98 "label": "$string:ohos_lab_read_call_log", 99 "description": "$string:ohos_desc_read_call_log" 100 }, 101 { 102 "name": "ohos.permission.READ_CELL_MESSAGES", 103 "grantMode": "user_grant", 104 "availableLevel": "system_basic", 105 "provisionEnable": true, 106 "distributedSceneEnable": false, 107 "label": "$string:ohos_lab_read_cell_messages", 108 "description": "$string:ohos_desc_read_cell_messages" 109 }, 110 { 111 "name": "ohos.permission.READ_CONTACTS", 112 "grantMode": "user_grant", 113 "availableLevel": "system_basic", 114 "provisionEnable": true, 115 "distributedSceneEnable": false, 116 "label": "$string:ohos_lab_read_contacts", 117 "description": "$string:ohos_desc_read_contacts" 118 }, 119 { 120 "name": "ohos.permission.GET_TELEPHONY_STATE", 121 "grantMode": "system_grant", 122 "availableLevel": "system_basic", 123 "provisionEnable": true, 124 "distributedSceneEnable": false, 125 "label": "$string:ohos_lab_get_telephony_state", 126 "description": "$string:ohos_desc_get_telephony_state" 127 }, 128 { 129 "name": "ohos.permission.READ_MESSAGES", 130 "grantMode": "user_grant", 131 "availableLevel": "system_basic", 132 "provisionEnable": true, 133 "distributedSceneEnable": false, 134 "label": "$string:ohos_lab_read_messages", 135 "description": "$string:ohos_desc_read_messages" 136 }, 137 { 138 "name": "ohos.permission.RECEIVE_MMS", 139 "grantMode": "user_grant", 140 "availableLevel": "system_basic", 141 "provisionEnable": true, 142 "distributedSceneEnable": false, 143 "label": "$string:ohos_lab_receive_mms", 144 "description": "$string:ohos_desc_receive_mms" 145 }, 146 { 147 "name": "ohos.permission.RECEIVE_SMS", 148 "grantMode": "user_grant", 149 "availableLevel": "system_basic", 150 "provisionEnable": true, 151 "distributedSceneEnable": false, 152 "label": "$string:ohos_lab_receive_sms", 153 "description": "$string:ohos_desc_receive_sms" 154 }, 155 { 156 "name": "ohos.permission.RECEIVE_WAP_MESSAGES", 157 "grantMode": "user_grant", 158 "availableLevel": "system_basic", 159 "provisionEnable": true, 160 "distributedSceneEnable": false, 161 "label": "$string:ohos_lab_receive_wap_messages", 162 "description": "$string:ohos_desc_receive_wap_messages" 163 }, 164 { 165 "name": "ohos.permission.MICROPHONE", 166 "grantMode": "user_grant", 167 "availableLevel": "normal", 168 "provisionEnable": true, 169 "distributedSceneEnable": false, 170 "label": "$string:ohos_lab_microphone", 171 "description": "$string:ohos_desc_microphone" 172 }, 173 { 174 "name": "ohos.permission.SEND_MESSAGES", 175 "grantMode": "user_grant", 176 "availableLevel": "system_basic", 177 "provisionEnable": true, 178 "distributedSceneEnable": false, 179 "label": "$string:ohos_lab_send_messages", 180 "description": "$string:ohos_desc_send_messages" 181 }, 182 { 183 "name": "ohos.permission.WRITE_CALENDAR", 184 "grantMode": "user_grant", 185 "availableLevel": "normal", 186 "provisionEnable": true, 187 "distributedSceneEnable": false, 188 "label": "$string:ohos_lab_write_calendar", 189 "description": "$string:ohos_desc_write_calendar" 190 }, 191 { 192 "name": "ohos.permission.WRITE_CALL_LOG", 193 "grantMode": "user_grant", 194 "availableLevel": "system_basic", 195 "provisionEnable": true, 196 "distributedSceneEnable": false, 197 "label": "$string:ohos_lab_write_call_log", 198 "description": "$string:ohos_desc_write_call_log" 199 }, 200 { 201 "name": "ohos.permission.WRITE_CONTACTS", 202 "grantMode": "user_grant", 203 "availableLevel": "system_basic", 204 "provisionEnable": true, 205 "distributedSceneEnable": false, 206 "label": "$string:ohos_lab_write_contacts", 207 "description": "$string:ohos_desc_write_contacts" 208 }, 209 { 210 "name": "ohos.permission.DISTRIBUTED_DATASYNC", 211 "grantMode": "user_grant", 212 "availableLevel": "normal", 213 "provisionEnable": true, 214 "distributedSceneEnable": true, 215 "label": "$string:ohos_lab_distributed_datasync", 216 "description": "$string:ohos_desc_distributed_datasync" 217 }, 218 { 219 "name": "ohos.permission.MANAGE_VOICEMAIL", 220 "grantMode": "user_grant", 221 "availableLevel": "system_basic", 222 "provisionEnable": true, 223 "distributedSceneEnable": false, 224 "label": "$string:ohos_lab_manage_voicemail", 225 "description": "$string:ohos_desc_manage_voicemail" 226 }, 227 { 228 "name": "ohos.permission.REQUIRE_FORM", 229 "grantMode": "system_grant", 230 "availableLevel": "system_basic", 231 "provisionEnable": true, 232 "distributedSceneEnable": false 233 }, 234 { 235 "name": "ohos.permission.LOCATION_IN_BACKGROUND", 236 "grantMode": "user_grant", 237 "availableLevel": "normal", 238 "provisionEnable": false, 239 "distributedSceneEnable": false, 240 "label": "$string:ohos_lab_location_in_background", 241 "description": "$string:ohos_desc_location_in_background" 242 }, 243 { 244 "name": "ohos.permission.LOCATION", 245 "grantMode": "user_grant", 246 "availableLevel": "normal", 247 "provisionEnable": true, 248 "distributedSceneEnable": true, 249 "label": "$string:ohos_lab_location", 250 "description": "$string:ohos_desc_location" 251 }, 252 { 253 "name": "ohos.permission.MEDIA_LOCATION", 254 "grantMode": "user_grant", 255 "availableLevel": "normal", 256 "provisionEnable": true, 257 "distributedSceneEnable": true, 258 "label": "$string:ohos_lab_media_location", 259 "description": "$string:ohos_desc_media_location" 260 }, 261 { 262 "name": "ohos.permission.GET_NETWORK_INFO", 263 "grantMode": "system_grant", 264 "availableLevel": "normal", 265 "provisionEnable": true, 266 "distributedSceneEnable": false, 267 "label": "$string:ohos_lab_get_network_info", 268 "description": "$string:ohos_desc_get_network_info" 269 }, 270 { 271 "name": "ohos.permission.PLACE_CALL", 272 "grantMode": "system_grant", 273 "availableLevel": "system_basic", 274 "provisionEnable": true, 275 "distributedSceneEnable": true, 276 "label": "$string:ohos_lab_place_call", 277 "description": "$string:ohos_desc_place_call" 278 }, 279 { 280 "name": "ohos.permission.CAMERA", 281 "grantMode": "user_grant", 282 "availableLevel": "normal", 283 "provisionEnable": true, 284 "distributedSceneEnable": false, 285 "label": "$string:ohos_lab_camera", 286 "description": "$string:ohos_desc_camera" 287 }, 288 { 289 "name": "ohos.permission.SET_NETWORK_INFO", 290 "grantMode": "system_grant", 291 "availableLevel": "normal", 292 "provisionEnable": true, 293 "distributedSceneEnable": false, 294 "label": "$string:ohos_lab_set_network_info", 295 "description": "$string:ohos_desc_set_network_info" 296 }, 297 { 298 "name": "ohos.permission.REMOVE_CACHE_FILES", 299 "grantMode": "system_grant", 300 "availableLevel": "system_basic", 301 "provisionEnable": true, 302 "distributedSceneEnable": false 303 }, 304 { 305 "name": "ohos.permission.READ_MEDIA", 306 "grantMode": "user_grant", 307 "availableLevel": "normal", 308 "provisionEnable": true, 309 "distributedSceneEnable": true, 310 "label": "$string:ohos_lab_read_media", 311 "description": "$string:ohos_desc_read_media" 312 }, 313 { 314 "name": "ohos.permission.REBOOT", 315 "grantMode": "system_grant", 316 "availableLevel": "system_basic", 317 "provisionEnable": true, 318 "distributedSceneEnable": false 319 }, 320 { 321 "name": "ohos.permission.RUNNING_LOCK", 322 "grantMode": "system_grant", 323 "availableLevel": "normal", 324 "provisionEnable": true, 325 "distributedSceneEnable": false 326 }, 327 { 328 "name": "ohos.permission.WRITE_MEDIA", 329 "grantMode": "user_grant", 330 "availableLevel": "normal", 331 "provisionEnable": true, 332 "distributedSceneEnable": true, 333 "label": "$string:ohos_lab_write_media", 334 "description": "$string:ohos_desc_write_media" 335 }, 336 { 337 "name": "ohos.permission.ENROLL_BIOMETRIC", 338 "grantMode": "system_grant", 339 "availableLevel": "system_core", 340 "provisionEnable": false, 341 "distributedSceneEnable": false, 342 "label": "$string:ohos_lab_enroll_biometric", 343 "description": "$string:ohos_desc_enroll_biometric" 344 }, 345 { 346 "name": "ohos.permission.ACCESS_BIOMETRIC", 347 "grantMode": "system_grant", 348 "availableLevel": "normal", 349 "provisionEnable": false, 350 "distributedSceneEnable": false, 351 "label": "$string:ohos_lab_access_biometric", 352 "description": "$string:ohos_desc_access_biometric" 353 }, 354 { 355 "name": "ohos.permission.ACCESS_BIOMETRIC_INTERNAL", 356 "grantMode": "system_grant", 357 "availableLevel": "system_core", 358 "provisionEnable": false, 359 "distributedSceneEnable": false, 360 "label": "$string:ohos_lab_access_biometric_internal", 361 "description": "$string:ohos_desc_access_biometric_internal" 362 }, 363 { 364 "name": "ohos.permission.RESET_BIOMETRIC_LOCKOUT", 365 "grantMode": "system_grant", 366 "availableLevel": "system_core", 367 "provisionEnable": false, 368 "distributedSceneEnable": false, 369 "label": "$string:ohos_lab_reset_biometric_lockout", 370 "description": "$string:ohos_desc_reset_biometric_lockout" 371 }, 372 { 373 "name": "ohos.permission.SET_TIME", 374 "grantMode": "system_grant", 375 "availableLevel": "system_basic", 376 "provisionEnable": true, 377 "distributedSceneEnable": false, 378 "label": "$string:ohos_lab_set_time", 379 "description": "$string:ohos_desc_set_time" 380 }, 381 { 382 "name": "ohos.permission.SET_TIME_ZONE", 383 "grantMode": "system_grant", 384 "availableLevel": "system_basic", 385 "provisionEnable": true, 386 "distributedSceneEnable": false, 387 "label": "$string:ohos_lab_set_time_zone", 388 "description": "$string:ohos_desc_set_time_zone" 389 }, 390 { 391 "name": "ohos.permission.DOWNLOAD_SESSION_MANAGER", 392 "grantMode": "system_grant", 393 "availableLevel": "system_core", 394 "provisionEnable": true, 395 "distributedSceneEnable": false, 396 "label": "$string:ohos_lab_download_session_manager", 397 "description": "$string:ohos_desc_download_session_manager" 398 }, 399 { 400 "name": "ohos.permission.COMMONEVENT_STICKY", 401 "grantMode": "system_grant", 402 "availableLevel": "normal", 403 "provisionEnable": true, 404 "distributedSceneEnable": true, 405 "label": "$string:ohos_lab_commonevent_sticky", 406 "description": "$string:ohos_desc_commonevent_sticky" 407 }, 408 { 409 "name": "ohos.permission.SYSTEM_FLOAT_WINDOW", 410 "grantMode": "system_grant", 411 "availableLevel": "normal", 412 "provisionEnable": true, 413 "distributedSceneEnable": false 414 }, 415 { 416 "name": "ohos.permission.POWER_MANAGER", 417 "grantMode": "system_grant", 418 "availableLevel": "system_core", 419 "provisionEnable": true, 420 "distributedSceneEnable": false 421 }, 422 { 423 "name": "ohos.permission.REFRESH_USER_ACTION", 424 "grantMode": "system_grant", 425 "availableLevel": "system_basic", 426 "provisionEnable": true, 427 "distributedSceneEnable": false 428 }, 429 { 430 "name": "ohos.permission.POWER_OPTIMIZATION", 431 "grantMode": "system_grant", 432 "availableLevel": "system_basic", 433 "provisionEnable": true, 434 "distributedSceneEnable": false 435 }, 436 { 437 "name": "ohos.permission.REBOOT_RECOVERY", 438 "grantMode": "system_grant", 439 "availableLevel": "system_basic", 440 "provisionEnable": true, 441 "distributedSceneEnable": false 442 }, 443 { 444 "name": "ohos.permission.MANAGE_LOCAL_ACCOUNTS", 445 "grantMode": "system_grant", 446 "availableLevel": "system_basic", 447 "provisionEnable": true, 448 "distributedSceneEnable": false, 449 "label": "$string:ohos_lab_manage_local_accounts", 450 "description": "$string:ohos_desc_manage_local_accounts" 451 }, 452 { 453 "name": "ohos.permission.INTERACT_ACROSS_LOCAL_ACCOUNTS", 454 "grantMode": "system_grant", 455 "availableLevel": "system_basic", 456 "provisionEnable": true, 457 "distributedSceneEnable": false, 458 "label": "$string:ohos_lab_interact_across_local_accounts", 459 "description": "$string:ohos_desc_interact_across_local_accounts" 460 }, 461 { 462 "name": "ohos.permission.VIBRATE", 463 "grantMode": "system_grant", 464 "availableLevel": "normal", 465 "provisionEnable": true, 466 "distributedSceneEnable": false, 467 "label": "$string:ohos_lab_vibrate", 468 "description": "$string:ohos_desc_vibrate" 469 }, 470 { 471 "name": "ohos.permission.ACTIVITY_MOTION", 472 "grantMode": "user_grant", 473 "availableLevel": "normal", 474 "provisionEnable": true, 475 "distributedSceneEnable": false, 476 "label": "$string:ohos_lab_activity_motion", 477 "description": "$string:ohos_desc_activity_motion" 478 }, 479 { 480 "name": "ohos.permission.READ_HEALTH_DATA", 481 "grantMode": "user_grant", 482 "availableLevel": "normal", 483 "provisionEnable": true, 484 "distributedSceneEnable": false, 485 "label": "$string:ohos_lab_read_health_data", 486 "description": "$string:ohos_desc_read_health_data" 487 }, 488 { 489 "name": "ohos.permission.CONNECT_IME_ABILITY", 490 "grantMode": "system_grant", 491 "availableLevel": "system_core", 492 "provisionEnable": true, 493 "distributedSceneEnable": false, 494 "label": "$string:ohos_lab_connect_ime_ability", 495 "description": "$string:ohos_desc_connect_ime_ability" 496 }, 497 { 498 "name": "ohos.permission.CONNECT_SCREEN_SAVER_ABILITY", 499 "grantMode": "system_grant", 500 "availableLevel": "system_core", 501 "provisionEnable": true, 502 "distributedSceneEnable": false 503 }, 504 { 505 "name": "ohos.permission.READ_SCREEN_SAVER", 506 "grantMode": "system_grant", 507 "availableLevel": "system_basic", 508 "provisionEnable": true, 509 "distributedSceneEnable": false 510 }, 511 { 512 "name": "ohos.permission.WRITE_SCREEN_SAVER", 513 "grantMode": "system_grant", 514 "availableLevel": "system_basic", 515 "provisionEnable": true, 516 "distributedSceneEnable": false 517 }, 518 { 519 "name": "ohos.permission.SET_WALLPAPER", 520 "grantMode": "system_grant", 521 "availableLevel": "normal", 522 "provisionEnable": true, 523 "distributedSceneEnable": false, 524 "label": "$string:ohos_lab_set_wallpaper", 525 "description": "$string:ohos_desc_set_wallpaper" 526 }, 527 { 528 "name": "ohos.permission.GET_WALLPAPER", 529 "grantMode": "system_grant", 530 "availableLevel": "system_basic", 531 "provisionEnable": true, 532 "distributedSceneEnable": false, 533 "label": "$string:ohos_lab_get_wallpaper", 534 "description": "$string:ohos_desc_get_wallpaper" 535 }, 536 { 537 "name": "ohos.permission.CHANGE_ABILITY_ENABLED_STATE", 538 "grantMode": "system_grant", 539 "availableLevel": "system_basic", 540 "provisionEnable": true, 541 "distributedSceneEnable": false 542 }, 543 { 544 "name": "ohos.permission.ACCESS_MISSIONS", 545 "grantMode": "system_grant", 546 "availableLevel": "system_basic", 547 "provisionEnable": true, 548 "distributedSceneEnable": false 549 }, 550 { 551 "name": "ohos.permission.CLEAN_BACKGROUND_PROCESSES", 552 "grantMode": "system_grant", 553 "availableLevel": "normal", 554 "provisionEnable": true, 555 "distributedSceneEnable": false 556 }, 557 { 558 "name": "ohos.permission.KEEP_BACKGROUND_RUNNING", 559 "grantMode": "system_grant", 560 "availableLevel": "normal", 561 "provisionEnable": true, 562 "distributedSceneEnable": false 563 }, 564 { 565 "name": "ohos.permission.UPDATE_CONFIGURATION", 566 "grantMode": "system_grant", 567 "availableLevel": "system_basic", 568 "provisionEnable": true, 569 "distributedSceneEnable": false 570 }, 571 { 572 "name": "ohos.permission.UPDATE_SYSTEM", 573 "grantMode": "system_grant", 574 "availableLevel": "system_basic", 575 "provisionEnable": true, 576 "distributedSceneEnable": false 577 }, 578 { 579 "name": "ohos.permission.FACTORY_RESET", 580 "grantMode": "system_grant", 581 "availableLevel": "system_basic", 582 "provisionEnable": true, 583 "distributedSceneEnable": false 584 }, 585 { 586 "name": "ohos.permission.GRANT_SENSITIVE_PERMISSIONS", 587 "grantMode": "system_grant", 588 "availableLevel": "system_core", 589 "provisionEnable": true, 590 "distributedSceneEnable": false 591 }, 592 { 593 "name": "ohos.permission.REVOKE_SENSITIVE_PERMISSIONS", 594 "grantMode": "system_grant", 595 "availableLevel": "system_core", 596 "provisionEnable": true, 597 "distributedSceneEnable": false 598 }, 599 { 600 "name": "ohos.permission.GET_SENSITIVE_PERMISSIONS", 601 "grantMode": "system_grant", 602 "availableLevel": "system_core", 603 "provisionEnable": true, 604 "distributedSceneEnable": false 605 }, 606 { 607 "name": "ohos.permission.INTERACT_ACROSS_LOCAL_ACCOUNTS_EXTENSION", 608 "grantMode": "system_grant", 609 "availableLevel": "system_core", 610 "provisionEnable": true, 611 "distributedSceneEnable": false, 612 "label": "$string:ohos_lab_interact_across_local_accounts_extension", 613 "description": "$string:ohos_desc_interact_across_local_accounts_extension" 614 }, 615 { 616 "name": "ohos.permission.LISTEN_BUNDLE_CHANGE", 617 "grantMode": "system_grant", 618 "availableLevel": "system_basic", 619 "provisionEnable": true, 620 "distributedSceneEnable": false 621 }, 622 { 623 "name": "ohos.permission.GET_BUNDLE_INFO", 624 "grantMode": "system_grant", 625 "availableLevel": "normal", 626 "provisionEnable": true, 627 "distributedSceneEnable": false 628 }, 629 { 630 "name": "ohos.permission.ACCELEROMETER", 631 "grantMode": "system_grant", 632 "availableLevel": "normal", 633 "provisionEnable": true, 634 "distributedSceneEnable": false, 635 "label": "$string:ohos_lab_accelerometer", 636 "description": "$string:ohos_desc_accelerometer" 637 }, 638 { 639 "name": "ohos.permission.GYROSCOPE", 640 "grantMode": "system_grant", 641 "availableLevel": "normal", 642 "provisionEnable": true, 643 "distributedSceneEnable": false, 644 "label": "$string:ohos_lab_gyroscope", 645 "description": "$string:ohos_desc_gyroscope" 646 }, 647 { 648 "name": "ohos.permission.GET_BUNDLE_INFO_PRIVILEGED", 649 "grantMode": "system_grant", 650 "availableLevel": "system_basic", 651 "provisionEnable": true, 652 "distributedSceneEnable": false 653 }, 654 { 655 "name": "ohos.permission.INSTALL_BUNDLE", 656 "grantMode": "system_grant", 657 "availableLevel": "system_core", 658 "provisionEnable": true, 659 "distributedSceneEnable": false 660 }, 661 { 662 "name": "ohos.permission.MANAGE_SHORTCUTS", 663 "grantMode": "system_grant", 664 "availableLevel": "system_core", 665 "provisionEnable": true, 666 "distributedSceneEnable": false 667 }, 668 { 669 "name": "ohos.permission.radio.ACCESS_FM_AM", 670 "grantMode": "system_grant", 671 "availableLevel": "system_core", 672 "provisionEnable": true, 673 "distributedSceneEnable": false 674 }, 675 { 676 "name": "ohos.permission.SET_TELEPHONY_STATE", 677 "grantMode": "system_grant", 678 "availableLevel": "system_basic", 679 "provisionEnable": true, 680 "distributedSceneEnable": false, 681 "label": "$string:ohos_lab_set_telephony_state", 682 "description": "$string:ohos_desc_set_telephony_state" 683 }, 684 { 685 "name": "ohos.permission.START_ABILIIES_FROM_BACKGROUND", 686 "grantMode": "system_grant", 687 "availableLevel": "system_basic", 688 "provisionEnable": true, 689 "distributedSceneEnable": false 690 }, 691 { 692 "name": "ohos.permission.BUNDLE_ACTIVE_INFO", 693 "grantMode": "system_grant", 694 "availableLevel": "system_basic", 695 "provisionEnable": true, 696 "distributedSceneEnable": false, 697 "label": "$string:ohos_lab_bundle_active_info", 698 "description": "$string:ohos_desc_bundle_active_info" 699 }, 700 { 701 "name": "ohos.permission.START_INVISIBLE_ABILITY", 702 "grantMode": "system_grant", 703 "availableLevel": "system_core", 704 "provisionEnable": true, 705 "distributedSceneEnable": false 706 }, 707 { 708 "name": "ohos.permission.sec.ACCESS_UDID", 709 "grantMode": "system_grant", 710 "availableLevel": "system_basic", 711 "provisionEnable": true, 712 "distributedSceneEnable": false 713 }, 714 { 715 "name": "ohos.permission.LAUNCH_DATA_PRIVACY_CENTER", 716 "grantMode": "system_grant", 717 "availableLevel": "system_basic", 718 "provisionEnable": true, 719 "distributedSceneEnable": false 720 }, 721 { 722 "name": "ohos.permission.MANAGE_MEDIA_RESOURCES", 723 "grantMode": "system_grant", 724 "availableLevel": "system_basic", 725 "provisionEnable": true, 726 "distributedSceneEnable": false 727 }, 728 { 729 "name": "ohos.permission.PUBLISH_AGENT_REMINDER", 730 "grantMode": "system_grant", 731 "availableLevel": "normal", 732 "provisionEnable": true, 733 "distributedSceneEnable": false, 734 "label": "$string:ohos_lab_publish_agent_reminder", 735 "description": "$string:ohos_desc_publish_agent_reminder" 736 }, 737 { 738 "name": "ohos.permission.CONTROL_TASK_SYNC_ANIMATOR", 739 "grantMode": "system_grant", 740 "availableLevel": "system_core", 741 "provisionEnable": true, 742 "distributedSceneEnable": false, 743 "label": "$string:ohos_lab_control_task_sync_animator", 744 "description": "$string:ohos_desc_control_task_sync_animator" 745 }, 746 { 747 "name": "ohos.permission.INPUT_MONITORING", 748 "grantMode": "system_grant", 749 "availableLevel": "system_core", 750 "provisionEnable": true, 751 "distributedSceneEnable": false 752 }, 753 { 754 "name": "ohos.permission.MANAGE_MISSIONS", 755 "grantMode": "system_grant", 756 "availableLevel": "system_core", 757 "provisionEnable": true, 758 "distributedSceneEnable": false 759 }, 760 { 761 "name": "ohos.permission.NOTIFICATION_CONTROLLER", 762 "grantMode": "system_grant", 763 "availableLevel": "system_core", 764 "provisionEnable": true, 765 "distributedSceneEnable": false, 766 "label": "$string:ohos_lab_notification_controller", 767 "description": "$string:ohos_desc_notification_controller" 768 }, 769 { 770 "name": "ohos.permission.CONNECTIVITY_INTERNAL", 771 "grantMode": "system_grant", 772 "availableLevel": "system_basic", 773 "provisionEnable": true, 774 "distributedSceneEnable": false 775 }, 776 { 777 "name": "ohos.permission.SET_ABILITY_CONTROLLER", 778 "grantMode": "system_grant", 779 "availableLevel": "system_basic", 780 "provisionEnable": true, 781 "distributedSceneEnable": false 782 }, 783 { 784 "name": "ohos.permission.USE_USER_IDM", 785 "grantMode": "system_grant", 786 "availableLevel": "system_basic", 787 "provisionEnable": false, 788 "distributedSceneEnable": false 789 }, 790 { 791 "name": "ohos.permission.MANAGE_USER_IDM", 792 "grantMode": "system_grant", 793 "availableLevel": "system_basic", 794 "provisionEnable": false, 795 "distributedSceneEnable": false 796 }, 797 { 798 "name": "ohos.permission.ACCESS_BIOMETRIC", 799 "grantMode": "system_grant", 800 "availableLevel": "normal", 801 "provisionEnable": true, 802 "distributedSceneEnable": false 803 }, 804 { 805 "name": "ohos.permission.ACCESS_USER_AUTH_INTERNAL", 806 "grantMode": "system_grant", 807 "availableLevel": "system_basic", 808 "provisionEnable": false, 809 "distributedSceneEnable": false 810 }, 811 { 812 "name": "ohos.permission.ACCESS_PIN_AUTH", 813 "grantMode": "system_grant", 814 "availableLevel": "system_basic", 815 "provisionEnable": false, 816 "distributedSceneEnable": false 817 }, 818 { 819 "name": "ohos.permission.GET_RUNNING_INFO", 820 "grantMode": "system_grant", 821 "availableLevel": "system_basic", 822 "provisionEnable": true, 823 "distributedSceneEnable": false 824 }, 825 { 826 "name": "ohos.permission.CLEAN_APPLICATION_DATA", 827 "grantMode": "system_grant", 828 "availableLevel": "system_basic", 829 "provisionEnable": true, 830 "distributedSceneEnable": false 831 }, 832 { 833 "name": "ohos.permission.RUNNING_STATE_OBSERVER", 834 "grantMode": "system_grant", 835 "availableLevel": "system_basic", 836 "provisionEnable": true, 837 "distributedSceneEnable": false 838 }, 839 { 840 "name": "ohos.permission.CAPTURE_SCREEN", 841 "grantMode": "system_grant", 842 "availableLevel": "system_core", 843 "provisionEnable": true, 844 "distributedSceneEnable": false 845 }, 846 { 847 "name": "ohos.permission.GET_WIFI_INFO", 848 "grantMode": "system_grant", 849 "availableLevel": "normal", 850 "provisionEnable": true, 851 "distributedSceneEnable": false 852 }, 853 { 854 "name": "ohos.permission.GET_WIFI_INFO_INTERNAL", 855 "grantMode": "system_grant", 856 "availableLevel": "system_core", 857 "provisionEnable": true, 858 "distributedSceneEnable": false 859 }, 860 { 861 "name": "ohos.permission.SET_WIFI_INFO", 862 "grantMode": "system_grant", 863 "availableLevel": "normal", 864 "provisionEnable": true, 865 "distributedSceneEnable": false 866 }, 867 { 868 "name": "ohos.permission.GET_WIFI_PEERS_MAC", 869 "grantMode": "system_grant", 870 "availableLevel": "system_core", 871 "provisionEnable": true, 872 "distributedSceneEnable": false 873 }, 874 { 875 "name": "ohos.permission.GET_WIFI_LOCAL_MAC", 876 "grantMode": "system_grant", 877 "availableLevel": "system_basic", 878 "provisionEnable": true, 879 "distributedSceneEnable": false 880 }, 881 { 882 "name": "ohos.permission.GET_WIFI_CONFIG", 883 "grantMode": "system_grant", 884 "availableLevel": "system_basic", 885 "provisionEnable": true, 886 "distributedSceneEnable": false 887 }, 888 { 889 "name": "ohos.permission.SET_WIFI_CONFIG", 890 "grantMode": "system_grant", 891 "availableLevel": "system_basic", 892 "provisionEnable": true, 893 "distributedSceneEnable": false 894 }, 895 { 896 "name": "ohos.permission.MANAGE_WIFI_CONNECTION", 897 "grantMode": "system_grant", 898 "availableLevel": "system_core", 899 "provisionEnable": true, 900 "distributedSceneEnable": false 901 }, 902 { 903 "name": "ohos.permission.MANAGE_WIFI_HOTSPOT", 904 "grantMode": "system_grant", 905 "availableLevel": "system_core", 906 "provisionEnable": true, 907 "distributedSceneEnable": false 908 }, 909 { 910 "name": "ohos.permission.GET_ALL_APP_ACCOUNTS", 911 "grantMode": "system_grant", 912 "availableLevel": "system_core", 913 "provisionEnable": false, 914 "distributedSceneEnable": false 915 }, 916 { 917 "name": "ohos.permission.MANAGE_SECURE_SETTINGS", 918 "grantMode": "system_grant", 919 "availableLevel": "system_basic", 920 "provisionEnable": true, 921 "distributedSceneEnable": false 922 }, 923 { 924 "name": "ohos.permission.READ_DFX_SYSEVENT", 925 "grantMode": "system_grant", 926 "availableLevel": "system_basic", 927 "provisionEnable": false, 928 "distributedSceneEnable": false 929 }, 930 { 931 "name": "ohos.permission.MANAGE_ADMIN", 932 "grantMode": "system_grant", 933 "availableLevel": "system_core", 934 "provisionEnable": true, 935 "distributedSceneEnable": false 936 }, 937 { 938 "name": "ohos.permission.EDM_MANAGE_DATETIME", 939 "grantMode": "system_grant", 940 "availableLevel": "normal", 941 "provisionEnable": false, 942 "distributedSceneEnable": false 943 } 944 ] 945 } 946} 947