OSDN Git Service

New full-screen activity for USB mass storage interaction.
authorDaniel Sandler <dsandler@google.com>
Thu, 28 Jan 2010 20:12:04 +0000 (15:12 -0500)
committerDaniel Sandler <dsandler@google.com>
Thu, 28 Jan 2010 21:18:22 +0000 (16:18 -0500)
commitb94f795c257e32a1d7be1115568b5b6f576dec37
tree7a97a296b6e6f153c9533486cfed9e7367504766
parent5f551ef6a8b6a4f158d8b3ad9591d2f874c89f39
New full-screen activity for USB mass storage interaction.

Still TODO: patch into forthcoming callbacks from
MountService so the USB storage activity always shows the
correct state of the device. (Right now it only refreshes
its display onResume.)

Bug: 2299129
core/java/com/android/internal/app/UsbStorageActivity.java
core/java/com/android/internal/app/UsbStorageStopActivity.java [deleted file]
core/res/AndroidManifest.xml
core/res/res/drawable-hdpi/usb_android.png [new file with mode: 0644]
core/res/res/drawable-hdpi/usb_android_connected.png [new file with mode: 0644]
core/res/res/layout-land/usb_storage_activity.xml [new file with mode: 0644]
core/res/res/layout/usb_storage_activity.xml [new file with mode: 0644]
core/res/res/values/strings.xml
services/java/com/android/server/MountService.java