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

Commit 4770a8cc authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Up limit from 1fps to 3fps for takeScreenshot" into sc-dev am: 8bbb015c

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/14966736

Change-Id: I75989d65efa89c9289af7203f4f335d79eb1c451
parents 1c053a9b 8bbb015c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -77,7 +77,7 @@ package android.accessibilityservice {
  }

  public abstract class AccessibilityService extends android.app.Service {
    field public static final int ACCESSIBILITY_TAKE_SCREENSHOT_REQUEST_INTERVAL_TIMES_MS = 1000; // 0x3e8
    field public static final int ACCESSIBILITY_TAKE_SCREENSHOT_REQUEST_INTERVAL_TIMES_MS = 333; // 0x14d
  }

  public class AccessibilityServiceInfo implements android.os.Parcelable {
+1 −1
Original line number Diff line number Diff line
@@ -685,7 +685,7 @@ public abstract class AccessibilityService extends Service {
     * @hide
     */
    @TestApi
    public static final int ACCESSIBILITY_TAKE_SCREENSHOT_REQUEST_INTERVAL_TIMES_MS = 1000;
    public static final int ACCESSIBILITY_TAKE_SCREENSHOT_REQUEST_INTERVAL_TIMES_MS = 333;

    /** @hide */
    public static final String KEY_ACCESSIBILITY_SCREENSHOT_STATUS =