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

Commit a9f6a9b7 authored by Quddus Chong's avatar Quddus Chong
Browse files

Fixed broken link in UiAutomation.setRunAsMonkey() method description.

bug: 19711873

Change-Id: I4ebb50e03e6e979486ebd3a7c15f21358734574e
parent 922946ea
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line 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.
     * 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.
     * @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) {
    public void setRunAsMonkey(boolean enable) {
        synchronized (mLock) {
        synchronized (mLock) {