Merge "Fix Settings usb preference search" into sc-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
4174cf1b28
@@ -107,7 +107,7 @@ public class UsbDetailsFragment extends DashboardFragment {
|
|||||||
@Override
|
@Override
|
||||||
protected boolean isPageSearchEnabled(Context context) {
|
protected boolean isPageSearchEnabled(Context context) {
|
||||||
return checkIfUsbDataSignalingIsDisabled(
|
return checkIfUsbDataSignalingIsDisabled(
|
||||||
context, UserHandle.myUserId()) != null;
|
context, UserHandle.myUserId()) == null;
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
Reference in New Issue
Block a user