am a13a02cd: New permission for non-purgeable cache downloads.
Merge commit 'a13a02cd0ec6c0584fc2423feb974d77d0945964' into gingerbread-plus-aosp * commit 'a13a02cd0ec6c0584fc2423feb974d77d0945964': New permission for non-purgeable cache downloads.
This commit is contained in:
@@ -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
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user