Hello,
   I have a daemon service running from Bootup( thru an entry in
init.rc file).This service is expected to render a surface and update
images when an application that binds to this service pass to it( thru
aidl) the screen dimensions along with SurfaceView object. But because
the service doesn't have permission to access the surface it is not
able to access the SurfaceView and draw to the surface. I don't want
to run it in application context (using JNI) as updating shouldn't
affect the application directly.
   How can I give permission to a daemon service that runs in system
process Context?

Gratefully welcome your suggestions and reply,

Jacob.

-- 
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

Reply via email to