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

Commit 80410b55 authored by Ying Wang's avatar Ying Wang Committed by Android Git Automerger
Browse files

am 42c98ada: Still use ro.monkey

Merge commit '42c98ada' into eclair-plus-aosp

* commit '42c98ada':
  Still use ro.monkey
parents 95eeedfe 42c98ada
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -152,8 +152,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 {