commit | b2653e69708eda88d796cc32489e5e2283a13508 | [log] [tgz] |
---|---|---|
author | Dmitri Plotnikov <dplotnikov@google.com> | Tue Apr 11 11:45:00 2017 -0700 |
committer | Dmitri Plotnikov <dplotnikov@google.com> | Tue Apr 11 11:45:00 2017 -0700 |
tree | cb08d0ed0d1d8c9653d64cfb08df4b1e931b431f | |
parent | c922c4827a94fe436d2005c63e8b8d51a6bbb159 [diff] |
Fixing content intent on External Storage notification Bug: 37245861 Test: attach an external drive, tap on the notification Change-Id: I72934fe8bff1dd86edc67ad865c82c19593af7e2
diff --git a/packages/SystemUI/src/com/android/systemui/usb/StorageNotification.java b/packages/SystemUI/src/com/android/systemui/usb/StorageNotification.java index cfe16dd..c3a53de 100644 --- a/packages/SystemUI/src/com/android/systemui/usb/StorageNotification.java +++ b/packages/SystemUI/src/com/android/systemui/usb/StorageNotification.java
@@ -387,7 +387,7 @@ .addAction(new Action(R.drawable.ic_eject_24dp, mContext.getString(R.string.ext_media_unmount_action), buildUnmountPendingIntent(vol))) - .setContentIntent(buildUnmountPendingIntent(vol)) + .setContentIntent(browseIntent) .setCategory(Notification.CATEGORY_SYSTEM); // Non-adoptable disks can't be snoozed. if (disk.isAdoptable()) {