OSDN Git Service

auto import from //depot/cupcake/@135843
authorThe Android Open Source Project <initial-contribution@android.com>
Wed, 4 Mar 2009 03:32:40 +0000 (19:32 -0800)
committerThe Android Open Source Project <initial-contribution@android.com>
Wed, 4 Mar 2009 03:32:40 +0000 (19:32 -0800)
commit2dd83ce992eaaf3d44c32bc7468b47e3db014027
treef44e5351473a18e86a89e3bfe46914d66e8e1b3b
parent1edb39f280d23b3a87db45b63c2f26850d68eafe
auto import from //depot/cupcake/@135843
29 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]
docs/index.html [new file with mode: 0644]
res/layout/status_bar_ongoing_event_progress_bar.xml [new file with mode: 0644]
res/values-cs/strings.xml [new file with mode: 0644]
res/values-de/strings.xml [new file with mode: 0644]
res/values-es/strings.xml [new file with mode: 0644]
res/values-fr/strings.xml [new file with mode: 0644]
res/values-it/strings.xml [new file with mode: 0644]
res/values-ja/strings.xml [new file with mode: 0644]
res/values-ko/strings.xml [new file with mode: 0644]
res/values-nb/strings.xml [new file with mode: 0644]
res/values-nl/strings.xml [new file with mode: 0644]
res/values-pl/strings.xml [new file with mode: 0644]
res/values-ru/strings.xml [new file with mode: 0644]
res/values-zh-rCN/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]