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

Commit c736e8cf authored by Quddus Chong's avatar Quddus Chong Committed by Android Git Automerger
Browse files

am f0ab39c1: Merge "Fixed broken link in UiAutomation.setRunAsMonkey() method...

am f0ab39c1: Merge "Fixed broken link in UiAutomation.setRunAsMonkey() method description. bug: 19711873" into lmp-mr1-dev

* commit 'f0ab39c1':
  Fixed broken link in UiAutomation.setRunAsMonkey() method description. bug: 19711873
parents 8ba1380f f0ab39c1
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -690,7 +690,7 @@ public final class UiAutomation {
     * potentially undesirable actions such as calling 911 or posting on public forums etc.
     *
     * @param enable whether to run in a "monkey" mode or not. Default is not.
     * @see {@link android.app.ActivityManager#isUserAMonkey()}
     * @see ActivityManager#isUserAMonkey()
     */
    public void setRunAsMonkey(boolean enable) {
        synchronized (mLock) {