Skip to content

Commit f494c5c

Browse files
committed
update app manager page
1 parent a6590a9 commit f494c5c

File tree

1 file changed

+17
-7
lines changed

1 file changed

+17
-7
lines changed

docs/app-manager.mdx

Lines changed: 17 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,24 +6,34 @@ sidebar_position: 6
66

77
App manager lists installed apps on device.
88

9-
## App Types
9+
## Filters
1010

11-
The app type filter has 3 options:
11+
There are several filters to help you find the app you want:
1212

13-
* **System apps**: apps that are pre-installed on the device and can't be uninstalled.
14-
* **Third-party apps**: apps that are installed by the user.
15-
* **All apps**: both system apps and third-party apps.
13+
* **System App**: show only system apps or third-party apps. System apps are the apps that come with the device and can't be uninstalled.
14+
* **Can be launched**: whether the app has a main activity that can be launched. Apps that can be launched are usually the ones you can see on your home screen or app drawer.
15+
* **Can be backed up**: whether the app supports the legacy backup feature. Most apps don't support backup, and this filter is only useful for a few apps.
16+
* **Split APK**: whether the app uses split APKs. This will affect the behavior of the **Export APK** function.
17+
18+
Each filter has three options:
19+
20+
* **Not Matter**: the filter is not applied. All apps will be shown.
21+
* **Yes**: only apps that match the filter will be shown.
22+
* **No**: only apps that don't match the filter will be shown.
23+
24+
If multiple filters are in **Yes** or **No** state, only apps that match (or not match) all filters will be shown.
1625

1726
## Install APK
1827

1928
If you have an APK file on your computer, you can install it on the device by clicking the **Install APK** button.
2029

21-
Multi-part bundles are not supported. This includes `.apks`, `.xapk` and `.apkm` files.
30+
It can also install split APKs, including `.apks`, `.xapk`, and `.apkm` files.
2231

2332
## Command bar
2433

2534
The command bar has the following buttons:
2635

2736
* **Uninstall**: uninstall the selected apps. It's disabled for system apps.
2837
* **Backup**: create a backup of the selected apps. App Backup is a deprecated feature, and most apps can't be backed up. For apps that allow backup, the backup file will contain the app's data, settings, and optionally the APK file.
29-
* **Details**: show details of the selected app. This contains a breakdown of the app's storage usage.
38+
* **Export APK**: export the APK file of the selected apps. The APK file can be installed on other devices. If the app uses split APKs, the exported file will be a `.apks` file including all installed features.
39+
* **Details**: show details of the selected app. Including a breakdown of the app's storage usage.

0 commit comments

Comments
 (0)