Lines Matching refs:icon

3 … tags to identify an application, such as the bundle name and application icon. This topic describ…
11 …lly configured together. There are four types: application icon, application label, entry icon, an…
13 The application icon and application label are used to identify an application, and they are usuall…
19icon and entry label are displayed on the device's home screen after an application is installed. …
24icon and label of a PageAbility that meet the rules are used as the application icon and applicati…
28 In the FA model, the entry icon and entry label are the values of **icon** and **label** configured…
31 * **icon**: index of the resource file. The icon must be configured in the resource file on DevEco …
34icon and label of this PageAbility is used as the application icon and label. If multiple PageAbil…
58 "icon": "$media:icon",
72 … icons to prevent malicious applications from deliberately configuring no icon to block uninstall …
74icon on the home screen, you must configure the **AllowAppDesktopIconHide** privilege.<!--Del--> F…
77 * An entry icon is set in the **abilities** field of the **config.json** file.
78 * The application does not have the privilege to hide its icon on the home screen.
79 …* The system uses the icon configured for the PageAbility as the entry icon and displays it on the…
81 * The application has the privilege to hide its icon on the home screen.
82 … not returned when the home screen queries the information, and the entry icon and entry label of …
83 * No entry icon is set in the **abilities** field of the **config.json** file.
84 * The application does not have the privilege to hide its icon on the home screen.
85 … The system uses the icon specified in the system resource as the entry icon and displays it on th…
87 * The application has the privilege to hide its icon on the home screen.
88 … not returned when the home screen queries the information, and the entry icon and entry label of …
91 * The application does not have the privilege to hide its icon on the home screen.
92 … The system uses the icon specified in the system resource as the entry icon and displays it on th…
94 * The application has the privilege to hide its icon on the home screen.
95 … not returned when the home screen queries the information, and the entry icon and entry label of …