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

Commit fa6099a6 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

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

parents accb483c e1928797
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -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;