Kevin Peterson writes:
> I want to daemonify my python script on Android device. That is, it
> should be automatically invoked on boot up.
Those aren't the same thing. To daemonise a program is independent of
whether the program starts automatically; it can start automatically
without detaching
On Sun, Dec 22, 2013 at 10:22 PM, Kevin Peterson wrote:
> Hi,
>
> I want to daemonify my python script on Android device. That is, it should be
> automatically invoked on boot up.
>
> Appreciate your help.
I don't know anything about Android programming, but for Linux i
followed the advice on t