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

Commit ce746778 authored by Rana Mouawi's avatar Rana Mouawi
Browse files

Add DO_NOT_LOG_CALL extra definition for omitting a call from the call log.

Bug: b/295530944
Test: Unit tests pass.
Defer-CP-To-Master: 297157687

Change-Id: I70197f1393bc77dfbf29056192fde6c8be8d1009
(cherry picked from commit c92465b603f5d294473308f85c9cfc441665037a)
parent 3e714fc8
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -227,6 +227,14 @@ public class TelecomManager {
    public static final String EXTRA_DEFAULT_CALL_SCREENING_APP_COMPONENT_NAME =
            "android.telecom.extra.DEFAULT_CALL_SCREENING_APP_COMPONENT_NAME";

    /**
     * Optional extra to indicate a call should not be added to the call log.
     *
     * @hide
     */
    public static final String EXTRA_DO_NOT_LOG_CALL =
            "android.telecom.extra.DO_NOT_LOG_CALL";

    /**
     * Extra value used with {@link #ACTION_DEFAULT_CALL_SCREENING_APP_CHANGED} broadcast to
     * indicate whether an app is the default call screening app.