1234567891011121314 |
- {
- "app": {
- "bundleName": "com.ohos.launcher",
- "vendor": "ohos",
- "versionCode": 1000000,
- "versionName": "1.0.0",
- "icon": "$media:app_icon",
- "label": "$string:app_name",
- "distributedNotificationEnabled": true,
- "minAPIVersion": 10,
- "targetAPIVersion": 10,
- "userDataClearable": false
- }
- }
|