Support installing via F-Droid Basic

If an app being restored was originally installed with F-Droid Basic,
try to install it using F-Droid Basic again.

Change-Id: Ib067389ba20d74596892e24efd561ab2918d62cb
This commit is contained in:
Tommy Webb 2023-11-20 10:03:44 -05:00 committed by Chirayu Desai
parent 392809274c
commit 18013c0379

View file

@ -14,6 +14,7 @@ internal class InstallIntentCreator(
private val installerToPackage = mapOf(
"org.fdroid.fdroid" to "org.fdroid.fdroid",
"org.fdroid.fdroid.privileged" to "org.fdroid.fdroid",
"org.fdroid.basic" to "org.fdroid.basic",
"com.aurora.store" to "com.aurora.store",
"com.aurora.services" to "com.aurora.store",
"com.android.vending" to "com.android.vending"