OSDN Git Service

android-2.1_r1 snapshot
authorThe Android Open Source Project <initial-contribution@android.com>
Tue, 12 Jan 2010 23:19:17 +0000 (15:19 -0800)
committerThe Android Open Source Project <initial-contribution@android.com>
Tue, 12 Jan 2010 23:19:17 +0000 (15:19 -0800)
commite5ce655b5c3162e19f5d3b5cdc776cc63f331e6e
tree76afc0afdf2393b7b9d476d5d29b6d5ccdb6caab
parent6310fa9ae4eef1f2723cf391825477468a4d91f3
android-2.1_r1 snapshot
67 files changed:
AndroidManifest.xml
res/layout/remember_dock_setting.xml [new file with mode: 0644]
res/values-cs/arrays.xml
res/values-cs/strings.xml
res/values-da/arrays.xml
res/values-da/strings.xml
res/values-de/strings.xml
res/values-el/arrays.xml
res/values-el/strings.xml
res/values-es-rUS/strings.xml
res/values-es/arrays.xml
res/values-es/strings.xml
res/values-fr/arrays.xml
res/values-fr/strings.xml
res/values-it/strings.xml
res/values-ja/strings.xml
res/values-ko/arrays.xml
res/values-ko/strings.xml
res/values-nb/strings.xml
res/values-nl/arrays.xml
res/values-nl/strings.xml
res/values-pl/arrays.xml
res/values-pl/strings.xml
res/values-pt-rPT/strings.xml
res/values-pt/strings.xml
res/values-ru/arrays.xml
res/values-ru/strings.xml
res/values-sv/strings.xml
res/values-tr/arrays.xml
res/values-tr/strings.xml
res/values-zh-rCN/arrays.xml
res/values-zh-rCN/strings.xml
res/values-zh-rTW/strings.xml
res/values/bools.xml [new file with mode: 0644]
res/values/strings.xml
res/xml/sound_and_display_settings.xml
src/com/android/settings/ActivityPicker.java
src/com/android/settings/ManageApplications.java
src/com/android/settings/SoundAndDisplaySettings.java
src/com/android/settings/bluetooth/BluetoothEventRedirector.java
src/com/android/settings/bluetooth/BluetoothSettings.java
src/com/android/settings/bluetooth/CachedBluetoothDevice.java
src/com/android/settings/bluetooth/CachedBluetoothDeviceManager.java
src/com/android/settings/bluetooth/DockEventReceiver.java [new file with mode: 0644]
src/com/android/settings/bluetooth/DockService.java [new file with mode: 0644]
src/com/android/settings/bluetooth/LocalBluetoothManager.java
src/com/android/settings/bluetooth/LocalBluetoothProfileManager.java
tests/res/values-cs/strings.xml [new file with mode: 0644]
tests/res/values-da/strings.xml [new file with mode: 0644]
tests/res/values-de/strings.xml [new file with mode: 0644]
tests/res/values-el/strings.xml [new file with mode: 0644]
tests/res/values-es-rUS/strings.xml [new file with mode: 0644]
tests/res/values-es/strings.xml [new file with mode: 0644]
tests/res/values-fr/strings.xml [new file with mode: 0644]
tests/res/values-it/strings.xml [new file with mode: 0644]
tests/res/values-ja/strings.xml [new file with mode: 0644]
tests/res/values-ko/strings.xml [new file with mode: 0644]
tests/res/values-nb/strings.xml [new file with mode: 0644]
tests/res/values-nl/strings.xml [new file with mode: 0644]
tests/res/values-pl/strings.xml [new file with mode: 0644]
tests/res/values-pt-rPT/strings.xml [new file with mode: 0644]
tests/res/values-pt/strings.xml [new file with mode: 0644]
tests/res/values-ru/strings.xml [new file with mode: 0644]
tests/res/values-sv/strings.xml [new file with mode: 0644]
tests/res/values-tr/strings.xml [new file with mode: 0644]
tests/res/values-zh-rCN/strings.xml [new file with mode: 0644]
tests/res/values-zh-rTW/strings.xml [new file with mode: 0644]