Merge "Remove ACTION_PRECISE_DATA_CONNECTION_STATE_CHANGED"
am: b42b1e7302
Change-Id: I07b2d2fca00390ac33d8fc77d5763c6ddbd87619
This commit is contained in:
@@ -451,7 +451,6 @@
|
|||||||
<protected-broadcast android:name="android.intent.action.internal_sim_state_changed" />
|
<protected-broadcast android:name="android.intent.action.internal_sim_state_changed" />
|
||||||
<protected-broadcast android:name="android.intent.action.LOCKED_BOOT_COMPLETED" />
|
<protected-broadcast android:name="android.intent.action.LOCKED_BOOT_COMPLETED" />
|
||||||
<protected-broadcast android:name="android.intent.action.PRECISE_CALL_STATE" />
|
<protected-broadcast android:name="android.intent.action.PRECISE_CALL_STATE" />
|
||||||
<protected-broadcast android:name="android.intent.action.PRECISE_DATA_CONNECTION_STATE_CHANGED" />
|
|
||||||
<protected-broadcast android:name="android.intent.action.SUBSCRIPTION_PHONE_STATE" />
|
<protected-broadcast android:name="android.intent.action.SUBSCRIPTION_PHONE_STATE" />
|
||||||
<protected-broadcast android:name="android.intent.action.USER_INFO_CHANGED" />
|
<protected-broadcast android:name="android.intent.action.USER_INFO_CHANGED" />
|
||||||
<protected-broadcast android:name="android.intent.action.USER_UNLOCKED" />
|
<protected-broadcast android:name="android.intent.action.USER_UNLOCKED" />
|
||||||
|
|||||||
@@ -768,30 +768,6 @@ public class TelephonyManager {
|
|||||||
*/
|
*/
|
||||||
public static final String EXTRA_PRECISE_DISCONNECT_CAUSE = "precise_disconnect_cause";
|
public static final String EXTRA_PRECISE_DISCONNECT_CAUSE = "precise_disconnect_cause";
|
||||||
|
|
||||||
/**
|
|
||||||
* The lookup key used with the {@link #ACTION_PRECISE_DATA_CONNECTION_STATE_CHANGED} broadcast
|
|
||||||
* for an String containing the data APN type.
|
|
||||||
*
|
|
||||||
* <p class="note">
|
|
||||||
* Retrieve with
|
|
||||||
* {@link android.content.Intent#getStringExtra(String name)}.
|
|
||||||
*
|
|
||||||
* @hide
|
|
||||||
*/
|
|
||||||
public static final String EXTRA_DATA_APN_TYPE = PhoneConstants.DATA_APN_TYPE_KEY;
|
|
||||||
|
|
||||||
/**
|
|
||||||
* The lookup key used with the {@link #ACTION_PRECISE_DATA_CONNECTION_STATE_CHANGED} broadcast
|
|
||||||
* for an String containing the data APN.
|
|
||||||
*
|
|
||||||
* <p class="note">
|
|
||||||
* Retrieve with
|
|
||||||
* {@link android.content.Intent#getStringExtra(String name)}.
|
|
||||||
*
|
|
||||||
* @hide
|
|
||||||
*/
|
|
||||||
public static final String EXTRA_DATA_APN = PhoneConstants.DATA_APN_KEY;
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Broadcast intent action for letting the default dialer to know to show voicemail
|
* Broadcast intent action for letting the default dialer to know to show voicemail
|
||||||
* notification.
|
* notification.
|
||||||
|
|||||||
Reference in New Issue
Block a user