Merge "Fixing content intent on External Storage notification" into oc-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
5a667c8eb1
@@ -387,7 +387,7 @@ public class StorageNotification extends SystemUI {
|
||||
.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()) {
|
||||
|
||||
Reference in New Issue
Block a user