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

Commit 1e6f8343 authored by Abhijith Shastry's avatar Abhijith Shastry
Browse files

Add new API for creating intent to manage blocked numbers.

The launchManageBlockedNumbersActivity API will be removed.

BUG: 27364137
Change-Id: I440aaab521f5320bbc79b79f212ed1b418ce2d14
parent 2362bdf2
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();
}