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

Commit a08a0a7b authored by Steve Howard's avatar Steve Howard Committed by Android Git Automerger
Browse files

am a13a02cd: New permission for non-purgeable cache downloads.

Merge commit 'a13a02cd' into gingerbread-plus-aosp

* commit 'a13a02cd':
  New permission for non-purgeable cache downloads.
parents f8c335e8 a13a02cd
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -623,6 +623,13 @@ public final class Downloads {
        public static final String PERMISSION_SEND_INTENTS =
                "android.permission.SEND_DOWNLOAD_COMPLETED_INTENTS";

        /**
         * The permission to downloads files to the cache partition that won't be automatically
         * purged when space is needed.
         */
        public static final String PERMISSION_CACHE_NON_PURGEABLE =
                "android.permission.DOWNLOAD_CACHE_NON_PURGEABLE";

        /**
         * The content:// URI for the data table in the provider
         */