Loading core/java/android/provider/Downloads.java +7 −0 Original line number Diff line number Diff line Loading @@ -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 */ Loading Loading
core/java/android/provider/Downloads.java +7 −0 Original line number Diff line number Diff line Loading @@ -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 */ Loading