/* AUTO-GENERATED FILE. DO NOT MODIFY. * * This class was automatically generated by the * aapt tool from the resource data it found. It * should not be modified by hand. */ package com.android.providers.downloads; public final class Manifest { public static final class permission { /** Allows an app to access all downloads in the system via the /all_downloads/ URIs. The protection level could be relaxed in the future to support third-party download managers. */ public static final String ACCESS_ALL_DOWNLOADS="android.permission.ACCESS_ALL_DOWNLOADS"; /** Allows access to the Download Manager */ public static final String ACCESS_DOWNLOAD_MANAGER="android.permission.ACCESS_DOWNLOAD_MANAGER"; /** Allows advanced access to the Download Manager */ public static final String ACCESS_DOWNLOAD_MANAGER_ADVANCED="android.permission.ACCESS_DOWNLOAD_MANAGER_ADVANCED"; /** Allows to download non-purgeable files to the cache partition through the public API */ public static final String DOWNLOAD_CACHE_NON_PURGEABLE="android.permission.DOWNLOAD_CACHE_NON_PURGEABLE"; /** Allows to queue downloads without a notification shown while the download runs. */ public static final String DOWNLOAD_WITHOUT_NOTIFICATION="android.permission.DOWNLOAD_WITHOUT_NOTIFICATION"; /** Allows to send download completed intents */ public static final String SEND_DOWNLOAD_COMPLETED_INTENTS="android.permission.SEND_DOWNLOAD_COMPLETED_INTENTS"; } }