summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTreeHugger Robot <treehugger-gerrit@google.com>2021-06-25 04:31:55 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2021-06-25 04:31:55 +0000
commit9f473094ed8a655008c97628807f2a05d7e619ab (patch)
tree2a18ce04b481538259f0a9f9b16cdc9c67bf425e
parent78c0abcae2e0e626d91880a16df07012016b3fba (diff)
parent27c3cca1b3fc13f4ef38f0be3577261b7154414d (diff)
downloadDialer-9f473094ed8a655008c97628807f2a05d7e619ab.tar.gz
Merge "Config not showing fullscreen incall ui by default" into sc-dev
-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>