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

Commit ddcd68cd 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 am: 6396e0c4

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

Change-Id: Id3f5d4dd2f2ef4b87fee1beab913d8af7e0edaa9
parents 5c60e6d5 6396e0c4
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
@@ -689,7 +689,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 =