Merge "Fix javadoc xrefs." into pi-dev

am: 64c8e13b2a

Change-Id: I0b60bdee8deae071907fc657d993913ae506d66a
This commit is contained in:
Dan Sandler
2018-04-10 09:11:41 -07:00
committed by android-build-merger

View File

@@ -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";