Enable system selection toolbar
Bug: 219664390 Test: manual. Clear flags and the system toobar is enabled by default. Change-Id: Ifa0af8a6035cce56d7ba60823c860f99a4922731
This commit is contained in:
@@ -105,7 +105,7 @@ public final class SelectionToolbarManager {
|
||||
|
||||
private boolean isRemoteSelectionToolbarEnabled() {
|
||||
return DeviceConfig.getBoolean(DeviceConfig.NAMESPACE_SELECTION_TOOLBAR,
|
||||
REMOTE_SELECTION_TOOLBAR_ENABLED, false);
|
||||
REMOTE_SELECTION_TOOLBAR_ENABLED, true);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user