28 lines
871 B
JSON
Executable File
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+"
|
|
}
|
|
]
|