diff options
| author | 2023-10-19 17:19:25 +0000 | |
|---|---|---|
| committer | 2023-10-19 17:19:25 +0000 | |
| commit | b7c5e2296f3d982901ed789c76bd3f3e832b6ba4 (patch) | |
| tree | b762e082c4973750f3f02c3719fed319c4c64903 | |
| parent | cb7ad62e9c996ad24fb02f3681d62c32d1467dd3 (diff) | |
Add aconfig flag for async hybrid notification view inflation
Add an aconfig flag for the feature: Inflating hybrid notification view
from the background thread.
Bug: 288326013
Bug: 217799515
Test: adb shell device_config put systemui com.android.systemui.notification_async_hybrid_view_inflation true
Change-Id: Ie9e27388561e0a1d7bda8a4e69f48d3bf6557487
| -rw-r--r-- | packages/SystemUI/aconfig/systemui.aconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/packages/SystemUI/aconfig/systemui.aconfig b/packages/SystemUI/aconfig/systemui.aconfig index 211af908a877..05675289db64 100644 --- a/packages/SystemUI/aconfig/systemui.aconfig +++ b/packages/SystemUI/aconfig/systemui.aconfig @@ -31,6 +31,13 @@ flag { } flag { + name: "notification_async_hybrid_view_inflation" + namespace: "systemui" + description: "Inflates the hybrid (single-line) notification views form the background thread." + bug: "217799515" +} + +flag { name: "scene_container" namespace: "systemui" description: "Enables the scene container framework go/flexiglass." |