34 lines
1.1 KiB
JSON
Executable File
34 lines
1.1 KiB
JSON
Executable File
[
|
|
{
|
|
"id": "0",
|
|
"title": "Session installer",
|
|
"subtitle": "Session based installer for bundled/split APKs",
|
|
"description": "Best suited for devices running Android 5.0+",
|
|
"url": "https://developer.android.com/reference/android/content/pm/PackageInstaller.Session"
|
|
},
|
|
{
|
|
"id": "1",
|
|
"title": "Native installer",
|
|
"subtitle": "Intent based installer, available on all devices",
|
|
"description": "Best suited for devices running below Android 4.4",
|
|
"url": "https://developer.android.com/reference/android/content/Intent#setDataAndType"
|
|
},
|
|
{
|
|
"id": "2",
|
|
"title": "Root installer",
|
|
"subtitle": "Installer for background installations",
|
|
"description": "Requires root, supports all Android versions."
|
|
},
|
|
{
|
|
"id": "3",
|
|
"title": "Aurora Service",
|
|
"subtitle": "Installer for background installations",
|
|
"description": "Requires Aurora Services to be installed as system app."
|
|
},
|
|
{
|
|
"id": "4",
|
|
"title": "AM Installer",
|
|
"subtitle": "Install use App Manager",
|
|
"description": "You must have App Manager. Need adb/root mode to install when miui optimization is on."
|
|
}
|
|
] |