Android 12 has a resource config for this.
Change-Id: Iec990b96460c0d0e80ebad4b706a07ad607e5b5c
Signed-off-by: roynatech2544 <whiteshell2544@naver.com>
Android 12 added this config to offload some window management to a
dedicated thread. Enable it to improve performance when the main System
UI thread is busy.
Change-Id: I9eef4cdbc26d0880f3a9aaf875d5e36ebd693238
Signed-off-by: roynatech2544 <whiteshell2544@naver.com>
It's odd that the power menu doesn't use Monet colors, unlike most of
System UI. This makes it feel more integrated with the rest of the
system.
[edit]: don't apply monet theming to Emergency icon
because it's hard to distinguish which one is Emergency button
when you really get in *TROUBLE* and panicked
Signed-off-by: someone5678 <nemui3353@gmail.com>
Signed-off-by: roynatech2544 <whiteshell2544@naver.com>
* Add some android.software.* features too
Change-Id: Ia15b498d1ac378d2be586855c32ccfe22cd216b4
Signed-off-by: roynatech2544 <whiteshell2544@naver.com>
* Our devices does not support state doze
* Also, change doze brightness
Change-Id: I0a8d20854637cb7195c5edc91ccc1991fe664b0f
Signed-off-by: roynatech2544 <whiteshell2544@naver.com>
This change replaces the '/system/lib64/libsurfaceflinger.so' pin, as
the file was removed in ag/12524602. The updated pin relies on
go/aog/1552085, as system_service needs read access to SurfaceFlinger.
Bug: 176197656
Test: adb shell dumpsys pinner (coral)
- shows that /system/bin/surfaceflinger is successfully pinned
adb logcat | grep PinnerService (coral)
- no longer shows a file-not-found error in PinnerService
Change-Id: Iae2a96c5fe4b1f5698d21de9970140321d11c460
Signed-off-by: SamarV-121 <samarvispute121@pm.me>
The pinner now asks the runtime for these files.
Test: adb shell dumpsys pinner
Bug: 144773394
Change-Id: Ifead4354d29b3ce658b2f5771b778a050b0579b5
Merged-In: I6627afc390f8dcacc197680dcc4917e2ac5bc090
Signed-off-by: SamarV-121 <samarvispute121@pm.me>
Addtitionally, Add device-specific trees as well
Change-Id: Icbbc31c063b18bce3702d0b208a0aee78148a7c0
Signed-off-by: roynatech2544 <whiteshell2544@naver.com>