Merge "Add 'Stay unlocked on fold' toogle to settings" into udc-qpr-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
8c68b0e7e2
@@ -548,6 +548,9 @@
|
||||
<!-- Whether to show Smooth Display feature in Settings Options -->
|
||||
<bool name="config_show_smooth_display">false</bool>
|
||||
|
||||
<!-- Whether to show Stay awake on fold feature in Settings Options -->
|
||||
<bool name="config_stay_awake_on_fold">false</bool>
|
||||
|
||||
<!-- Whether to show emergency settings in top-level Settings -->
|
||||
<bool name="config_show_emergency_settings">true</bool>
|
||||
|
||||
|
@@ -2357,6 +2357,10 @@
|
||||
<string name="display_white_balance_title">Display white balance</string>
|
||||
<!-- Display settings screen, display white balance settings summary [CHAR LIMIT=NONE] -->
|
||||
<string name="display_white_balance_summary"></string>
|
||||
<!-- Display settings screen, setting name to enable staying awake on fold [CHAR LIMIT=30] -->
|
||||
<string name="stay_awake_on_fold_title">Stay unlocked on fold</string>
|
||||
<!-- Display settings screen, setting summary to enable staying awake on fold [CHAR LIMIT=NONE] -->
|
||||
<string name="stay_awake_on_fold_summary">Keep front display unlocked when folded until screen timeout</string>
|
||||
<!-- Display settings screen, peak refresh rate settings title [CHAR LIMIT=30] -->
|
||||
<string name="peak_refresh_rate_title">Smooth Display</string>
|
||||
<!-- Display settings screen, peak refresh rate settings summary [CHAR LIMIT=NONE] -->
|
||||
@@ -7028,6 +7032,9 @@
|
||||
<string name="keywords_app_pinning">screen pinning</string>
|
||||
<string name="keywords_profile_challenge">work challenge, work, profile</string>
|
||||
<string name="keywords_unification">work profile, managed profile, unify, unification, work, profile</string>
|
||||
<string name="keywords_stay_awake_on_lock">
|
||||
awake, sleep, do not lock, stay unlocked on fold, folding, closing, fold, close, screen off
|
||||
</string>
|
||||
<string name="keywords_gesture">gestures</string>
|
||||
<string name="keywords_wallet">wallet</string>
|
||||
<string name="keywords_payment_settings">pay, tap, payments</string>
|
||||
|
Reference in New Issue
Block a user