From 0620c2574cb5fd9a91fe5a58090d3395511276d4 Mon Sep 17 00:00:00 2001 From: xdongs Date: Thu, 22 May 2025 15:20:55 +0800 Subject: [PATCH] =?UTF-8?q?=E8=8B=B1=E6=96=87=E7=BF=BB=E8=AF=91=E6=9B=B4?= =?UTF-8?q?=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: xdongs --- .../dialog_ui/enable_notification_dialog/AppScope/app.json | 4 ++-- .../entry/src/main/resources/base/element/string.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/services/dialog_ui/enable_notification_dialog/AppScope/app.json b/services/dialog_ui/enable_notification_dialog/AppScope/app.json index 0b34446cb..5fa80604f 100644 --- a/services/dialog_ui/enable_notification_dialog/AppScope/app.json +++ b/services/dialog_ui/enable_notification_dialog/AppScope/app.json @@ -2,8 +2,8 @@ "app": { "bundleName": "com.ohos.notificationdialog", "vendor": "example", - "versionCode": 1000027, - "versionName": "1.2.7", + "versionCode": 1000028, + "versionName": "1.2.8", "icon": "$media:app_icon", "label": "$string:app_name", "distributedNotificationEnabled": true, diff --git a/services/dialog_ui/enable_notification_dialog/entry/src/main/resources/base/element/string.json b/services/dialog_ui/enable_notification_dialog/entry/src/main/resources/base/element/string.json index a4aae2c79..c9a11b587 100644 --- a/services/dialog_ui/enable_notification_dialog/entry/src/main/resources/base/element/string.json +++ b/services/dialog_ui/enable_notification_dialog/entry/src/main/resources/base/element/string.json @@ -22,11 +22,11 @@ }, { "name":"reason_zyt", - "value":"These may include lock screen notifications, banners, badges, sounds, and vibration. You can change these settings in DroiTong > App management." + "value":"These may include lock screen notifications, banners, badges, sounds, and vibrations. You can change these settings in DroiTong > App management." }, { "name":"reason_cjy", - "value":"These may include lock screen notifications, banners, badges, sounds, and vibration. You can change these settings in EasyAbroad > App management." + "value":"These may include lock screen notifications, banners, badges, sounds, and vibrations. You can change these settings in EasyAbroad > App management." }, { "name":"reason_tv", -- Gitee