You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
690 B
15 lines
690 B
// 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 AUTHORITY_LEGACY = "media_legacy";
|
|
field @NonNull public static final android.net.Uri AUTHORITY_LEGACY_URI;
|
|
}
|
|
|
|
}
|
|
|