Add education sheet for key transparency.

This commit is contained in:
Michelle Tang
2026-01-12 11:59:37 -05:00
parent 6a423cb18b
commit 5759609a11
6 changed files with 227 additions and 0 deletions

View File

@@ -1233,5 +1233,18 @@ object RemoteConfig {
defaultValue = false,
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
)
// endregion
}