Merge "Blur developer setting" into rvc-dev am: 59b3974433
am: 148b737ef2
am: 386b605c61
am: a5fd9a5a44
Change-Id: If700d215220a17fb3c7d8617c680a080e485e732
This commit is contained in:
@@ -11574,6 +11574,11 @@
|
||||
<!-- 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>
|
||||
|
||||
<!-- If blurs are supported on SurfaceFlinger. [CHAR LIMIT=60] -->
|
||||
<string name="enable_blurs_on_windows_title">Enable blurs</string>
|
||||
<!-- If blurs are supported on SurfaceFlinger, summary. [CHAR LIMIT=NONE] -->
|
||||
<string name="enable_blurs_on_windows_summary">Enables window blurs at compositor level. Requires device reboot.</string>
|
||||
|
||||
<!-- Title for the top level Privacy Settings [CHAR LIMIT=30]-->
|
||||
<string name="privacy_dashboard_title">Privacy</string>
|
||||
<!-- Summary for the top level Privacy Settings [CHAR LIMIT=NONE]-->
|
||||
|
@@ -481,6 +481,11 @@
|
||||
android:title="@string/hwui_force_dark_title"
|
||||
android:summary="@string/hwui_force_dark_summary" />
|
||||
|
||||
<SwitchPreference
|
||||
android:key="enable_blurs_on_windows"
|
||||
android:title="@string/enable_blurs_on_windows_title"
|
||||
android:summary="@string/enable_blurs_on_windows_summary" />
|
||||
|
||||
<SwitchPreference
|
||||
android:key="force_msaa"
|
||||
android:title="@string/force_msaa"
|
||||
|
Reference in New Issue
Block a user