Lines Matching refs:installed
1 # Configuration and Installation of Pre-installed Applications
3 …installed applications are applications that are natively installed on a device from factory setup…
5 ## Configuring Pre-installed Applications
7 1. Before the configuration, run the following command to query the directories for pre-installed a…
43 ## Updating Pre-installed Applications
45 After the pre-installed applications are updated, use either of the following methods to reinstall …
47 …Method 1: Clear **/data** and restart the device. The applications will be automatically installed.
56 - Method 2: Run the following command to restart the device. The applications will be installed.
58 …installed, the application version No. ([versionCode](../../application-dev/quick-start/app-config…
68 …han **install_list.json**. The applications added to **uninstall_list.json** will not be installed.
75 "uninstall_list": ["/system/app/Hiworld"], // Hiworld will not be installed.
92 "recover_list": ["/system/app/Hiworld"] // Hiworld will be installed.