mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-02 00:17:41 +01:00
Rotate the android.cameraXModelBlockList and android.cameraXMixedModelBlockList flags.
This commit is contained in:
committed by
Cody Henthorne
parent
c37bb96aab
commit
48f4e1ddc6
@@ -797,14 +797,14 @@ object RemoteConfig {
|
||||
|
||||
/** A comma-separated list of manufacturers that should *not* use CameraX. */
|
||||
val cameraXModelBlocklist: String by remoteString(
|
||||
key = "android.cameraXModelBlockList.2",
|
||||
key = "android.cameraXModelBlockList.3",
|
||||
defaultValue = "",
|
||||
hotSwappable = true
|
||||
)
|
||||
|
||||
/** A comma-separated list of manufacturers that should *not* use CameraX mixed mode. */
|
||||
val cameraXMixedModelBlocklist: String by remoteString(
|
||||
key = "android.cameraXMixedModelBlockList",
|
||||
key = "android.cameraXMixedModelBlockList.2",
|
||||
defaultValue = "",
|
||||
hotSwappable = false
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user