Rotate link+sync flag.

This commit is contained in:
Greyson Parrelli 2024-12-12 11:16:40 -05:00
parent 6f6d054c90
commit a93c1bc942

View file

@ -1129,7 +1129,7 @@ object RemoteConfig {
/** Whether or not this device supports syncing data to newly-linked device. */
@JvmStatic
val linkAndSync: Boolean by remoteBoolean(
key = "android.linkAndSync.2",
key = "android.linkAndSync.3",
defaultValue = false,
hotSwappable = true
)