Rotate the link+sync flag.

This commit is contained in:
Greyson Parrelli 2024-11-20 09:50:05 -05:00
parent 2f4577531d
commit 115954ef40

View file

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