Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 35293d2f authored by Abhijith Shastry's avatar Abhijith Shastry Committed by Android (Google) Code Review
Browse files

Merge "Add deprecated annotation to launchManageBlockedNumbersActivity API." into nyc-dev

parents d1caf856 6701be42
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -36420,7 +36420,7 @@ package android.telecom {
    method public boolean handleMmi(java.lang.String, android.telecom.PhoneAccountHandle);
    method public boolean isInCall();
    method public boolean isVoiceMailNumber(android.telecom.PhoneAccountHandle, java.lang.String);
    method public void launchManageBlockedNumbersActivity();
    method public deprecated void launchManageBlockedNumbersActivity();
    method public void placeCall(android.net.Uri, android.os.Bundle);
    method public void registerPhoneAccount(android.telecom.PhoneAccount);
    method public void showInCallScreen(boolean);
+1 −1
Original line number Diff line number Diff line
@@ -39133,7 +39133,7 @@ package android.telecom {
    method public boolean isRinging();
    method public boolean isTtySupported();
    method public boolean isVoiceMailNumber(android.telecom.PhoneAccountHandle, java.lang.String);
    method public void launchManageBlockedNumbersActivity();
    method public deprecated void launchManageBlockedNumbersActivity();
    method public void placeCall(android.net.Uri, android.os.Bundle);
    method public void registerPhoneAccount(android.telecom.PhoneAccount);
    method public void showInCallScreen(boolean);
+1 −1
Original line number Diff line number Diff line
@@ -36437,7 +36437,7 @@ package android.telecom {
    method public boolean handleMmi(java.lang.String, android.telecom.PhoneAccountHandle);
    method public boolean isInCall();
    method public boolean isVoiceMailNumber(android.telecom.PhoneAccountHandle, java.lang.String);
    method public void launchManageBlockedNumbersActivity();
    method public deprecated void launchManageBlockedNumbersActivity();
    method public void placeCall(android.net.Uri, android.os.Bundle);
    method public void registerPhoneAccount(android.telecom.PhoneAccount);
    method public void showInCallScreen(boolean);
+1 −0
Original line number Diff line number Diff line
@@ -1425,6 +1425,7 @@ public class TelecomManager {
     * <p> This method displays the UI to manage blocked numbers only if
     * {@link android.provider.BlockedNumberContract#canCurrentUserBlockNumbers(Context)} returns
     * {@code true} for the current user.
     * @deprecated Use {@link #createManageBlockedNumbersIntent()} instead.
     */
    // TODO: Delete this.
    public void launchManageBlockedNumbersActivity() {