Skip to content
Snippets Groups Projects
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
No related branches found
No related tags found
No related merge requests found
......@@ -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.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment