Default new notification profiles to allow calls.

This commit is contained in:
Cody Henthorne
2024-01-10 11:53:08 -05:00
committed by GitHub
parent 20f8c69b07
commit 64e9324aa0
7 changed files with 71 additions and 13 deletions

View File

@@ -5079,6 +5079,12 @@
<string name="AddAllowedMembers__add_people_and_groups_you_want_notifications_and_calls_from_when_this_profile_is_on">Add people and groups you want notifications and calls from when this profile is on</string>
<!-- Button text that launches the contact picker to select from -->
<string name="AddAllowedMembers__add_people_or_groups">Add people or groups</string>
<!-- Title for exceptions section of add people to notification profile screen in create flow -->
<string name="AddAllowedMembers__exceptions">Exceptions</string>
<!-- List preference to toggle that allows calls through the notification profile during create flow -->
<string name="AddAllowedMembers__allow_all_calls">Allow all calls</string>
<!-- List preference to toggle that allows mentions through the notification profile during create flow -->
<string name="AddAllowedMembers__notify_for_all_mentions">Notify for all mentions</string>
<!-- Call to action button on contact picker for adding to profile -->
<string name="SelectRecipientsFragment__add">Add</string>