Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 02c41a43 authored by Martin Brabham's avatar Martin Brabham Committed by Android (Google) Code Review
Browse files

Merge "Disable NIAP until we sort out pairing loss issues."

parents 55a26771 28b66559
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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;
    }

    /**