use microGInstaller if available & minor ui state fix

This commit is contained in:
Rahul Patel
2025-12-24 15:09:23 +05:30
parent dd7f495e26
commit 434d285732
10 changed files with 83 additions and 31 deletions

View File

@@ -69,4 +69,9 @@ object Constants {
const val PACKAGE_NAME_GMS = "com.google.android.gms"
const val PACKAGE_NAME_PLAY_STORE = "com.android.vending"
const val PACKAGE_NAME_APP_GALLERY = "com.huawei.appmarket"
// FLAVOURS
const val FLAVOUR_VANILLA = "vanilla"
const val FLAVOUR_HUAWEI = "huawei"
const val FLAVOUR_PRELOAD = "preload"
}