Move device/google/atv overlays into SystemUI am: dfb7ca6157

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

MUST ONLY BE SUBMITTED BY AUTOMERGER

Change-Id: I50e0f826901ddd96cd9adf928f16026b457972b0
This commit is contained in:
Robin Lee
2021-01-25 18:19:51 +00:00
committed by Automerger Merge Worker

View File

@@ -42,4 +42,10 @@
<item>com.android.systemui.statusbar.notification.InstantAppNotifier</item> <item>com.android.systemui.statusbar.notification.InstantAppNotifier</item>
<item>com.android.systemui.toast.ToastUI</item> <item>com.android.systemui.toast.ToastUI</item>
</string-array> </string-array>
<!-- Disable KeyguardService -->
<bool name="config_enableKeyguardService">false</bool>
<!-- Svelte specific logic, see RecentsConfiguration.SVELTE_* constants. -->
<integer name="recents_svelte_level">3</integer>
</resources> </resources>