Turn on clipboard remote behavior in teamfood
Turns on the remote flag, which allows the copy UI to persist for longer when coming from a remote device (with an appropriate extra in the ClipData). Bug: 246808749 Test: manual Change-Id: Ia75e994749fa30e0ced6572823d1460d53495168
This commit is contained in:
@@ -388,7 +388,9 @@ object Flags {
|
||||
|
||||
// 1700 - clipboard
|
||||
@JvmField val CLIPBOARD_OVERLAY_REFACTOR = releasedFlag(1700, "clipboard_overlay_refactor")
|
||||
@JvmField val CLIPBOARD_REMOTE_BEHAVIOR = unreleasedFlag(1701, "clipboard_remote_behavior")
|
||||
@JvmField
|
||||
val CLIPBOARD_REMOTE_BEHAVIOR =
|
||||
unreleasedFlag(1701, "clipboard_remote_behavior", teamfood = true)
|
||||
|
||||
// 1800 - shade container
|
||||
@JvmField
|
||||
|
||||
Reference in New Issue
Block a user