From b5765cc3e75d9f4a7ff9e805b2225de5790d3cfe Mon Sep 17 00:00:00 2001 From: Yu-Han Yang Date: Tue, 29 Dec 2020 10:42:33 -0800 Subject: Clean up dead code in NetInitiatedActivity Bug: 174151048 Test: on device Change-Id: I5a3a77557720571b455ffec296cdd4e2e1a02f7b --- .../java/com/android/internal/location/GpsNetInitiatedHandler.java | 3 --- 1 file changed, 3 deletions(-) (limited to 'location/java') diff --git a/location/java/com/android/internal/location/GpsNetInitiatedHandler.java b/location/java/com/android/internal/location/GpsNetInitiatedHandler.java index 4a095c9be053..4ce9a320a159 100644 --- a/location/java/com/android/internal/location/GpsNetInitiatedHandler.java +++ b/location/java/com/android/internal/location/GpsNetInitiatedHandler.java @@ -50,9 +50,6 @@ public class GpsNetInitiatedHandler { private static final boolean DEBUG = Log.isLoggable(TAG, Log.DEBUG); - // NI verify activity for bringing up UI (not used yet) - public static final String ACTION_NI_VERIFY = "android.intent.action.NETWORK_INITIATED_VERIFY"; - // string constants for defining data fields in NI Intent public static final String NI_INTENT_KEY_NOTIF_ID = "notif_id"; public static final String NI_INTENT_KEY_TITLE = "title"; -- cgit v1.2.3-59-g8ed1b