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

Commit 64c8e13b authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Fix javadoc xrefs." into pi-dev

parents 2bb62683 6f13e973
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";