diff --git a/systemres/main/config.json b/systemres/main/config.json index b2390a0c213ca1394624a0cca869e318c2f9ac0c..80319f613e4645c4d34a58095479ce3a75851652 100644 --- a/systemres/main/config.json +++ b/systemres/main/config.json @@ -1,8 +1,6 @@ { "app": { "bundleName": "ohos.global.systemres", - "icon": "$media:ohos_app_icon", - "label": "$string:ohos_app_name", "vendor": "ohos", "version": { "code": 1, diff --git a/systemres/main/resources/base/element/id_defined.json b/systemres/main/resources/base/element/id_defined.json index 61a7968a5f0f08123dd8cfebec5f1fbe588c3b19..e52d28aaa90191fc985912bf12219a49d8139f83 100644 --- a/systemres/main/resources/base/element/id_defined.json +++ b/systemres/main/resources/base/element/id_defined.json @@ -3685,16 +3685,6 @@ "type": "string", "name": "ohos_desc_notification_controller", "order": 736 - }, - { - "type": "string", - "name": "ohos_app_name", - "order": 737 - }, - { - "type": "media", - "name": "ohos_app_icon", - "order": 738 } ] } \ No newline at end of file diff --git a/systemres/main/resources/base/element/string.json b/systemres/main/resources/base/element/string.json index 9f765ae76fbcc60fad6156fe24c1c96b5746b63f..1ba854ec9f186ca9d1ad5450792eef25f59619ef 100644 --- a/systemres/main/resources/base/element/string.json +++ b/systemres/main/resources/base/element/string.json @@ -431,10 +431,6 @@ { "name": "ohos_desc_notification_controller", "value": "Allows an application to use notification management interfaces." - }, - { - "name": "ohos_app_name", - "value": "System" } ] } diff --git a/systemres/main/resources/base/media/ohos_app_icon.png b/systemres/main/resources/base/media/ohos_app_icon.png deleted file mode 100644 index ee0bdb13ff8a4f6eacb63df5b7ac43724208eab9..0000000000000000000000000000000000000000 Binary files a/systemres/main/resources/base/media/ohos_app_icon.png and /dev/null differ diff --git a/systemres/main/resources/zh_CN/element/string.json b/systemres/main/resources/zh_CN/element/string.json index b99314120db264112562faa1b14185471cea01dc..f8913bef730865a1b311cf7466ee9b2edbfa3e59 100644 --- a/systemres/main/resources/zh_CN/element/string.json +++ b/systemres/main/resources/zh_CN/element/string.json @@ -423,10 +423,6 @@ { "name": "ohos_desc_notification_controller", "value": "允许应用使用通知管理类接口。" - }, - { - "name": "ohos_app_name", - "value": "系统" } ] }