Merge "Disable system toolbar feature" into tm-dev

This commit is contained in:
TreeHugger Robot
2022-03-04 12:29:52 +00:00
committed by Android (Google) Code Review

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