overlay: Launcher3: Re-enable header protection

Google disabled this in qpr1, but we can re-enable it now that we've
fixed the height/clip calculation.

Change-Id: I93ac8162794079079e51061181f78d4dc40a4d5e
This commit is contained in:
Danny Lin 2021-12-29 21:07:38 -08:00 committed by Michael Bestas
parent 264dd95bc1
commit 945c2a3017
No known key found for this signature in database
GPG key ID: CC95044519BE6669

View file

@ -19,4 +19,7 @@
<!-- Default packages -->
<string name="wallpaper_picker_package" translatable="false">com.android.wallpaper</string>
<!-- Enable All Apps header scrim (works fine with our fixed search UI) -->
<bool name="config_header_protection_supported">true</bool>
</resources>