Merge "Add new API for creating intent to manage blocked numbers." into nyc-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
dbfe753c41
@@ -17,6 +17,7 @@
|
|||||||
package com.android.internal.telecom;
|
package com.android.internal.telecom;
|
||||||
|
|
||||||
import android.content.ComponentName;
|
import android.content.ComponentName;
|
||||||
|
import android.content.Intent;
|
||||||
import android.telecom.ParcelableCallAnalytics;
|
import android.telecom.ParcelableCallAnalytics;
|
||||||
import android.telecom.PhoneAccountHandle;
|
import android.telecom.PhoneAccountHandle;
|
||||||
import android.net.Uri;
|
import android.net.Uri;
|
||||||
@@ -247,5 +248,11 @@ interface ITelecomService {
|
|||||||
/**
|
/**
|
||||||
* @see TelecomServiceImpl#launchManageBlockedNumbersActivity
|
* @see TelecomServiceImpl#launchManageBlockedNumbersActivity
|
||||||
**/
|
**/
|
||||||
|
// TODO: Delete this.
|
||||||
void launchManageBlockedNumbersActivity(in String callingPackageName);
|
void launchManageBlockedNumbersActivity(in String callingPackageName);
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @see TelecomServiceImpl#createManageBlockedNumbersIntent
|
||||||
|
**/
|
||||||
|
Intent createManageBlockedNumbersIntent();
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user