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

Commit 1060147d authored by Ying Wang's avatar Ying Wang Committed by Android Git Automerger
Browse files

am 80410b55: am 42c98ada: Still use ro.monkey

Merge commit '80410b55'

* commit '80410b55':
  Still use ro.monkey
parents 2e4ce0fc 80410b55
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -155,8 +155,7 @@ public class AccountManagerService
            new AtomicReference<AccountManagerService>();

    private static final boolean isDebuggableMonkeyBuild =
            SystemProperties.getBoolean("monkey.running", false)
                    && SystemProperties.getBoolean("ro.debuggable", false);
            SystemProperties.getBoolean("ro.monkey", false);
    private static final Account[] EMPTY_ACCOUNT_ARRAY = new Account[]{};

    static {