You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/app-manager.mdx
+17-7Lines changed: 17 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -6,24 +6,34 @@ sidebar_position: 6
6
6
7
7
App manager lists installed apps on device.
8
8
9
-
## App Types
9
+
## Filters
10
10
11
-
The app type filter has 3 options:
11
+
There are several filters to help you find the app you want:
12
12
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.
16
25
17
26
## Install APK
18
27
19
28
If you have an APK file on your computer, you can install it on the device by clicking the **Install APK** button.
20
29
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.
22
31
23
32
## Command bar
24
33
25
34
The command bar has the following buttons:
26
35
27
36
***Uninstall**: uninstall the selected apps. It's disabled for system apps.
28
37
***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