Add Nearby share entrypoint in DevicePicker

Bug: 381799866
Test: local build
Flag: com.android.settings.flags.enable_nearby_share_entrypoint
Change-Id: Ied79b9eebe7eaf669e45922787c5b01e504822d8
This commit is contained in:
Haijie Hong
2025-02-19 13:19:21 +08:00
parent 7ab462f1d7
commit a9e67c0327
8 changed files with 389 additions and 1 deletions

View File

@@ -203,6 +203,10 @@
<string name="bluetooth_audio_routing_summary">Route sounds to your hearing device or phone speaker</string>
<!-- Title for related tools section. This section will list related tools below. [CHAR LIMIT=15] -->
<string name="bluetooth_screen_related">Related</string>
<!-- Title for trying Nearby Sharing in Bluetooth Sharing screen. -->
<string name="bluetooth_try_nearby_share_title">Try sharing with <xliff:g id="Nearby Sharing app label" example="Nearby Sharing">%s</xliff:g></string>
<!-- Summary for trying Nearby Sharing in Bluetooth Sharing screen. -->
<string name="bluetooth_try_nearby_share_summary">The fastest way to send files to nearby Android devices</string>
<!-- Bluetooth audio output settings. Title of the option managing ringtone and alarms audio path. [CHAR LIMIT=30] -->
<string name="bluetooth_ringtone_title">Ringtone and alarms</string>