I am porting Android P in a device, in that I have seen some lags in the systemui(com.android.systemui) especially in volume bar actions.
So I increased the priority of systemui using renice command it works better after that. So now I want to add the priority while the process starts.
Please help me in change the priority of the systemui when it launches.
You can add a
priorityproperty to the service description in its.rcfile.https://android.googlesource.com/platform/system/core/+/master/init/README.md