Loading packages/SystemUI/src/com/android/systemui/usb/StorageNotification.java +1 −1 Original line number Original line Diff line number Diff line Loading @@ -387,7 +387,7 @@ public class StorageNotification extends SystemUI { .addAction(new Action(R.drawable.ic_eject_24dp, .addAction(new Action(R.drawable.ic_eject_24dp, mContext.getString(R.string.ext_media_unmount_action), mContext.getString(R.string.ext_media_unmount_action), buildUnmountPendingIntent(vol))) buildUnmountPendingIntent(vol))) .setContentIntent(buildUnmountPendingIntent(vol)) .setContentIntent(browseIntent) .setCategory(Notification.CATEGORY_SYSTEM); .setCategory(Notification.CATEGORY_SYSTEM); // Non-adoptable disks can't be snoozed. // Non-adoptable disks can't be snoozed. if (disk.isAdoptable()) { if (disk.isAdoptable()) { Loading Loading
packages/SystemUI/src/com/android/systemui/usb/StorageNotification.java +1 −1 Original line number Original line Diff line number Diff line Loading @@ -387,7 +387,7 @@ public class StorageNotification extends SystemUI { .addAction(new Action(R.drawable.ic_eject_24dp, .addAction(new Action(R.drawable.ic_eject_24dp, mContext.getString(R.string.ext_media_unmount_action), mContext.getString(R.string.ext_media_unmount_action), buildUnmountPendingIntent(vol))) buildUnmountPendingIntent(vol))) .setContentIntent(buildUnmountPendingIntent(vol)) .setContentIntent(browseIntent) .setCategory(Notification.CATEGORY_SYSTEM); .setCategory(Notification.CATEGORY_SYSTEM); // Non-adoptable disks can't be snoozed. // Non-adoptable disks can't be snoozed. if (disk.isAdoptable()) { if (disk.isAdoptable()) { Loading