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

Commit a7ef2698 authored by Mike Lockwood's avatar Mike Lockwood
Browse files

MountService: Use correct icon for SD card notifications.



Change-Id: Ia15847c48fce7957f1a376e173d39137b661d51c
Signed-off-by: default avatarMike Lockwood <lockwood@android.com>
parent f63e3f3c
Loading
Loading
Loading
Loading
+3 −3
Original line number Original line Diff line number Diff line
@@ -296,7 +296,7 @@ class MountService extends IMountService.Stub {
        setMediaStorageNotification(
        setMediaStorageNotification(
                com.android.internal.R.string.ext_media_nomedia_notification_title,
                com.android.internal.R.string.ext_media_nomedia_notification_title,
                com.android.internal.R.string.ext_media_nomedia_notification_message,
                com.android.internal.R.string.ext_media_nomedia_notification_message,
                com.android.internal.R.drawable.stat_sys_no_sim,
                com.android.internal.R.drawable.stat_notify_sdcard_usb,
                true, false, null);
                true, false, null);
        handlePossibleExplicitUnmountBroadcast(path);
        handlePossibleExplicitUnmountBroadcast(path);


@@ -353,7 +353,7 @@ class MountService extends IMountService.Stub {


        setMediaStorageNotification(com.android.internal.R.string.ext_media_nofs_notification_title,
        setMediaStorageNotification(com.android.internal.R.string.ext_media_nofs_notification_title,
                                    com.android.internal.R.string.ext_media_nofs_notification_message,
                                    com.android.internal.R.string.ext_media_nofs_notification_message,
                                    com.android.internal.R.drawable.stat_sys_no_sim,
                                    com.android.internal.R.drawable.stat_notify_sdcard_usb,
                                    true, false, pi);
                                    true, false, pi);
        updateUsbMassStorageNotification(false, false);
        updateUsbMassStorageNotification(false, false);
        intent = new Intent(Intent.ACTION_MEDIA_NOFS, 
        intent = new Intent(Intent.ACTION_MEDIA_NOFS, 
@@ -421,7 +421,7 @@ class MountService extends IMountService.Stub {


        setMediaStorageNotification(com.android.internal.R.string.ext_media_unmountable_notification_title,
        setMediaStorageNotification(com.android.internal.R.string.ext_media_unmountable_notification_title,
                                    com.android.internal.R.string.ext_media_unmountable_notification_message,
                                    com.android.internal.R.string.ext_media_unmountable_notification_message,
                                    com.android.internal.R.drawable.stat_sys_no_sim,
                                    com.android.internal.R.drawable.stat_notify_sdcard_usb,
                                    true, false, pi); 
                                    true, false, pi); 
        updateUsbMassStorageNotification(false, false);
        updateUsbMassStorageNotification(false, false);