OSDN Git Service

Initial Contribution
authorThe Android Open Source Project <initial-contribution@android.com>
Tue, 21 Oct 2008 14:00:00 +0000 (07:00 -0700)
committerThe Android Open Source Project <initial-contribution@android.com>
Tue, 21 Oct 2008 14:00:00 +0000 (07:00 -0700)
commit57f55b3cb4f7e4136cde8d1ea12c1e70ec903362
tree627c44eef7eb87514d987b5bce439eb9cb79be99
Initial Contribution
21 files changed:
Android.mk [new file with mode: 0644]
AndroidManifest.xml [new file with mode: 0644]
MODULE_LICENSE_APACHE2 [new file with mode: 0644]
NOTICE [new file with mode: 0644]
res/layout/status_bar_ongoing_event_progress_bar.xml [new file with mode: 0644]
res/values-de-rDE/strings.xml [new file with mode: 0644]
res/values-en-rGB/strings.xml [new file with mode: 0644]
res/values-es-rUS/strings.xml [new file with mode: 0644]
res/values-fr-rFR/strings.xml [new file with mode: 0644]
res/values-it-rIT/strings.xml [new file with mode: 0644]
res/values-zh-rTW/strings.xml [new file with mode: 0644]
res/values/strings.xml [new file with mode: 0644]
src/com/android/providers/downloads/Constants.java [new file with mode: 0644]
src/com/android/providers/downloads/DownloadFileInfo.java [new file with mode: 0644]
src/com/android/providers/downloads/DownloadInfo.java [new file with mode: 0644]
src/com/android/providers/downloads/DownloadNotification.java [new file with mode: 0644]
src/com/android/providers/downloads/DownloadProvider.java [new file with mode: 0644]
src/com/android/providers/downloads/DownloadReceiver.java [new file with mode: 0644]
src/com/android/providers/downloads/DownloadService.java [new file with mode: 0644]
src/com/android/providers/downloads/DownloadThread.java [new file with mode: 0644]
src/com/android/providers/downloads/Helpers.java [new file with mode: 0644]