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

Commit 24c10062 authored by Ying Wang's avatar Ying Wang Committed by Android Git Automerger
Browse files

am 5c529a0c: am 08fa1428: Rename ro.monkey to monkey.running

Merge commit '5c529a0c'

* commit '5c529a0c':
  Rename ro.monkey to monkey.running
parents 1337b012 5c529a0c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -155,7 +155,7 @@ public class AccountManagerService
            new AtomicReference<AccountManagerService>();

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