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

Commit 85af2117 authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Removes FlaggedApi for ACCESSIBILITY_MOTION_EVENT_OBSERVING" into main

parents b843a7a6 479d804c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2,7 +2,7 @@
package android {

  public static final class Manifest.permission {
    field @FlaggedApi("com.android.server.accessibility.motion_event_observing") public static final String ACCESSIBILITY_MOTION_EVENT_OBSERVING = "android.permission.ACCESSIBILITY_MOTION_EVENT_OBSERVING";
    field public static final String ACCESSIBILITY_MOTION_EVENT_OBSERVING = "android.permission.ACCESSIBILITY_MOTION_EVENT_OBSERVING";
    field public static final String ACCESS_NOTIFICATIONS = "android.permission.ACCESS_NOTIFICATIONS";
    field public static final String ACTIVITY_EMBEDDING = "android.permission.ACTIVITY_EMBEDDING";
    field public static final String ADJUST_RUNTIME_PERMISSIONS_POLICY = "android.permission.ADJUST_RUNTIME_PERMISSIONS_POLICY";
+2 −0
Original line number Diff line number Diff line
@@ -1977,6 +1977,8 @@ Todo: android.window.WindowContainerTransaction#setActivityWindowingMode(android
    Documentation mentions 'TODO'


UnflaggedApi: android.Manifest.permission#ACCESSIBILITY_MOTION_EVENT_OBSERVING:
    New API must be flagged with @FlaggedApi: field android.Manifest.permission.ACCESSIBILITY_MOTION_EVENT_OBSERVING
UnflaggedApi: android.Manifest.permission#MANAGE_REMOTE_AUTH:
    New API must be flagged with @FlaggedApi: field android.Manifest.permission.MANAGE_REMOTE_AUTH
UnflaggedApi: android.Manifest.permission#RESERVED_FOR_TESTING_SIGNATURE:
+3 −4
Original line number Diff line number Diff line
@@ -5405,10 +5405,9 @@
    <permission android:name="android.permission.CHANGE_ACCESSIBILITY_VOLUME"
                android:protectionLevel="signature" />

    <!-- @FlaggedApi("com.android.server.accessibility.motion_event_observing")
    @hide
    @TestApi
    Allows an accessibility service to observe motion events without consuming them. -->
    <!-- @TestApi Allows an accessibility service to observe motion events
         without consuming them.
         @hide -->
    <permission android:name="android.permission.ACCESSIBILITY_MOTION_EVENT_OBSERVING"
                android:protectionLevel="signature" />