Add developer only crude link device UX.

This commit is contained in:
Cody Henthorne
2025-08-01 14:49:11 -04:00
parent e29abdea91
commit f6ab408fc8
7 changed files with 540 additions and 2 deletions

View File

@@ -1049,7 +1049,7 @@ object RemoteConfig {
hotSwappable = false,
active = false
) { value ->
BuildConfig.MESSAGE_BACKUP_RESTORE_ENABLED || value.asBoolean(false)
BuildConfig.MESSAGE_BACKUP_RESTORE_ENABLED || BuildConfig.LINK_DEVICE_UX_ENABLED || value.asBoolean(false)
}
@JvmStatic