mirror of
https://gitee.com/openharmony/applications_launcher
synced 2024-11-26 16:41:58 +00:00
1a1520dda3
Signed-off-by: tangzhigang1 <tangzhigang7@huawei.com>
15 lines
326 B
Plaintext
15 lines
326 B
Plaintext
{
|
|
"app": {
|
|
"bundleName": "com.ohos.launcher",
|
|
"vendor": "ohos",
|
|
"versionCode": 1000000,
|
|
"versionName": "1.0.0",
|
|
"icon": "$media:app_icon",
|
|
"label": "$string:app_name",
|
|
"distributedNotificationEnabled": true,
|
|
"minAPIVersion": 9,
|
|
"targetAPIVersion": 9,
|
|
"userDataClearable": false
|
|
}
|
|
}
|