mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-21 09:20:19 +01:00
Use Bluetooth headset mic to record voice notes.
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user