Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b7c5e229 authored by Yining Liu's avatar Yining Liu
Browse files

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
parent cb7ad62e
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -30,6 +30,13 @@ flag {
    bug: "299448097"
}

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"