|
@@ -260,7 +260,8 @@ public class DriveService extends Service {
|
|
|
};
|
|
|
|
|
|
|
|
|
- PendingIntent openIntent = PendingIntent.getActivity(this, 0, intent, PendingIntent.FLAG_UPDATE_CURRENT);
|
|
|
+
|
|
|
+ PendingIntent openIntent = PendingIntent.getActivity(this, 0, intent, PendingIntent.FLAG_IMMUTABLE);
|
|
|
Notification notification = new NotificationCompat.Builder(this, CHANNEL_ID)
|
|
|
.setSmallIcon(R.drawable.ic_launcher_foreground)
|
|
|
.setContentTitle(MyApplication.getInstance().getString(R.string.driveNotifyName2))
|