android.provider
Class Telephony.Intents
java.lang.Object
android.provider.Telephony.Intents
- Enclosing class:
- Telephony
public static final class Telephony.Intents
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SECRET_CODE_ACTION
public static final String SECRET_CODE_ACTION
- Broadcast Action: A "secret code" has been entered in the dialer. Secret codes are
of the form *#*#
#*#*. The intent will have the data URI:
android_secret_code://<code>
- See Also:
- Constant Field Values
SPN_STRINGS_UPDATED_ACTION
public static final String SPN_STRINGS_UPDATED_ACTION
- Broadcast Action: The Service Provider string(s) have been updated. Activities or
services that use these strings should update their display.
The intent will have the following extra values:
- showPlmn - Boolean that indicates whether the PLMN should be shown.
- plmn - The operator name of the registered network, as a string.
- showSpn - Boolean that indicates whether the SPN should be shown.
- spn - The service provider name, as a string.
Note that showPlmn may indicate that plmn should be displayed, even
though the value for plmn is null. This can happen, for example, if the phone
has not registered to a network yet. In this case the receiver may substitute an
appropriate placeholder string (eg, "No service").
It is recommended to display plmn before / above spn if
both are displayed.
- See Also:
- Constant Field Values
EXTRA_SHOW_PLMN
public static final String EXTRA_SHOW_PLMN
- See Also:
- Constant Field Values
EXTRA_PLMN
public static final String EXTRA_PLMN
- See Also:
- Constant Field Values
EXTRA_SHOW_SPN
public static final String EXTRA_SHOW_SPN
- See Also:
- Constant Field Values
EXTRA_SPN
public static final String EXTRA_SPN
- See Also:
- Constant Field Values
Please submit a feedback, bug or feature