From c54b8b11af3e55dbc4e9e4616024334c0a945289 Mon Sep 17 00:00:00 2001 From: Tomasz Mikolajewski Date: Fri, 30 Sep 2016 16:58:49 +0900 Subject: [PATCH] Remove no longer used FLAG_ARCHIVE. Change-Id: I4e5da71e5269b639e9f00080c949681a60f53a57 Test: Compiles. Bug: 31783726 --- core/java/android/provider/DocumentsContract.java | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/core/java/android/provider/DocumentsContract.java b/core/java/android/provider/DocumentsContract.java index 98371f444c78b..41e154169ebd4 100644 --- a/core/java/android/provider/DocumentsContract.java +++ b/core/java/android/provider/DocumentsContract.java @@ -371,19 +371,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}. - *

- * The provider 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,