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

Commit c7a0f992 authored by Igor Zaslavsky's avatar Igor Zaslavsky
Browse files

Address Unflagged API: android

@hide MANAGE and USE REMOUTE_AUTH Apis

Test: loaded on device.
Bug: 304478692
Bug: 290092977
Bug: 300522527
Change-Id: I8152dd037a278f60bdbc13c74cc51ac3f563b9f0
parent 4c5adb32
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" />