-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
6f55c86
commit b9bc141
Showing
1 changed file
with
22 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
<h2>Features</h2> | ||
<ul> | ||
<li>Save split APKs as archive or merge to single APK</li> | ||
<li>Share APK</li> | ||
<li>Extract: | ||
<ul> | ||
<li>Icon</li> | ||
<li>resources.arsc</li> | ||
<li>classes.dex files</li> | ||
<li>AndroidManifest.xml</li> | ||
<li>base.apk</li> | ||
<li>libs</li> | ||
<li>Choose split from Split APK to extract</li> | ||
</ul> | ||
</li> | ||
<li>The option to display each of the above is available in settings.</li> | ||
<li>All above features can be done in batch (multiple apps at once)</li> | ||
<li>Sorting by name/first installed/last updated date</li> | ||
<li>Divided into user and system apps by default.</li> | ||
<li>Basic management (Launch, Uninstall, System app info)</li> | ||
<li>Support Android 1.6+</li> | ||
</ul> |