Initial v4
This commit is contained in:
28
app/src/main/assets/installers.json
Executable file
28
app/src/main/assets/installers.json
Executable file
@@ -0,0 +1,28 @@
|
||||
[
|
||||
{
|
||||
"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 or OEM modified ROMs like MIUI, One-UI.",
|
||||
"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."
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user