1.add AppScope folder: adapter stage mode api9

Signed-off-by: zhoulisheng <635547767@qq.com>
This commit is contained in:
zhoulisheng 2022-07-14 22:52:57 -07:00
parent a5f2ab900f
commit f60381b79c
3 changed files with 19 additions and 0 deletions

11
AppScope/app.json5 Normal file
View File

@ -0,0 +1,11 @@
{
"app": {
"bundleName": "com.openharmony.imageknife",
"vendor": "example",
"versionCode": 1000000,
"versionName": "1.0.0",
"icon": "$media:app_icon",
"label": "$string:app_name",
"distributedNotificationEnabled": true
}
}

View File

@ -0,0 +1,8 @@
{
"string": [
{
"name": "app_name",
"value": "ImageKnife"
}
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.6 KiB