Inline and enable the SSRE2 config.

This commit is contained in:
Greyson Parrelli
2025-01-06 12:27:27 -05:00
parent 6643256d54
commit 0655b6f767
6 changed files with 6 additions and 16 deletions

View File

@@ -1127,13 +1127,5 @@ object RemoteConfig {
hotSwappable = true
)
/** Whether or not this device supports the new storage service recordIkm encryption. */
@JvmStatic
val storageServiceEncryptionV2: Boolean by remoteBoolean(
key = "android.ssre2",
defaultValue = false,
hotSwappable = true
)
// endregion
}