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

Commit 1403ee62 authored by Igor Zaslavsky's avatar Igor Zaslavsky Committed by Android (Google) Code Review
Browse files

Merge "Address Unflagged API: android" into main

parents 3bedf688 c7a0f992
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -8,9 +8,7 @@ package android {
    field public static final String CONTROL_AUTOMOTIVE_GNSS = "android.permission.CONTROL_AUTOMOTIVE_GNSS";
    field public static final String GET_INTENT_SENDER_INTENT = "android.permission.GET_INTENT_SENDER_INTENT";
    field public static final String MAKE_UID_VISIBLE = "android.permission.MAKE_UID_VISIBLE";
    field public static final String MANAGE_REMOTE_AUTH = "android.permission.MANAGE_REMOTE_AUTH";
    field public static final String USE_COMPANION_TRANSPORTS = "android.permission.USE_COMPANION_TRANSPORTS";
    field public static final String USE_REMOTE_AUTH = "android.permission.USE_REMOTE_AUTH";
  }

}
+0 −2
Original line number Diff line number Diff line
@@ -30,7 +30,6 @@ package android {
    field public static final String MANAGE_APP_OPS_MODES = "android.permission.MANAGE_APP_OPS_MODES";
    field public static final String MANAGE_CRATES = "android.permission.MANAGE_CRATES";
    field public static final String MANAGE_NOTIFICATION_LISTENERS = "android.permission.MANAGE_NOTIFICATION_LISTENERS";
    field public static final String MANAGE_REMOTE_AUTH = "android.permission.MANAGE_REMOTE_AUTH";
    field public static final String MANAGE_ROLLBACKS = "android.permission.MANAGE_ROLLBACKS";
    field public static final String MANAGE_TOAST_RATE_LIMITING = "android.permission.MANAGE_TOAST_RATE_LIMITING";
    field public static final String MODIFY_HDR_CONVERSION_MODE = "android.permission.MODIFY_HDR_CONVERSION_MODE";
@@ -58,7 +57,6 @@ package android {
    field public static final String TEST_INPUT_METHOD = "android.permission.TEST_INPUT_METHOD";
    field public static final String TEST_MANAGE_ROLLBACKS = "android.permission.TEST_MANAGE_ROLLBACKS";
    field public static final String UPGRADE_RUNTIME_PERMISSIONS = "android.permission.UPGRADE_RUNTIME_PERMISSIONS";
    field public static final String USE_REMOTE_AUTH = "android.permission.USE_REMOTE_AUTH";
    field public static final String WRITE_ALLOWLISTED_DEVICE_CONFIG = "android.permission.WRITE_ALLOWLISTED_DEVICE_CONFIG";
    field public static final String WRITE_DEVICE_CONFIG = "android.permission.WRITE_DEVICE_CONFIG";
    field @Deprecated public static final String WRITE_MEDIA_STORAGE = "android.permission.WRITE_MEDIA_STORAGE";
+2 −2
Original line number Diff line number Diff line
@@ -2108,12 +2108,12 @@
        android:protectionLevel="signature" />

    <!-- Allows direct access to the <RemoteAuth>Service interfaces.
         @hide @TestApi @SystemApi(client=android.annotation.SystemApi.Client.MODULE_LIBRARIES) -->
         @hide -->
    <permission android:name="android.permission.MANAGE_REMOTE_AUTH"
                android:protectionLevel="signature" />

    <!-- Allows direct access to the <RemoteAuth>Service authentication methods.
         @hide @TestApi @SystemApi(client=android.annotation.SystemApi.Client.MODULE_LIBRARIES) -->
         @hide -->
    <permission android:name="android.permission.USE_REMOTE_AUTH"
                android:protectionLevel="signature" />