mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-21 09:20:19 +01:00
Add initial link+sync support.
This commit is contained in:
@@ -1135,5 +1135,13 @@ object RemoteConfig {
|
||||
hotSwappable = false
|
||||
)
|
||||
|
||||
/** Whether or not this device supports syncing data to newly-linked device. */
|
||||
@JvmStatic
|
||||
val linkAndSync: Boolean by remoteBoolean(
|
||||
key = "android.linkAndSync",
|
||||
defaultValue = false,
|
||||
hotSwappable = true
|
||||
)
|
||||
|
||||
// endregion
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user