Merge "Rename ACTION_VOICEMAIL_SMS_RECEIVED" into oc-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
dfbc8517ee
@@ -112,7 +112,7 @@ public class VoicemailContract {
|
|||||||
/** @hide */
|
/** @hide */
|
||||||
@SdkConstant(SdkConstantType.BROADCAST_INTENT_ACTION)
|
@SdkConstant(SdkConstantType.BROADCAST_INTENT_ACTION)
|
||||||
public static final String ACTION_VOICEMAIL_SMS_RECEIVED =
|
public static final String ACTION_VOICEMAIL_SMS_RECEIVED =
|
||||||
"android.intent.action.VOICEMAIL_SMS_RECEIVED";
|
"com.android.internal.provider.action.VOICEMAIL_SMS_RECEIVED";
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Extra in {@link #ACTION_VOICEMAIL_SMS_RECEIVED} indicating the content of the SMS.
|
* Extra in {@link #ACTION_VOICEMAIL_SMS_RECEIVED} indicating the content of the SMS.
|
||||||
|
|||||||
@@ -444,6 +444,7 @@
|
|||||||
<protected-broadcast android:name="android.telecom.action.PHONE_ACCOUNT_UNREGISTERED" />
|
<protected-broadcast android:name="android.telecom.action.PHONE_ACCOUNT_UNREGISTERED" />
|
||||||
<protected-broadcast android:name="android.telecom.action.SHOW_MISSED_CALLS_NOTIFICATION" />
|
<protected-broadcast android:name="android.telecom.action.SHOW_MISSED_CALLS_NOTIFICATION" />
|
||||||
<protected-broadcast android:name="android.telephony.action.CARRIER_CONFIG_CHANGED" />
|
<protected-broadcast android:name="android.telephony.action.CARRIER_CONFIG_CHANGED" />
|
||||||
|
<protected-broadcast android:name="android.telephony.action.SHOW_VOICEMAIL_NOTIFICATION" />
|
||||||
|
|
||||||
<protected-broadcast android:name="com.android.bluetooth.btservice.action.ALARM_WAKEUP" />
|
<protected-broadcast android:name="com.android.bluetooth.btservice.action.ALARM_WAKEUP" />
|
||||||
<protected-broadcast android:name="com.android.server.action.NETWORK_STATS_POLL" />
|
<protected-broadcast android:name="com.android.server.action.NETWORK_STATS_POLL" />
|
||||||
|
|||||||
Reference in New Issue
Block a user