diff options
| author | 2023-10-24 22:25:25 +0000 | |
|---|---|---|
| committer | 2023-10-24 22:25:25 +0000 | |
| commit | bce1ce8af3ae2f3bbdff6eb978545f465e933d1b (patch) | |
| tree | 162a15c0b41e52c4b855c2a83dadeecc0528d65f | |
| parent | be1be92edf567d147f534854917af6fbee590379 (diff) | |
| parent | 2f3fb961d41702c1b23731013322f24811265115 (diff) | |
Merge "Address Unflagged API: android" into main
| -rw-r--r-- | core/api/module-lib-current.txt | 1 | ||||
| -rw-r--r-- | core/java/android/content/Context.java | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/core/api/module-lib-current.txt b/core/api/module-lib-current.txt index 2af3c34bf2c4..5bbff0b0b52f 100644 --- a/core/api/module-lib-current.txt +++ b/core/api/module-lib-current.txt @@ -120,7 +120,6 @@ package android.content { method @NonNull public android.os.IBinder getProcessToken(); method @NonNull public android.os.UserHandle getUser(); field public static final String PAC_PROXY_SERVICE = "pac_proxy"; - field public static final String REMOTE_AUTH_SERVICE = "remote_auth"; field public static final String TEST_NETWORK_SERVICE = "test_network"; } diff --git a/core/java/android/content/Context.java b/core/java/android/content/Context.java index 59bb73b5916d..7afc29cc0e3e 100644 --- a/core/java/android/content/Context.java +++ b/core/java/android/content/Context.java @@ -6370,7 +6370,6 @@ public abstract class Context { * @see android.remoteauth.RemoteAuthManager * @hide */ - @SystemApi(client = SystemApi.Client.MODULE_LIBRARIES) public static final String REMOTE_AUTH_SERVICE = "remote_auth"; /** |