mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-24 10:51:27 +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. */
|
/** 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
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user