Add clear all menu action to calls tab.

This commit is contained in:
Alex Hart
2023-06-01 11:33:56 -03:00
committed by Cody Henthorne
parent c08e108fc3
commit f8434bede5
4 changed files with 47 additions and 0 deletions

View File

@@ -5959,6 +5959,14 @@
<string name="CallContextMenu__delete">Delete</string>
<!-- Call Log Fragment -->
<!-- Snackbar text after clearing the call history -->
<string name="CallLogFragment__cleared_call_history">Cleared call history</string>
<!-- Dialog title to clear all call events -->
<string name="CallLogFragment__clear_call_history_question">Clear call history?</string>
<!-- Dialog body to clear all call events -->
<string name="CallLogFragment__this_will_permanently_delete_all_call_history">This will permanently delete all call history</string>
<!-- Action bar menu item to delete all call events -->
<string name="CallLogFragment__clear_call_history">Clear call history</string>
<!-- Action bar menu item to only display missed calls -->
<string name="CallLogFragment__filter_missed_calls">Filter missed calls</string>
<!-- Action bar menu item to clear missed call filter -->