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

Commit 3aac73db authored by Hall Liu's avatar Hall Liu Committed by android-build-merger
Browse files

Merge "Change method name to match API changes"

am: ec75923b

Change-Id: Iad550aee3d690021cc05bf90802ddc56c4a2368a
parents 64541ad4 ec75923b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -98,7 +98,7 @@ public class TestCallScreeningService extends CallScreeningService {
                .setRejectCall(false)
                .setSkipCallLog(false)
                .setSkipNotification(false)
                .setShouldScreenCallFurther(true)
                .setShouldScreenCallViaAudioProcessing(true)
                .build();
        respondToCall(mDetails, response);
    }