summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYiqun Wu <yiqunw@google.com>2020-09-16 20:31:10 +0000
committerYiqun Wu <yiqunw@google.com>2020-09-21 22:01:29 +0000
commit727ba378623e458b3d601e7b1b2e5d3a23a07f44 (patch)
treecad6fd205cd02660ba890741d4f8617ac930b651
parent53663c00bccca31bc6f08d752ccb1d748899e598 (diff)
downloadDialer-727ba378623e458b3d601e7b1b2e5d3a23a07f44.tar.gz
Allow "Connected Phone" launch bluetooth settings
Fixes: 162784070 Test: manually Change-Id: I9a7269a79b73b12be477384442884ea7d047b924
-rw-r--r--res/xml/settings_page.xml4
1 files changed, 3 insertions, 1 deletions
diff --git a/res/xml/settings_page.xml b/res/xml/settings_page.xml
index b63e4f1f..a519fafd 100644
--- a/res/xml/settings_page.xml
+++ b/res/xml/settings_page.xml
@@ -22,7 +22,9 @@
<Preference
android:key="@string/pref_connected_phone_key"
- android:title="@string/pref_connected_phone_title"/>
+ android:title="@string/pref_connected_phone_title">
+ <intent android:action="android.settings.BLUETOOTH_SETTINGS"/>
+ </Preference>
<SwitchPreference
android:defaultValue="@bool/config_show_fullscreen_incall_ui"