Enable key transparency for internal users.

This commit is contained in:
Michelle Tang
2026-02-02 17:46:19 -05:00
parent e9f2580bb8
commit 1ddde6ab92
9 changed files with 45 additions and 38 deletions

View File

@@ -1226,18 +1226,6 @@ object RemoteConfig {
hotSwappable = true
)
/**
* Whether or not to show any UI related to key transparency
*/
@JvmStatic
@get:JvmName("keyTransparency")
val keyTransparency: Boolean by remoteBoolean(
key = "android.keyTransparency",
active = false,
defaultValue = false,
hotSwappable = true
)
/**
* Whether or not the new UX for unified local backups is enabled
*/