mirror of
https://github.com/openharmony/applications_systemui.git
synced 2026-07-01 06:41:59 -04:00
+2
-2
@@ -4,8 +4,8 @@
|
||||
{
|
||||
"name": "default",
|
||||
"signingConfig": "release",
|
||||
"compileSdkVersion": 20,
|
||||
"compatibleSdkVersion": 20
|
||||
"compileSdkVersion": 12,
|
||||
"compatibleSdkVersion": 12
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
@@ -18,11 +18,14 @@
|
||||
"pages": "$profile:main_pages",
|
||||
"extensionAbilities": [
|
||||
{
|
||||
"visible": false,
|
||||
"exported": true,
|
||||
"srcEntrance": "./ets/ServiceExtAbility/ExtAbility.ts",
|
||||
"name": "com.ohos.systemui.dialog",
|
||||
"description": "$string:mainability_description",
|
||||
"type": "service"
|
||||
"type": "service",
|
||||
"permissions": [
|
||||
"ohos.permission.START_SYSTEM_DIALOG"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user