Skip to content

Commit

Permalink
Add miniafservice for call audio handling on some devices.
Browse files Browse the repository at this point in the history
  • Loading branch information
mlehtima committed Oct 8, 2016
1 parent a24cd1d commit 746fb3a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions rootdir/init.rc
Expand Up @@ -516,6 +516,7 @@ service servicemanager /system/bin/servicemanager
onrestart restart healthd
onrestart restart minimedia
onrestart restart minisf
onrestart restart miniaf
# onrestart restart zygote
# onrestart restart media
# onrestart restart surfaceflinger
Expand All @@ -532,6 +533,11 @@ service minisf /usr/libexec/droid-hybris/system/bin/minisfservice
user system
group graphics

service miniaf /usr/libexec/droid-hybris/system/bin/miniafservice
class main
user system
group audio

service vold /system/bin/vold
class core
socket vold stream 0660 root mount
Expand Down

0 comments on commit 746fb3a

Please sign in to comment.