Chong Zhang | a2e3a04 | 2020-10-26 11:58:11 -0700 | [diff] [blame^] | 1 | # media.transcoding service is defined on com.android.media apex which goes back |
2 | # to API29, but we only want it started on API31+ devices. So we declare it as | ||||
3 | # "disabled" and start it explicitly on boot. | ||||
4 | service media.transcoding /apex/com.android.media/bin/mediatranscoding | ||||
5 | class main | ||||
6 | user media | ||||
7 | group media | ||||
8 | ioprio rt 4 | ||||
9 | task_profiles ProcessCapacityHigh HighPerformance | ||||
10 | disabled |