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

Commit d425a45f authored by Daniel Sandler's avatar Daniel Sandler
Browse files

Fix build.

(Broken in change Ib94f795c.)
parent b4a162e5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -206,7 +206,7 @@ class MountService extends IMountService.Stub
            if (mUmsEnabled) {
                if (newUmsNotifyEnabled) {
                    Intent intent = new Intent();
                    intent.setClass(mContext, com.android.internal.app.UsbStorageStopActivity.class);
                    intent.setClass(mContext, com.android.internal.app.UsbStorageActivity.class);
                    PendingIntent pi = PendingIntent.getActivity(mContext, 0, intent, 0);
                    setUsbStorageNotification(com.android.internal.R.string.usb_storage_stop_notification_title,
                            com.android.internal.R.string.usb_storage_stop_notification_message,