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

Commit 73615ba5 authored by Dan Sandler's avatar Dan Sandler Committed by android-build-merger
Browse files

Merge "Fix javadoc xrefs." into pi-dev

am: 64c8e13b

Change-Id: I0b60bdee8deae071907fc657d993913ae506d66a
parents 89e3d476 64c8e13b
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -45,8 +45,8 @@ public class QuickViewConstants {
     * Feature to delete an individual document. Quick viewer implementations must use
     * Storage Access Framework to both verify delete permission and to delete content.
     *
     * @see DocumentsContract#Document#FLAG_SUPPORTS_DELETE
     * @see DocumentsContract#deleteDocument(ContentResolver resolver, Uri documentUri)
     * @see DocumentsContract.Document#FLAG_SUPPORTS_DELETE
     * @see DocumentsContract#deleteDocument(ContentResolver, Uri)
     */
    public static final String FEATURE_DELETE = "android:delete";