Android007
unread,Nov 7, 2012, 10:14:59 AM11/7/12Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to android-...@googlegroups.com
I would like to run the WindowManagerService on a process different than the system process.
I would like to startInstrumentation/bindService of it from the ActivityManagerService.
I think Android developers would have a good understanding of how to run a thread on a different process, but since this is WindowManagerService then I think this forum is the right one.
I was thinking about doing it using Process.start(...). I can create a new process this way, but then in order to run the the "real" WindowManagerService ctor I need: a context( whichg I don't have), a referencet to the PowerManagerService which I don't have etc...
Does anyone have an idea how to do this OR at least how to run any Runnable object on a new process?
Thanks,