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:
Joanne Chung
2022-02-15 16:27:21 +08:00
parent 4a300e6471
commit 318b38d898

View File

@@ -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);
}
/**