Merge "[Media TTT] Turn the TTT flag off for Android T." into tm-dev am: 3b84c43c1e am: 7dc5c76eab
Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/18934573 Change-Id: I6a54e71aad582c55386dac352d7bf8f2184a3bf8 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
@@ -152,7 +152,7 @@ public class Flags {
|
||||
|
||||
/***************************************/
|
||||
// 900 - media
|
||||
public static final BooleanFlag MEDIA_TAP_TO_TRANSFER = new BooleanFlag(900, true);
|
||||
public static final BooleanFlag MEDIA_TAP_TO_TRANSFER = new BooleanFlag(900, false);
|
||||
public static final BooleanFlag MEDIA_SESSION_ACTIONS = new BooleanFlag(901, false);
|
||||
public static final BooleanFlag MEDIA_NEARBY_DEVICES = new BooleanFlag(903, true);
|
||||
public static final BooleanFlag MEDIA_MUTE_AWAIT = new BooleanFlag(904, true);
|
||||
|
||||
Reference in New Issue
Block a user