Loading android/app/src/com/android/bluetooth/btservice/AdapterService.java +2 −1 Original line number Diff line number Diff line Loading @@ -2870,7 +2870,8 @@ public class AdapterService extends Service { } private boolean isSingleUserMode() { return UserManager.get(this).hasUserRestriction(UserManager.DISALLOW_ADD_USER); // TODO(optedoblivion): Disable for now, re-enable with ADB command. return false; } /** Loading Loading
android/app/src/com/android/bluetooth/btservice/AdapterService.java +2 −1 Original line number Diff line number Diff line Loading @@ -2870,7 +2870,8 @@ public class AdapterService extends Service { } private boolean isSingleUserMode() { return UserManager.get(this).hasUserRestriction(UserManager.DISALLOW_ADD_USER); // TODO(optedoblivion): Disable for now, re-enable with ADB command. return false; } /** Loading