applications_launcher/AppScope/app.json5

15 lines
326 B
Plaintext
Raw Permalink Normal View History

{
"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
}
}