Merge "Use SettingsLib string for blur developer option" into sc-dev am: 33a9f49892
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/14788507 Change-Id: I03bbc5361392321d43c7d6eb1873df384a29d8ad
This commit is contained in:
@@ -12912,9 +12912,6 @@
|
|||||||
<!-- UI debug setting: Force enable "smart dark" UI rendering feature summary [CHAR LIMIT=NONE] -->
|
<!-- UI debug setting: Force enable "smart dark" UI rendering feature summary [CHAR LIMIT=NONE] -->
|
||||||
<string name="hwui_force_dark_summary">Overrides the force-dark feature to be always-on</string>
|
<string name="hwui_force_dark_summary">Overrides the force-dark feature to be always-on</string>
|
||||||
|
|
||||||
<!-- If blurs are supported on SurfaceFlinger. [CHAR LIMIT=60] -->
|
|
||||||
<string name="enable_blurs_on_windows_title">Window-level blurs</string>
|
|
||||||
|
|
||||||
<!-- Title for the top level Privacy Settings [CHAR LIMIT=30]-->
|
<!-- Title for the top level Privacy Settings [CHAR LIMIT=30]-->
|
||||||
<string name="privacy_dashboard_title">Privacy</string>
|
<string name="privacy_dashboard_title">Privacy</string>
|
||||||
<!-- Summary for the top level Privacy Settings [CHAR LIMIT=NONE]-->
|
<!-- Summary for the top level Privacy Settings [CHAR LIMIT=NONE]-->
|
||||||
|
@@ -490,7 +490,7 @@
|
|||||||
|
|
||||||
<SwitchPreference
|
<SwitchPreference
|
||||||
android:key="enable_blurs_on_windows"
|
android:key="enable_blurs_on_windows"
|
||||||
android:title="@string/enable_blurs_on_windows_title"/>
|
android:title="@string/window_blurs"/>
|
||||||
|
|
||||||
<SwitchPreference
|
<SwitchPreference
|
||||||
android:key="force_msaa"
|
android:key="force_msaa"
|
||||||
|
Reference in New Issue
Block a user