Rotate the android.cameraXModelBlockList and android.cameraXMixedModelBlockList flags.

This commit is contained in:
Greyson Parrelli
2026-02-25 12:23:52 -05:00
committed by Cody Henthorne
parent c37bb96aab
commit 48f4e1ddc6

View File

@@ -797,14 +797,14 @@ object RemoteConfig {
/** A comma-separated list of manufacturers that should *not* use CameraX. */ /** A comma-separated list of manufacturers that should *not* use CameraX. */
val cameraXModelBlocklist: String by remoteString( val cameraXModelBlocklist: String by remoteString(
key = "android.cameraXModelBlockList.2", key = "android.cameraXModelBlockList.3",
defaultValue = "", defaultValue = "",
hotSwappable = true hotSwappable = true
) )
/** A comma-separated list of manufacturers that should *not* use CameraX mixed mode. */ /** A comma-separated list of manufacturers that should *not* use CameraX mixed mode. */
val cameraXMixedModelBlocklist: String by remoteString( val cameraXMixedModelBlocklist: String by remoteString(
key = "android.cameraXMixedModelBlockList", key = "android.cameraXMixedModelBlockList.2",
defaultValue = "", defaultValue = "",
hotSwappable = false hotSwappable = false
) )