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

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

Merge "Add new API for creating intent to manage blocked numbers." into nyc-dev

parents 89dea902 1e6f8343
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -17,6 +17,7 @@
package com.android.internal.telecom;

import android.content.ComponentName;
import android.content.Intent;
import android.telecom.ParcelableCallAnalytics;
import android.telecom.PhoneAccountHandle;
import android.net.Uri;
@@ -247,5 +248,11 @@ interface ITelecomService {
    /**
    * @see TelecomServiceImpl#launchManageBlockedNumbersActivity
    **/
    // TODO: Delete this.
    void launchManageBlockedNumbersActivity(in String callingPackageName);

    /**
    * @see TelecomServiceImpl#createManageBlockedNumbersIntent
    **/
    Intent createManageBlockedNumbersIntent();
}