Rotate the cameraXModelBlocklist.

We think the new camera could solve all or most of our issues, so let's
start fresh.
This commit is contained in:
Greyson Parrelli
2026-02-02 15:36:56 -05:00
parent b9dc2d3969
commit e9f2580bb8

View File

@@ -786,7 +786,7 @@ object RemoteConfig {
/** A comma-separated list of manufacturers that should *not* use CameraX. */
val cameraXModelBlocklist: String by remoteString(
key = "android.cameraXModelBlockList",
key = "android.cameraXModelBlockList.2",
defaultValue = "",
hotSwappable = true
)