summaryrefslogtreecommitdiff
path: root/core/java/android
diff options
context:
space:
mode:
authorTomasz Mikolajewski <mtomasz@google.com>2016-10-27 00:56:28 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2016-10-27 00:56:31 +0000
commit1815241e78bcb206ebcd878ba5fe3d255e39a65c (patch)
treef55d3a6db4d5f7924fda712a4a5474b7924a5b64 /core/java/android
parenteb7af8b3cca721955384e57b6daddc308774e6c8 (diff)
parentc54b8b11af3e55dbc4e9e4616024334c0a945289 (diff)
Merge "Remove no longer used FLAG_ARCHIVE."
Diffstat (limited to 'core/java/android')
-rw-r--r--core/java/android/provider/DocumentsContract.java13
1 files changed, 0 insertions, 13 deletions
diff --git a/core/java/android/provider/DocumentsContract.java b/core/java/android/provider/DocumentsContract.java
index a8583249bcdc..1faada14e347 100644
--- a/core/java/android/provider/DocumentsContract.java
+++ b/core/java/android/provider/DocumentsContract.java
@@ -377,19 +377,6 @@ public final class DocumentsContract {
public static final int FLAG_SUPPORTS_REMOVE = 1 << 10;
/**
- * Flag indicating that a document is an archive, and it's contents can be
- * obtained via {@link DocumentsProvider#queryChildDocuments}.
- * <p>
- * The <em>provider</em> support library offers utility classes to add common
- * archive support.
- *
- * @see #COLUMN_FLAGS
- * @see DocumentsProvider#queryChildDocuments(String, String[], String)
- * @hide
- */
- public static final int FLAG_ARCHIVE = 1 << 15;
-
- /**
* Flag indicating that a document is not complete, likely its
* contents are being downloaded. Partial files cannot be opened,
* copied, moved in the UI. But they can be deleted and retried