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:
parent
392809274c
commit
18013c0379
1 changed files with 1 additions and 0 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue