I need to write app that controls other custom made hardware device by USB and/or Bluetooth. so I need to turn regular android tablet in to custom controller. That means:
- My app has to start up automatically when device is turned on.
- All other functions of the tablet has to be unavailable to user or password-protected.
well, basically I have to make sure that my app is the only app on the device that user can use.
Is there a way to achieve this functionality? Can anyone point my a link or an API that can do this stuff?
Thanks.