am ec3f46a5: Merge "IMS OMA-DM Intent and ImsReasonInfo Additions" into lmp-mr1-dev
* commit 'ec3f46a5ec961e7f41d1e0d40e97806e9767bfb3': IMS OMA-DM Intent and ImsReasonInfo Additions
This commit is contained in:
@@ -228,6 +228,13 @@ public class ImsReasonInfo implements Parcelable {
|
||||
*/
|
||||
public static final int CODE_ECBM_NOT_SUPPORTED = 901;
|
||||
|
||||
/**
|
||||
* Network string error messages.
|
||||
* mExtraMessage may have these values.
|
||||
*/
|
||||
public static final String EXTRA_MSG_SERVICE_NOT_AUTHORIZED
|
||||
= "Forbidden. Not Authorized for Service";
|
||||
|
||||
// For reason type
|
||||
public int mReasonType;
|
||||
// For main reason code
|
||||
|
||||
@@ -273,6 +273,15 @@ public class TelephonyIntents {
|
||||
*/
|
||||
public static final String ACTION_CARRIER_SETUP = "android.intent.action.ACTION_CARRIER_SETUP";
|
||||
|
||||
/**
|
||||
* <p>Broadcast Action: Indicates that the action is forbidden by network.
|
||||
* <p class="note">
|
||||
* This is for the OEM applications to understand about possible provisioning issues.
|
||||
* Used in OMA-DM applications.
|
||||
*/
|
||||
public static final String ACTION_FORBIDDEN_NO_SERVICE_AUTHORIZATION
|
||||
= "android.intent.action.ACTION_FORBIDDEN_NO_SERVICE_AUTHORIZATION";
|
||||
|
||||
/**
|
||||
* 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:
|
||||
|
||||
Reference in New Issue
Block a user