Merge "Show side fingerprint sensor on bouncer also for small screens" into tm-qpr-dev am: ce370c628d

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/20609553

Change-Id: I4e9c7b16504303b820afe75149465d3a20c55111
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
TreeHugger Robot
2022-12-05 15:49:08 +00:00
committed by Automerger Merge Worker
2 changed files with 1 additions and 4 deletions

View File

@@ -36,7 +36,4 @@
<integer name="qs_security_footer_maxLines">1</integer>
<bool name="config_use_large_screen_shade_header">true</bool>
<!-- Whether to show the side fps hint while on bouncer -->
<bool name="config_show_sidefps_hint_on_bouncer">true</bool>
</resources>

View File

@@ -552,7 +552,7 @@
<string name="config_preferredEmergencySosPackage" translatable="false"></string>
<!-- Whether to show the side fps hint while on bouncer -->
<bool name="config_show_sidefps_hint_on_bouncer">false</bool>
<bool name="config_show_sidefps_hint_on_bouncer">true</bool>
<!-- Whether to use the split 2-column notification shade -->
<bool name="config_use_split_notification_shade">false</bool>