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

Commit c54b8b11 authored by Tomasz Mikolajewski's avatar Tomasz Mikolajewski
Browse files

Remove no longer used FLAG_ARCHIVE.

Change-Id: I4e5da71e5269b639e9f00080c949681a60f53a57
Test: Compiles.
Bug: 31783726
parent 9cf75061
Loading
Loading
Loading
Loading
+0 −13
Original line number Diff line number Diff line
@@ -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}.
         * <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,