Merge "Reannotate emergency broadcasts in TelephonyManager" into rvc-dev

This commit is contained in:
Daniel Bright
2020-03-17 01:22:30 +00:00
committed by Android (Google) Code Review

View File

@@ -1565,6 +1565,7 @@ public class TelephonyManager {
* @hide * @hide
*/ */
@SystemApi @SystemApi
@SdkConstant(SdkConstantType.BROADCAST_INTENT_ACTION)
@SuppressLint("ActionValue") @SuppressLint("ActionValue")
public static final String ACTION_EMERGENCY_CALLBACK_MODE_CHANGED = public static final String ACTION_EMERGENCY_CALLBACK_MODE_CHANGED =
"android.intent.action.EMERGENCY_CALLBACK_MODE_CHANGED"; "android.intent.action.EMERGENCY_CALLBACK_MODE_CHANGED";
@@ -1786,6 +1787,7 @@ public class TelephonyManager {
* @hide * @hide
*/ */
@SystemApi @SystemApi
@SdkConstant(SdkConstantType.BROADCAST_INTENT_ACTION)
@SuppressLint("ActionValue") @SuppressLint("ActionValue")
public static final String ACTION_EMERGENCY_CALL_STATE_CHANGED = public static final String ACTION_EMERGENCY_CALL_STATE_CHANGED =
"android.intent.action.EMERGENCY_CALL_STATE_CHANGED"; "android.intent.action.EMERGENCY_CALL_STATE_CHANGED";