Loading api/current.txt +1 −1 Original line number Diff line number Diff line Loading @@ -9952,7 +9952,7 @@ package android.content { field public static final String ACTION_MY_PACKAGE_REPLACED = "android.intent.action.MY_PACKAGE_REPLACED"; field public static final String ACTION_MY_PACKAGE_SUSPENDED = "android.intent.action.MY_PACKAGE_SUSPENDED"; field public static final String ACTION_MY_PACKAGE_UNSUSPENDED = "android.intent.action.MY_PACKAGE_UNSUSPENDED"; field public static final String ACTION_NEW_OUTGOING_CALL = "android.intent.action.NEW_OUTGOING_CALL"; field @Deprecated public static final String ACTION_NEW_OUTGOING_CALL = "android.intent.action.NEW_OUTGOING_CALL"; field public static final String ACTION_OPEN_DOCUMENT = "android.intent.action.OPEN_DOCUMENT"; field public static final String ACTION_OPEN_DOCUMENT_TREE = "android.intent.action.OPEN_DOCUMENT_TREE"; field public static final String ACTION_PACKAGES_SUSPENDED = "android.intent.action.PACKAGES_SUSPENDED"; core/java/android/content/Intent.java +11 −0 Original line number Diff line number Diff line Loading @@ -2990,7 +2990,18 @@ public class Intent implements Parcelable, Cloneable { * * <p class="note">This is a protected intent that can only be sent * by the system. * * <p class="note">If the user has chosen a {@link android.telecom.CallRedirectionService} to * handle redirection of outgoing calls, this intent will NOT be sent as an ordered broadcast. * This means that attempts to re-write the outgoing call by other apps using this intent will * be ignored. * </p> * * @deprecated Apps that redirect outgoing calls should use the * {@link android.telecom.CallRedirectionService} API. Apps that perform call screening * should use the {@link android.telecom.CallScreeningService} API. */ @Deprecated @SdkConstant(SdkConstantType.BROADCAST_INTENT_ACTION) public static final String ACTION_NEW_OUTGOING_CALL = "android.intent.action.NEW_OUTGOING_CALL"; Loading Loading
api/current.txt +1 −1 Original line number Diff line number Diff line Loading @@ -9952,7 +9952,7 @@ package android.content { field public static final String ACTION_MY_PACKAGE_REPLACED = "android.intent.action.MY_PACKAGE_REPLACED"; field public static final String ACTION_MY_PACKAGE_SUSPENDED = "android.intent.action.MY_PACKAGE_SUSPENDED"; field public static final String ACTION_MY_PACKAGE_UNSUSPENDED = "android.intent.action.MY_PACKAGE_UNSUSPENDED"; field public static final String ACTION_NEW_OUTGOING_CALL = "android.intent.action.NEW_OUTGOING_CALL"; field @Deprecated public static final String ACTION_NEW_OUTGOING_CALL = "android.intent.action.NEW_OUTGOING_CALL"; field public static final String ACTION_OPEN_DOCUMENT = "android.intent.action.OPEN_DOCUMENT"; field public static final String ACTION_OPEN_DOCUMENT_TREE = "android.intent.action.OPEN_DOCUMENT_TREE"; field public static final String ACTION_PACKAGES_SUSPENDED = "android.intent.action.PACKAGES_SUSPENDED";
core/java/android/content/Intent.java +11 −0 Original line number Diff line number Diff line Loading @@ -2990,7 +2990,18 @@ public class Intent implements Parcelable, Cloneable { * * <p class="note">This is a protected intent that can only be sent * by the system. * * <p class="note">If the user has chosen a {@link android.telecom.CallRedirectionService} to * handle redirection of outgoing calls, this intent will NOT be sent as an ordered broadcast. * This means that attempts to re-write the outgoing call by other apps using this intent will * be ignored. * </p> * * @deprecated Apps that redirect outgoing calls should use the * {@link android.telecom.CallRedirectionService} API. Apps that perform call screening * should use the {@link android.telecom.CallScreeningService} API. */ @Deprecated @SdkConstant(SdkConstantType.BROADCAST_INTENT_ACTION) public static final String ACTION_NEW_OUTGOING_CALL = "android.intent.action.NEW_OUTGOING_CALL"; Loading