Use Bluetooth headset mic to record voice notes.

This commit is contained in:
Nicholas
2023-05-04 15:58:24 -04:00
committed by Alex Hart
parent fc9a6b98d1
commit f1fd29a477
9 changed files with 281 additions and 66 deletions

View File

@@ -1686,7 +1686,7 @@
<string name="WebRtcCallActivity__please_enable_the_nearby_devices_permission_to_use_bluetooth_during_a_call">Please enable the \"Nearby devices\" permission to use bluetooth during a call.</string>
<!-- Positive action for bluetooth warning dialog to open settings -->
<string name="WebRtcCallActivity__open_settings">Open settings</string>
<!-- Negative aciton for bluetooth warning dialog to dismiss dialog -->
<!-- Negative action for bluetooth warning dialog to dismiss dialog -->
<string name="WebRtcCallActivity__not_now">Not now</string>
<!-- WebRtcCallView -->
@@ -2437,6 +2437,16 @@
<!-- Label for quoted gift -->
<string name="QuoteView__donation_for_a_friend">Donation for a friend</string>
<!-- ConversationParentFragment -->
<!-- Title for dialog warning about lacking bluetooth permissions during a voice message -->
<string name="ConversationParentFragment__bluetooth_permission_denied">Bluetooth permission denied</string>
<!-- Message for dialog warning about lacking bluetooth permissions during a voice message and references the permission needed by name -->
<string name="ConversationParentFragment__please_enable_the_nearby_devices_permission_to_use_bluetooth_during_a_call">Please enable the \"Nearby devices\" permission to use bluetooth to record voice messages.</string>
<!-- Positive action for bluetooth warning dialog to open settings -->
<string name="ConversationParentFragment__open_settings">Open settings</string>
<!-- Negative action for bluetooth warning dialog to dismiss dialog -->
<string name="ConversationParentFragment__not_now">Not now</string>
<!-- conversation_fragment -->
<string name="conversation_fragment__scroll_to_the_bottom_content_description">Scroll to the bottom</string>