summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYiqun Wu <yiqunw@google.com>2021-06-24 10:57:59 -0700
committerYiqun Wu <yiqunw@google.com>2021-06-24 11:03:48 -0700
commit27c3cca1b3fc13f4ef38f0be3577261b7154414d (patch)
tree827710d5a1af3cbc3c106c9dad9ba7f47e2083f4
parentcece3e92e86869bc477ea704176e534e76a2f46c (diff)
downloadDialer-27c3cca1b3fc13f4ef38f0be3577261b7154414d.tar.gz
Config not showing fullscreen incall ui by default
Config showing the setting items for fullscreen incall ui and HUN. Bug: 190648511 Test: manually Change-Id: I6158cdb0e41a1c98e6c0f4b8e2bdfb8b44243910
-rw-r--r--res/values/configs.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/res/values/configs.xml b/res/values/configs.xml
index f873a300..7ef4bcd9 100644
--- a/res/values/configs.xml
+++ b/res/values/configs.xml
@@ -47,10 +47,10 @@
<integer name="config_toolbar_title_mode">0</integer>
<!-- A config determines whether to show the full screen ui when call is answered-->
- <bool name="config_show_fullscreen_incall_ui">true</bool>
+ <bool name="config_show_fullscreen_incall_ui">false</bool>
<!-- A config determines whether to show an entry in setting to config showing full screen UI
when call is answered-->
- <bool name="config_should_show_active_call_setting">false</bool>
+ <bool name="config_should_show_active_call_setting">true</bool>
<!-- Config for enabling incoming call HUN fullscreen intent -->
<bool name="config_show_hun_fullscreen_incall_ui">true</bool>
@@ -59,7 +59,7 @@
<bool name="config_should_suppress_incoming_call_hun">false</bool>
<!-- A config determines whether to show an entry in setting to config showing a heads up
notification when there's a incoming call-->
- <bool name="config_should_show_incoming_call_hun_setting">false</bool>
+ <bool name="config_should_show_incoming_call_hun_setting">true</bool>
<!-- A config determines whether to show type down list on Dialpad -->
<bool name="config_show_type_down_list_on_dialpad">true</bool>