Files
APKDownloader/app/src/main/assets/installers.json
Aayush Gupta ca537bdbad installers: Rework session installer desc
* Also fix App Manager subtitle

Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
2023-10-24 18:30:42 +05:30

28 lines
871 B
JSON
Executable File

[
{
"id": "0",
"title": "Session installer",
"subtitle": "Session based installer for bundled/split APKs",
"description": "Recommended, in-built and supports all Android versions",
"url": "https://developer.android.com/reference/android/content/pm/PackageInstaller.Session"
},
{
"id": "2",
"title": "Root installer",
"subtitle": "Installer for background installations",
"description": "Requires root, supports all Android versions."
},
{
"id": "4",
"title": "AM Installer",
"subtitle": "Install using App Manager",
"description": "You must have App Manager. Need adb/root mode to install when miui optimization is on."
},
{
"id": "5",
"title": "Shizuku Installer",
"subtitle": "Install using Shizuku",
"description": "Requires an active Shizuku installation, supports Android 8.0+"
}
]