mirror of
https://github.com/openharmony/telephony_data_storage.git
synced 2026-07-21 00:05:31 -04:00
add telephony data ability permissions
Signed-off-by: ohos-lsw <lishiwei6@huawei.com>
This commit is contained in:
+9
-2
@@ -30,6 +30,9 @@
|
||||
"abilities": [
|
||||
{
|
||||
"name": "SmsMmsAbility",
|
||||
"permissions": [
|
||||
"ohos.permission.READ_MESSAGES"
|
||||
],
|
||||
"launchType": "standard",
|
||||
"orientation": "unspecified",
|
||||
"type": "data",
|
||||
@@ -37,8 +40,10 @@
|
||||
"srcLanguage":"c++",
|
||||
"visible": true
|
||||
},
|
||||
{
|
||||
{
|
||||
"name": "SimAbility",
|
||||
"readPermission": "ohos.permission.GET_TELEPHONY_STATE",
|
||||
"writePermission": "ohos.permission.SET_TELEPHONY_STATE",
|
||||
"launchType": "standard",
|
||||
"orientation": "unspecified",
|
||||
"type": "data",
|
||||
@@ -46,8 +51,10 @@
|
||||
"srcLanguage":"c++",
|
||||
"visible": true
|
||||
},
|
||||
{
|
||||
{
|
||||
"name": "PdpProfileAbility",
|
||||
"readPermission": "ohos.permission.GET_TELEPHONY_STATE",
|
||||
"writePermission": "ohos.permission.SET_TELEPHONY_STATE",
|
||||
"launchType": "standard",
|
||||
"orientation": "unspecified",
|
||||
"type": "data",
|
||||
|
||||
Reference in New Issue
Block a user