Search code examples
androidautostart

Get an App to start on startup


I have written a C# app. It was written for the Windows OS that is installed on the USB PC stick.

This 'stick' has Windows 8.1 32 bit installed on it.

As Windows 10 is now released I am concerned that this OS will become obsolete.

If I upgrade to Windows 10, as I understand it I cannot control the windows update and any subsequent reboots.

My app is responsible for sending a stream of images from my IP camera to my Server which in turn renders these images to a browser for my clients.

An alternative route I am considering is using the Android USB stick instead.

I was going to purchase Xmarian and convert my C# code to these bindings.

But, can I get an app to auto-start on these Android devices?

The make is: MK809 III RK3188 Android 4.2 2GB RAM 8GB ROM Quad Core A9 Mini PC TV Box Stick C

any pointers, suggestion would be appreciated


Solution

  • in android you can use broadcast receiver to receive BOOT_COMPLETED event to get an application start when boot completed. and using broadcast receiver you can know many system events and events by other apps