Loading packages/SystemUI/src/com/android/systemui/statusbar/policy/BluetoothControllerImpl.java +2 −0 Original line number Diff line number Diff line Loading @@ -75,6 +75,8 @@ public class BluetoothControllerImpl implements BluetoothController, BluetoothCa @Override public boolean canConfigBluetooth() { return !mUserManager.hasUserRestriction(UserManager.DISALLOW_CONFIG_BLUETOOTH, UserHandle.of(mCurrentUser)) && !mUserManager.hasUserRestriction(UserManager.DISALLOW_BLUETOOTH, UserHandle.of(mCurrentUser)); } Loading Loading
packages/SystemUI/src/com/android/systemui/statusbar/policy/BluetoothControllerImpl.java +2 −0 Original line number Diff line number Diff line Loading @@ -75,6 +75,8 @@ public class BluetoothControllerImpl implements BluetoothController, BluetoothCa @Override public boolean canConfigBluetooth() { return !mUserManager.hasUserRestriction(UserManager.DISALLOW_CONFIG_BLUETOOTH, UserHandle.of(mCurrentUser)) && !mUserManager.hasUserRestriction(UserManager.DISALLOW_BLUETOOTH, UserHandle.of(mCurrentUser)); } Loading