Files
applications_systemui/AppScope/app.json5
r00498791 6175ec4fe7 API9
Signed-off-by: r00498791 <renjie32@huawei.com>
2022-04-25 20:39:39 +08:00

16 lines
340 B
Plaintext

{
"app": {
"bundleName": "com.ohos.systemui",
"vendor": "ohos",
"versionCode": 1000000,
"versionName": "1.0.0",
"icon": "$media:app_icon",
"label": "$string:app_name",
"distributedNotificationEnabled": true,
"singleton": true,
"keepAlive": true,
"minAPIVersion": 8,
"targetAPIVersion": 9
}
}