Browse Source

android remove "gen" folder from git.

masoud bh 10 years ago
parent
commit
9d540afd1c

+ 0 - 6
platform/android/libs/downloader_library/gen/com/android/vending/expansion/downloader/BuildConfig.java

@@ -1,6 +0,0 @@
-/** Automatically generated file. DO NOT MODIFY */
-package com.android.vending.expansion.downloader;
-
-public final class BuildConfig {
-    public final static boolean DEBUG = false;
-}

+ 0 - 73
platform/android/libs/downloader_library/gen/com/android/vending/expansion/downloader/R.java

@@ -1,73 +0,0 @@
-/* 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.vending.expansion.downloader;
-
-public final class R {
-    public static final class attr {
-    }
-    public static final class drawable {
-        public static int notify_panel_notification_icon_bg=0x7f020000;
-    }
-    public static final class id {
-        public static int appIcon=0x7f060001;
-        public static int description=0x7f060007;
-        public static int notificationLayout=0x7f060000;
-        public static int progress_bar=0x7f060006;
-        public static int progress_bar_frame=0x7f060005;
-        public static int progress_text=0x7f060002;
-        public static int time_remaining=0x7f060004;
-        public static int title=0x7f060003;
-    }
-    public static final class layout {
-        public static int status_bar_ongoing_event_progress_bar=0x7f030000;
-    }
-    public static final class string {
-        public static int kilobytes_per_second=0x7f040014;
-        /**  When a download completes, a notification is displayed, and this
-        string is used to indicate that the download successfully completed.
-        Note that such a download could have been initiated by a variety of
-        applications, including (but not limited to) the browser, an email
-        application, a content marketplace. 
-         */
-        public static int notification_download_complete=0x7f040000;
-        /**  When a download completes, a notification is displayed, and this
-        string is used to indicate that the download failed.
-        Note that such a download could have been initiated by a variety of
-        applications, including (but not limited to) the browser, an email
-        application, a content marketplace. 
-         */
-        public static int notification_download_failed=0x7f040001;
-        public static int state_completed=0x7f040007;
-        public static int state_connecting=0x7f040005;
-        public static int state_downloading=0x7f040006;
-        public static int state_failed=0x7f040013;
-        public static int state_failed_cancelled=0x7f040012;
-        public static int state_failed_fetching_url=0x7f040010;
-        public static int state_failed_sdcard_full=0x7f040011;
-        public static int state_failed_unlicensed=0x7f04000f;
-        public static int state_fetching_url=0x7f040004;
-        public static int state_idle=0x7f040003;
-        public static int state_paused_by_request=0x7f04000a;
-        public static int state_paused_network_setup_failure=0x7f040009;
-        public static int state_paused_network_unavailable=0x7f040008;
-        public static int state_paused_roaming=0x7f04000d;
-        public static int state_paused_sdcard_unavailable=0x7f04000e;
-        public static int state_paused_wifi_disabled=0x7f04000c;
-        public static int state_paused_wifi_unavailable=0x7f04000b;
-        public static int state_unknown=0x7f040002;
-        public static int time_remaining=0x7f040015;
-        public static int time_remaining_notification=0x7f040016;
-    }
-    public static final class style {
-        public static int ButtonBackground=0x7f050003;
-        public static int NotificationText=0x7f050000;
-        public static int NotificationTextSecondary=0x7f050004;
-        public static int NotificationTextShadow=0x7f050001;
-        public static int NotificationTitle=0x7f050002;
-    }
-}