Loading core/api/system-current.txt +1 −0 Original line number Original line Diff line number Diff line Loading @@ -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"; Loading core/res/AndroidManifest.xml +8 −0 Original line number Original line Diff line number Diff line Loading @@ -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. Loading Loading
core/api/system-current.txt +1 −0 Original line number Original line Diff line number Diff line Loading @@ -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"; Loading
core/res/AndroidManifest.xml +8 −0 Original line number Original line Diff line number Diff line Loading @@ -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. Loading