Merge "Disable system toolbar feature" into tm-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
bf41e89645
@@ -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);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user