虽然在android 4.0.3中绑定MediaPlaybackService会引发异常,如下所示:
03-09 09:51:08.399:ERROR / AndroidRuntime(664):java.lang.RuntimeException:无法启动活动ComponentInfo {com.sudarmuthu.android.adjustvolume / com.sudarmuthu.android.adjustvolume.AdjustVolume}: java.lang.SecurityException:不允许绑定到服务Intent {cmp = com.android.music / .MediaPlaybackService} 03-09 09:51:08.399:ERROR / AndroidRuntime(664):在android.app.ActivityThread.performLaunchActivity(ActivityThread.java:1956) 03-09 09:51:08.399:ERROR / AndroidRuntime(664):在android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:1981) 03-09 09:51:08.399:ERROR / AndroidRuntime(664):在android.app.ActivityThread.access $ 600(ActivityThread.java:123) 03-09 09:51:08.399:ERROR / AndroidRuntime(664):在android.app.ActivityThread $ H.handleMessage(ActivityThread.java:1147) 03-09 09:51:08.399:ERROR / AndroidRuntime(664):在android.os.Handler.dispatchMessage(Handler.java:99) 03-09 09:51:08.399:ERROR / AndroidRuntime(664):在android.os.Looper.loop(Looper.java:137) 03-09 09:51:08.399:ERROR / AndroidRuntime(664):在android.app.ActivityThread.main(ActivityThread.java:4424) 03-09 09:51:08.399:ERROR / AndroidRuntime(664):at java.lang.reflect.Method.invokeNative(Native Method) 03-09 09:51:08.399:ERROR / AndroidRuntime(664):at java.lang.reflect.Method.invoke(Method.java:511) 03-09 09:51:08.399:ERROR / AndroidRuntime(664):at com.android.internal.os.ZygoteInit $ MethodAndArgsCaller.run(ZygoteInit.java:784) 03-09 09:51:08.399:ERROR / AndroidRuntime(664):at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:551) 03-09 09:51:08.399:ERROR / AndroidRuntime(664):at dalvik.system.NativeStart.main(Native Method) 03-09 09:51:08.399:ERROR / AndroidRuntime(664):引起:java.lang.SecurityException:不允许绑定到服务Intent {cmp = com.android.music / .MediaPlaybackService} 03-09 09:51:08.399:ERROR / AndroidRuntime(664):在android.app.ContextImpl.bindService(ContextImpl.java:1135) 03-09 09:51:08.399:ERROR / AndroidRuntime(664):在android.content.ContextWrapper.bindService(ContextWrapper.java:370) 03-09 09:51:08.399:ERROR / AndroidRuntime(664):at com.sudarmuthu.android.adjustvolume.AdjustVolume.onStart(AdjustVolume.java:153) 03-09 09:51:08.399:ERROR / AndroidRuntime(664):在android.app.Instrumentation.callActivityOnStart(Instrumentation.java:1133) 03-09 09:51:08.399:ERROR / AndroidRuntime(664):在android.app.Activity.performStart(Activity.java:4475) 03-09 09:51:08.399:ERROR / AndroidRuntime(664):在android.app.ActivityThread.performLaunchActivity(ActivityThread.java:1929)
此应用程序在Android 2.1版本中顺利运行。
任何帮助!!
答案 0 :(得分:1)
请参阅此链接http://groups.google.com/group/android-developers/browse_thread/thread/a03ea845989a49ba,我认为这会对您有帮助......