Hi all,

I am trying to change the priority of another process through the
method, setThreadPriority (int tid, int priority) how ever I am
getting the security exception saying I don't have permission to
modify the given thread. Is there any permission that I must add to
the android manifest?

will it be possible to issue setThreadPriority (int tid, int priority)
on another process if my app runs as root? currently it has
app_someOn. if so how can I make my app run as root?

Thanks,
Regards,
Kani

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

Reply via email to