Merge "update CallScreeningService#setSkipCallLog to address 3rd pty apps"

This commit is contained in:
TreeHugger Robot
2022-07-15 02:00:53 +00:00
committed by Android (Google) Code Review

View File

@@ -495,6 +495,9 @@ public abstract class CallScreeningService extends Service {
* Note: Calls will still be logged with type
* {@link android.provider.CallLog.Calls#BLOCKED_TYPE}, regardless of how this property
* is set.
* <p>
* Note: Only the carrier and system call screening apps can use this parameter;
* this parameter is ignored otherwise.
*/
public Builder setSkipCallLog(boolean shouldSkipCallLog) {
mShouldSkipCallLog = shouldSkipCallLog;