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

Commit 28b66559 authored by Martin Brabham's avatar Martin Brabham
Browse files

Disable NIAP until we sort out pairing loss issues.

Bug:
Test: manual
Change-Id: I1553f84e600e6d5f8f3b0bee96b64612a9ffcc7a
parent 321fe1ea
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;
    }

    /**