summaryrefslogtreecommitdiffstats
path: root/InCallUI/res/values/config.xml
diff options
context:
space:
mode:
authorTyler Gunn <tgunn@google.com>2015-05-04 08:45:38 -0700
committerTyler Gunn <tgunn@google.com>2015-05-06 10:18:34 -0700
commit8e8824b65575c130c531ed889f07488eff05cf1d (patch)
tree961b106faf8ce76bb05d5494e503b38dabbcd59c /InCallUI/res/values/config.xml
parented8488149b8d842ee86b4c209d0f39d71f004146 (diff)
downloadandroid_packages_apps_Dialer-8e8824b65575c130c531ed889f07488eff05cf1d.tar.gz
android_packages_apps_Dialer-8e8824b65575c130c531ed889f07488eff05cf1d.tar.bz2
android_packages_apps_Dialer-8e8824b65575c130c531ed889f07488eff05cf1d.zip
Auto fullscreen mode when starting a video call.
- Added code to VideoCallPresenter to automatically enter fullscreen mode once a video call starts. Bug: 19850117 Change-Id: I801433243df556c3398ad82a60fc738bdfb35f79
Diffstat (limited to 'InCallUI/res/values/config.xml')
-rw-r--r--InCallUI/res/values/config.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/InCallUI/res/values/config.xml b/InCallUI/res/values/config.xml
index 8acbd5910..b81ba3ca0 100644
--- a/InCallUI/res/values/config.xml
+++ b/InCallUI/res/values/config.xml
@@ -17,4 +17,11 @@
<!-- Determines the maximum number of buttons visible on the call card. Any buttons over this
count are put into the overflow menu. -->
<integer name="call_card_max_buttons">5</integer>
+
+ <!-- Determines video calls will automatically enter fullscreen mode after the start of the
+ call. -->
+ <bool name="video_call_auto_fullscreen">true</bool>
+ <!-- The number of milliseconds after which a video call will automatically enter fullscreen
+ mode (requires video_call_auto_fullscreen to be true). -->
+ <integer name="video_call_auto_fullscreen_timeout">5000</integer>
</resources> \ No newline at end of file