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.