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

Commit e1a39c17 authored by Jeff Sharkey's avatar Jeff Sharkey
Browse files

Documentation based on API council feedback.

Bug: 128414269
Test: none
Change-Id: I5c72dbb9bfb626d1a26aea88fcd6b5fc38cb6f01
parent d4b81682
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -3344,6 +3344,10 @@ public final class MediaStore {
     * substantial changes, and that data should be rescanned.
     * <p>
     * No other assumptions should be made about the meaning of the version.
     *
     * @param volumeName specific volume to obtain an opaque version string for.
     *            Must be one of the values returned from
     *            {@link #getAllVolumeNames(Context)}.
     */
    public static @NonNull String getVersion(@NonNull Context context, @NonNull String volumeName) {
        final ContentResolver resolver = context.getContentResolver();