summaryrefslogtreecommitdiff
path: root/8/sdk_library/system/framework-mediaprovider.txt
diff options
context:
space:
mode:
Diffstat (limited to '8/sdk_library/system/framework-mediaprovider.txt')
-rw-r--r--8/sdk_library/system/framework-mediaprovider.txt16
1 files changed, 16 insertions, 0 deletions
diff --git a/8/sdk_library/system/framework-mediaprovider.txt b/8/sdk_library/system/framework-mediaprovider.txt
new file mode 100644
index 0000000..cf915e4
--- /dev/null
+++ b/8/sdk_library/system/framework-mediaprovider.txt
@@ -0,0 +1,16 @@
+// Signature format: 2.0
+package android.provider {
+
+ public final class MediaStore {
+ method @NonNull public static android.net.Uri rewriteToLegacy(@NonNull android.net.Uri);
+ 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);
+ field public static final String ACTION_USER_SELECT_IMAGES_FOR_APP = "android.provider.action.USER_SELECT_IMAGES_FOR_APP";
+ field public static final String AUTHORITY_LEGACY = "media_legacy";
+ field @NonNull public static final android.net.Uri AUTHORITY_LEGACY_URI;
+ field public static final String QUERY_ARG_DEFER_SCAN = "android:query-arg-defer-scan";
+ }
+
+}
+