Revert "Revert "Flip off use of old Chooser targets by default.""
This reverts commit 94c73953e4.
Reason for revert: 90% of clicks use new targets - let's go for it.
Bug: 170144291
Change-Id: Ia899c15b691aeb27e75056ce5a7673a5be8a3490
This commit is contained in:
@@ -33,7 +33,7 @@ public class ChooserFlags {
|
||||
*/
|
||||
public static final boolean USE_SERVICE_TARGETS_FOR_DIRECT_TARGETS =
|
||||
DeviceConfig.getBoolean(DeviceConfig.NAMESPACE_SYSTEMUI,
|
||||
SystemUiDeviceConfigFlags.SHARE_USE_SERVICE_TARGETS, true);
|
||||
SystemUiDeviceConfigFlags.SHARE_USE_SERVICE_TARGETS, false);
|
||||
|
||||
/**
|
||||
* Whether to use {@link AppPredictionManager} to query for direct share targets (as opposed to
|
||||
|
||||
Reference in New Issue
Block a user