/* 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 net.impjq.download; public final class Manifest { public static final class permission { /** 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"; public static final String SEE_ALL_EXTERNAL="android.permission.SEE_ALL_EXTERNAL"; /** Allows to send download completed intents */ public static final String SEND_DOWNLOAD_COMPLETED_INTENTS="android.permission.SEND_DOWNLOAD_COMPLETED_INTENTS"; } }