summaryrefslogtreecommitdiffstats
path: root/telephony
diff options
context:
space:
mode:
authorDiego Pontoriero <diegs@google.com>2014-08-12 09:23:23 -0700
committerDiego Pontoriero <diegs@google.com>2014-08-26 10:58:57 -0700
commit04154bcd9196738b120d80e66fb4970d0da53dac (patch)
tree305e521ae637dfa3d0854be50ffd9a427cec4005 /telephony
parente7b1a0b68c5dd529f5d0ec180b3aeb589f645655 (diff)
downloadframeworks_base-04154bcd9196738b120d80e66fb4970d0da53dac.zip
frameworks_base-04154bcd9196738b120d80e66fb4970d0da53dac.tar.gz
frameworks_base-04154bcd9196738b120d80e66fb4970d0da53dac.tar.bz2
Remove unused constant from TelephonyIntents.
Bug: 16457806 Change-Id: Ia987c3167e5731a1eceb6b1ff4a8795ced826a5d
Diffstat (limited to 'telephony')
-rw-r--r--telephony/java/com/android/internal/telephony/TelephonyIntents.java9
1 files changed, 1 insertions, 8 deletions
diff --git a/telephony/java/com/android/internal/telephony/TelephonyIntents.java b/telephony/java/com/android/internal/telephony/TelephonyIntents.java
index 5954947..85ceefd 100644
--- a/telephony/java/com/android/internal/telephony/TelephonyIntents.java
+++ b/telephony/java/com/android/internal/telephony/TelephonyIntents.java
@@ -266,7 +266,7 @@ public class TelephonyIntents {
/**
* Activity Action: Start this activity to invoke the carrier setup app.
- * To filter the intent, see {@link #CATEGORY_MCCMNC_PREFIX}.
+ * The carrier app must be signed using a certificate that matches the UICC access rules.
*
* <p class="note">Callers of this should hold the android.permission.INVOKE_CARRIER_SETUP
* permission.</p>
@@ -274,13 +274,6 @@ public class TelephonyIntents {
public static final String ACTION_CARRIER_SETUP = "android.intent.action.ACTION_CARRIER_SETUP";
/**
- * A <em>prefix</em> for the MCC/MNC filtering used with {@link #ACTION_CARRIER_SETUP}.
- * The MCC/MNC will be concatenated (zero-padded to 3 digits each) to create a final
- * string of the form: {@code android.intent.category.MCCMNC_310260}
- */
- public static final String CATEGORY_MCCMNC_PREFIX = "android.intent.category.MCCMNC_";
-
- /**
* Broadcast Action: A "secret code" has been entered in the dialer. Secret codes are
* of the form {@code *#*#<code>#*#*}. The intent will have the data URI:
*