diff options
| author | 2021-01-05 21:49:17 +0000 | |
|---|---|---|
| committer | 2021-01-05 21:49:17 +0000 | |
| commit | 209f3ff1f02cef69843363efc6a5f33298cd5a56 (patch) | |
| tree | 6a5312f9b6f7a482a63b92b1fff804ceb7cfd914 /location/java | |
| parent | 8c59be26f7a7639ad6e55f340794071a3aa1100a (diff) | |
| parent | b5765cc3e75d9f4a7ff9e805b2225de5790d3cfe (diff) | |
Merge "Clean up dead code in NetInitiatedActivity"
Diffstat (limited to 'location/java')
| -rw-r--r-- | location/java/com/android/internal/location/GpsNetInitiatedHandler.java | 3 |
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"; |