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

Commit 4735349d authored by Hongwei Wang's avatar Hongwei Wang Committed by Android (Google) Code Review
Browse files

Merge "Add ROTATE_SURFACE_FLINGER permission"

parents fb39e67a 01067569
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -210,6 +210,7 @@ package android {
    field public static final String RETRIEVE_WINDOW_CONTENT = "android.permission.RETRIEVE_WINDOW_CONTENT";
    field public static final String RETRIEVE_WINDOW_CONTENT = "android.permission.RETRIEVE_WINDOW_CONTENT";
    field public static final String REVIEW_ACCESSIBILITY_SERVICES = "android.permission.REVIEW_ACCESSIBILITY_SERVICES";
    field public static final String REVIEW_ACCESSIBILITY_SERVICES = "android.permission.REVIEW_ACCESSIBILITY_SERVICES";
    field public static final String REVOKE_RUNTIME_PERMISSIONS = "android.permission.REVOKE_RUNTIME_PERMISSIONS";
    field public static final String REVOKE_RUNTIME_PERMISSIONS = "android.permission.REVOKE_RUNTIME_PERMISSIONS";
    field public static final String ROTATE_SURFACE_FLINGER = "android.permission.ROTATE_SURFACE_FLINGER";
    field public static final String SCORE_NETWORKS = "android.permission.SCORE_NETWORKS";
    field public static final String SCORE_NETWORKS = "android.permission.SCORE_NETWORKS";
    field public static final String SECURE_ELEMENT_PRIVILEGED_OPERATION = "android.permission.SECURE_ELEMENT_PRIVILEGED_OPERATION";
    field public static final String SECURE_ELEMENT_PRIVILEGED_OPERATION = "android.permission.SECURE_ELEMENT_PRIVILEGED_OPERATION";
    field public static final String SEND_CATEGORY_CAR_NOTIFICATIONS = "android.permission.SEND_CATEGORY_CAR_NOTIFICATIONS";
    field public static final String SEND_CATEGORY_CAR_NOTIFICATIONS = "android.permission.SEND_CATEGORY_CAR_NOTIFICATIONS";
+8 −0
Original line number Original line Diff line number Diff line
@@ -3960,6 +3960,14 @@
    <permission android:name="android.permission.ACCESS_SURFACE_FLINGER"
    <permission android:name="android.permission.ACCESS_SURFACE_FLINGER"
        android:protectionLevel="signature" />
        android:protectionLevel="signature" />


    <!-- @SystemApi Allows an application to rotate a surface by arbitrary degree.
         This is a sub-feature of ACCESS_SURFACE_FLINGER and can be granted in a more concrete way.
         <p>Not for use by third-party applications.
         @hide
    -->
    <permission android:name="android.permission.ROTATE_SURFACE_FLINGER"
        android:protectionLevel="signature|recents" />

    <!-- Allows an application to take screen shots and more generally
    <!-- Allows an application to take screen shots and more generally
         get access to the frame buffer data.
         get access to the frame buffer data.
         <p>Not for use by third-party applications.
         <p>Not for use by third-party applications.