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

Commit 6f13e973 authored by Dan Sandler's avatar Dan Sandler
Browse files

Fix javadoc xrefs.

Change-Id: Iadde9e2ddf500b28373838cfe38ab7b677f80ce5
Fixes: 71866610
Test: make docs
parent 8e861350
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";