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

Commit b75f6d7b authored by Rana Mouawi's avatar Rana Mouawi Committed by Android (Google) Code Review
Browse files

Merge "Add DO_NOT_LOG_CALL extra definition for omitting a call from the call log." into main

parents 302cf3ed ce746778
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.