data: installer: Localize installer information

Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
This commit is contained in:
Aayush Gupta
2024-04-03 21:23:00 +05:30
parent f0fd8c6f73
commit 5612263e04
10 changed files with 108 additions and 42 deletions

View File

@@ -1,27 +0,0 @@
[
{
"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+"
}
]