mirror of
https://gitee.com/openharmony/applications_dlp_manager
synced 2024-11-23 09:59:57 +00:00
commit
0237eba0f9
@ -2,8 +2,8 @@
|
|||||||
"app": {
|
"app": {
|
||||||
"bundleName": "com.ohos.dlpmanager",
|
"bundleName": "com.ohos.dlpmanager",
|
||||||
"vendor": "example",
|
"vendor": "example",
|
||||||
"versionCode": 1000119,
|
"versionCode": 1000120,
|
||||||
"versionName": "1.0.1.19",
|
"versionName": "1.0.1.20",
|
||||||
"icon": "$media:app_icon",
|
"icon": "$media:app_icon",
|
||||||
"label": "$string:app_name",
|
"label": "$string:app_name",
|
||||||
"minAPIVersion": 12,
|
"minAPIVersion": 12,
|
||||||
|
@ -16,8 +16,8 @@
|
|||||||
"app": {
|
"app": {
|
||||||
"bundleName": "com.ohos.dlpmanager",
|
"bundleName": "com.ohos.dlpmanager",
|
||||||
"vendor": "example",
|
"vendor": "example",
|
||||||
"versionCode": 1000119,
|
"versionCode": 1000120,
|
||||||
"versionName": "1.0.1.19",
|
"versionName": "1.0.1.20",
|
||||||
"icon": "$media:app_icon",
|
"icon": "$media:app_icon",
|
||||||
"label": "$string:app_name",
|
"label": "$string:app_name",
|
||||||
"minAPIVersion": 12,
|
"minAPIVersion": 12,
|
||||||
|
@ -235,7 +235,7 @@ export default class ViewAbility extends ServiceExtensionAbility {
|
|||||||
'name': this.linkFileWriteable
|
'name': this.linkFileWriteable
|
||||||
},
|
},
|
||||||
'fileName': {
|
'fileName': {
|
||||||
'name': this.fileName
|
'name': decodeURIComponent(this.fileName)
|
||||||
},
|
},
|
||||||
'ohos.dlp.params.index': this.appIndex,
|
'ohos.dlp.params.index': this.appIndex,
|
||||||
'ohos.dlp.params.moduleName': this.sandboxModuleName,
|
'ohos.dlp.params.moduleName': this.sandboxModuleName,
|
||||||
|
Loading…
Reference in New Issue
Block a user