diff options
| author | Eric Laurent <elaurent@google.com> | 2011-07-27 09:03:46 -0700 |
|---|---|---|
| committer | Android (Google) Code Review <android-gerrit@google.com> | 2011-07-27 09:03:46 -0700 |
| commit | 17e163182d704a11cdb2108c10197e636e9e0256 (patch) | |
| tree | f8db7677d15af2b4eeba01fd587a8b20e606174c | |
| parent | c349636c7cec0abe3a92c220a6d828edbd21208b (diff) | |
| parent | 3507616870acd71bbd26e045528b0cfe716d37cd (diff) | |
| download | system_core-17e163182d704a11cdb2108c10197e636e9e0256.tar.gz system_core-17e163182d704a11cdb2108c10197e636e9e0256.tar.bz2 system_core-17e163182d704a11cdb2108c10197e636e9e0256.zip | |
Merge "Fix issue 4604090: notification sound interrupted."
| -rw-r--r-- | rootdir/init.rc | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/rootdir/init.rc b/rootdir/init.rc index 0d476d49..95568852 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 |
