Initial v4

This commit is contained in:
Rahul Kumar Patel
2021-02-15 04:52:56 +05:30
commit dfc706b13e
472 changed files with 35142 additions and 0 deletions

View 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."
}
]