mirror of
https://gitee.com/openharmony/applications_dlp_manager
synced 2024-11-23 09:59:57 +00:00
fix permission
Signed-off-by: li-li-wang <wangliliang5@huawei.com>
This commit is contained in:
parent
d9ab059531
commit
429065ed81
@ -129,7 +129,7 @@
|
||||
"name": "ohos.permission.ACCESS_DLP_FILE"
|
||||
},
|
||||
{
|
||||
"name": "ohos.permission.MANAGE_LOCAL_ACCOUNTS"
|
||||
"name": "ohos.permission.GET_LOCAL_ACCOUNTS"
|
||||
},
|
||||
{
|
||||
"name": "ohos.permission.START_ABILITIES_FROM_BACKGROUND"
|
||||
@ -142,6 +142,9 @@
|
||||
},
|
||||
{
|
||||
"name": "ohos.permission.GET_NETWORK_INFO"
|
||||
},
|
||||
{
|
||||
"name": "ohos.permission.START_DLP_CRED"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
@ -142,7 +142,7 @@
|
||||
"name": "ohos.permission.ACCESS_DLP_FILE"
|
||||
},
|
||||
{
|
||||
"name": "ohos.permission.MANAGE_LOCAL_ACCOUNTS"
|
||||
"name": "ohos.permission.GET_LOCAL_ACCOUNTS"
|
||||
},
|
||||
{
|
||||
"name": "ohos.permission.START_ABILITIES_FROM_BACKGROUND"
|
||||
@ -155,6 +155,9 @@
|
||||
},
|
||||
{
|
||||
"name": "ohos.permission.GET_NETWORK_INFO"
|
||||
},
|
||||
{
|
||||
"name": "ohos.permission.START_DLP_CRED"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
Binary file not shown.
Loading…
Reference in New Issue
Block a user