We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63fa4b7 commit ed95592Copy full SHA for ed95592
Example/harmony_use_pushy/harmony/entry/src/main/module.json5
@@ -17,9 +17,9 @@
17
"name": "EntryAbility",
18
"srcEntry": "./ets/entryability/EntryAbility.ets",
19
"description": "$string:EntryAbility_desc",
20
- "icon": "$media:app_icon",
+ "icon": "$media:layered_image",
21
"label": "$string:EntryAbility_label",
22
- "startWindowIcon": "$media:app_icon",
+ "startWindowIcon": "$media:startIcon",
23
"startWindowBackground": "$color:start_window_background",
24
"exported": true,
25
"skills": [
0 commit comments