Disable system toolbar feature

The feature is punting to QPR1, disable feature by flag first. The
feature will strip from the build in the follow up change.

Bug: 190030331
Test: manual. Clear flag and make sure the feature is disable.
Change-Id: Id5e0efeff0465890a5d26ef10b6e54359f569317
This commit is contained in:
Joanne Chung
2022-03-04 13:55:17 +08:00
parent 1a337e9ce5
commit 7f357d45d1

View File

@@ -105,7 +105,7 @@ public final class SelectionToolbarManager {
private boolean isRemoteSelectionToolbarEnabled() {
return DeviceConfig.getBoolean(DeviceConfig.NAMESPACE_SELECTION_TOOLBAR,
REMOTE_SELECTION_TOOLBAR_ENABLED, true);
REMOTE_SELECTION_TOOLBAR_ENABLED, false);
}
/**