Remove unused intent in NFW notification

Bug: 156123285
Test: builds and tests passing
Change-Id: I81fe2b1df96b73a43123851ab98575feacf3331a
Merged-In: I81fe2b1df96b73a43123851ab98575feacf3331a
This commit is contained in:
Yu-Han Yang
2020-06-10 17:11:16 -07:00
parent f0a0963d1d
commit 9fc2876a80

View File

@@ -21,7 +21,6 @@ import android.annotation.SuppressLint;
import android.app.AppOpsManager;
import android.app.Notification;
import android.app.NotificationManager;
import android.app.PendingIntent;
import android.content.BroadcastReceiver;
import android.content.Context;
import android.content.Intent;
@@ -645,7 +644,6 @@ class GnssVisibilityControl {
.setTicker(accessibilityServicesText)
.setContentTitle(firstLineText)
.setContentText(secondLineText)
.setContentIntent(PendingIntent.getBroadcast(context, 0, new Intent(), 0))
.build();
}