mirror of
https://github.com/openharmony/applications_call.git
synced 2026-07-01 20:24:03 -04:00
41f2eb4d79
Signed-off-by: w00636648 <wangziming14@huawei.com>
15 lines
306 B
Plaintext
15 lines
306 B
Plaintext
|
|
{
|
|
"app": {
|
|
"bundleName": "com.ohos.callui",
|
|
"vendor": "example",
|
|
"versionCode": 1000000,
|
|
"versionName": "1.0.0",
|
|
"icon": "$media:app_icon",
|
|
"label": "$string:app_name",
|
|
"distributedNotificationEnabled": true,
|
|
"singleton": true,
|
|
"keepAlive": true
|
|
},
|
|
}
|