Is it possible to restart the phone with Android SDK or NDK?
Posted
by J Andy
on Stack Overflow
See other posts from Stack Overflow
or by J Andy
Published on 2010-05-11T09:06:33Z
Indexed on
2010/05/12
22:14 UTC
Read the original article
Hit count: 178
Is it possible to programmatically restart the phone from a application (service) running on top of the Dalvik VM?
If the SDK does not provide this functionality, then how about using the NDK and calling some functions provided by the kernel? I know this option is not preferred (not stable enough libs), but if it's the only option, I'll have to consider that as well.
© Stack Overflow or respective owner