diff options
author | Anton Hansson <hansson@google.com> | 2020-10-15 20:19:14 +0000 |
---|---|---|
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2020-10-15 20:19:14 +0000 |
commit | f5e95d6a5f52f844f7de045a916dafa4054b10ba (patch) | |
tree | 4bfb62e454d00d9d51b0f432bb4b89ad6343b0a1 | |
parent | 59379bb43a1b739c08dbab8e036995e403fd8600 (diff) | |
parent | b79038389d866e84753f7decaa652fb6fa9f72c8 (diff) |
Merge "Update test-current.txt with removed MP APIs"
-rw-r--r-- | api/test-current.txt | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/api/test-current.txt b/api/test-current.txt index 2b76dd9be202..912f33c763cd 100644 --- a/api/test-current.txt +++ b/api/test-current.txt @@ -3173,12 +3173,6 @@ package android.provider { method @NonNull public static android.net.Uri setManageMode(@NonNull android.net.Uri); } - public final class MediaStore { - method @NonNull @WorkerThread public static android.net.Uri scanFile(@NonNull android.content.ContentResolver, @NonNull java.io.File); - method @WorkerThread public static void scanVolume(@NonNull android.content.ContentResolver, @NonNull String); - method @WorkerThread public static void waitForIdle(@NonNull android.content.ContentResolver); - } - public final class Settings { field public static final String ACTION_ENTERPRISE_PRIVACY_SETTINGS = "android.settings.ENTERPRISE_PRIVACY_SETTINGS"; field public static final String ACTION_MANAGE_APP_OVERLAY_PERMISSION = "android.settings.MANAGE_APP_OVERLAY_PERMISSION"; |