From 3507616870acd71bbd26e045528b0cfe716d37cd Mon Sep 17 00:00:00 2001 From: Eric Laurent Date: Sun, 24 Jul 2011 10:16:47 -0700 Subject: [PATCH] Fix issue 4604090: notification sound interrupted. Removed system from mediaserver groups. Not needed anymore now that AudioFlinger acquires wake locks via PowerManagerService. Change-Id: I177b968a0a30557d871188bf3991b96d9b391d3c --- rootdir/init.rc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/rootdir/init.rc b/rootdir/init.rc index 0d476d490..955688529 100644 --- a/rootdir/init.rc +++ b/rootdir/init.rc @@ -429,8 +429,7 @@ service drm /system/bin/drmserver service media /system/bin/mediaserver class main user media - # STOPSHIP: remove system from mediaserver groups - group audio camera inet net_bt net_bt_admin system + group audio camera inet net_bt net_bt_admin ioprio rt 4 service bootanim /system/bin/bootanimation