summaryrefslogtreecommitdiff
path: root/location/java
diff options
context:
space:
mode:
author TreeHugger Robot <treehugger-gerrit@google.com> 2021-01-05 21:49:17 +0000
committer Android (Google) Code Review <android-gerrit@google.com> 2021-01-05 21:49:17 +0000
commit209f3ff1f02cef69843363efc6a5f33298cd5a56 (patch)
tree6a5312f9b6f7a482a63b92b1fff804ceb7cfd914 /location/java
parent8c59be26f7a7639ad6e55f340794071a3aa1100a (diff)
parentb5765cc3e75d9f4a7ff9e805b2225de5790d3cfe (diff)
Merge "Clean up dead code in NetInitiatedActivity"
Diffstat (limited to 'location/java')
-rw-r--r--location/java/com/android/internal/location/GpsNetInitiatedHandler.java3
1 files changed, 0 insertions, 3 deletions
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";