mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-21 00:59:49 +01:00
Pre-Registration Restoration from Local Unified Backup.
This commit is contained in:
committed by
Cody Henthorne
parent
7e605fb6de
commit
c9dd332abd
@@ -18,6 +18,11 @@ object Environment {
|
||||
fun supportsGooglePlayBilling(): Boolean {
|
||||
return BuildConfig.APPLICATION_ID == GOOGLE_PLAY_BILLING_APPLICATION_ID
|
||||
}
|
||||
|
||||
@JvmStatic
|
||||
fun isNewFormatSupportedForLocalBackup(): Boolean {
|
||||
return BuildConfig.DEBUG || IS_NIGHTLY
|
||||
}
|
||||
}
|
||||
|
||||
object Donations {
|
||||
|
||||
@@ -1237,17 +1237,6 @@ object RemoteConfig {
|
||||
hotSwappable = true
|
||||
)
|
||||
|
||||
/**
|
||||
* Whether or not the new UX for unified local backups is enabled
|
||||
*/
|
||||
@JvmStatic
|
||||
@get:JvmName("unifiedLocalBackups")
|
||||
val unifiedLocalBackups: Boolean by remoteBoolean(
|
||||
key = "android.unifiedLocalBackups",
|
||||
defaultValue = false,
|
||||
hotSwappable = true
|
||||
)
|
||||
|
||||
/**
|
||||
* Whether to receive and display group member labels.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user