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:
@@ -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