summaryrefslogtreecommitdiffstats
path: root/services
diff options
context:
space:
mode:
authorDaniel Sandler <dsandler@google.com>2010-01-28 15:12:04 -0500
committerDaniel Sandler <dsandler@google.com>2010-01-28 16:18:22 -0500
commitb94f795c257e32a1d7be1115568b5b6f576dec37 (patch)
tree7a97a296b6e6f153c9533486cfed9e7367504766 /services
parent5f551ef6a8b6a4f158d8b3ad9591d2f874c89f39 (diff)
downloadframeworks_base-b94f795c257e32a1d7be1115568b5b6f576dec37.zip
frameworks_base-b94f795c257e32a1d7be1115568b5b6f576dec37.tar.gz
frameworks_base-b94f795c257e32a1d7be1115568b5b6f576dec37.tar.bz2
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
Diffstat (limited to 'services')
-rw-r--r--services/java/com/android/server/MountService.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/services/java/com/android/server/MountService.java b/services/java/com/android/server/MountService.java
index 9a1f8a6..801c86f 100644
--- a/services/java/com/android/server/MountService.java
+++ b/services/java/com/android/server/MountService.java
@@ -866,7 +866,7 @@ class MountService extends IMountService.Stub
if (mUmsActiveNotify) {
Intent intent = new Intent();
- intent.setClass(mContext, com.android.internal.app.UsbStorageStopActivity.class);
+ intent.setClass(mContext, com.android.internal.app.UsbStorageActivity.class);
PendingIntent pi = PendingIntent.getActivity(mContext, 0, intent, 0);
setUsbStorageNotification(com.android.internal.R.string.usb_storage_stop_notification_title,
com.android.internal.R.string.usb_storage_stop_notification_message,