Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 11d51f6b authored by Dmitri Plotnikov's avatar Dmitri Plotnikov Committed by android-build-merger
Browse files

Merge "Fixing content intent on External Storage notification" into oc-dev

am: 5a667c8e

Change-Id: I903ee416c140438805289a946d568e20b9c5ca80
parents 47af6876 5a667c8e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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()) {