This a question about the open source music app(platform/packages/apps/
music). I don't understand whether the MediaPlayback service runs in a
different thread or process.

MediaPlayback Activity uses marshalling to communicate to
MediaPlaybackService. From that I would assume that the service is
running in a different process. But in the androidManifest.xml, I dont
see  'android:process' tag for the service. MediaPlayback service
doesn't seem to spawn a thread too. Then how does the playback
continue in the background without blocking the UI?



-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

To unsubscribe, reply using "remove me" as the subject.

Reply via email to