Prepare to show backups megaphone to beta users.

This commit is contained in:
Greyson Parrelli
2025-11-11 16:10:38 -05:00
committed by Alex Hart
parent ad45ca1fcc
commit 7adcc466ad
3 changed files with 12 additions and 2 deletions

View File

@@ -1197,5 +1197,13 @@ object RemoteConfig {
defaultValue = false,
hotSwappable = true
)
@JvmStatic
@get:JvmName("backupsBetaMegaphone")
val backupsBetaMegaphone: Boolean by remoteBoolean(
key = "android.backupsBetaMegaphone",
defaultValue = false,
hotSwappable = true
)
// endregion
}