mirror of
https://gitee.com/openharmony/applications_dlp_manager
synced 2024-11-26 19:40:40 +00:00
修改dlp文件中文文件名乱码
Signed-off-by: 神里linghui <1229357742@qq.com>
This commit is contained in:
parent
19644e16b3
commit
14223232f9
@ -2,8 +2,8 @@
|
||||
"app": {
|
||||
"bundleName": "com.ohos.dlpmanager",
|
||||
"vendor": "example",
|
||||
"versionCode": 1000119,
|
||||
"versionName": "1.0.1.19",
|
||||
"versionCode": 1000120,
|
||||
"versionName": "1.0.1.20",
|
||||
"icon": "$media:app_icon",
|
||||
"label": "$string:app_name",
|
||||
"minAPIVersion": 12,
|
||||
|
@ -16,8 +16,8 @@
|
||||
"app": {
|
||||
"bundleName": "com.ohos.dlpmanager",
|
||||
"vendor": "example",
|
||||
"versionCode": 1000119,
|
||||
"versionName": "1.0.1.19",
|
||||
"versionCode": 1000120,
|
||||
"versionName": "1.0.1.20",
|
||||
"icon": "$media:app_icon",
|
||||
"label": "$string:app_name",
|
||||
"minAPIVersion": 12,
|
||||
|
@ -235,7 +235,7 @@ export default class ViewAbility extends ServiceExtensionAbility {
|
||||
'name': this.linkFileWriteable
|
||||
},
|
||||
'fileName': {
|
||||
'name': this.fileName
|
||||
'name': decodeURIComponent(this.fileName)
|
||||
},
|
||||
'ohos.dlp.params.index': this.appIndex,
|
||||
'ohos.dlp.params.moduleName': this.sandboxModuleName,
|
||||
|
Loading…
Reference in New Issue
Block a user