I just want to learn how can i run my application on Android devices?
I mean,it has to run automatically on startup and nothing will be allowed except the application.
I just want to do something like this. (See the video) https://www.youtube.com/watch?v=09F3byGTdZs
Additional Explanation:
I created an application.I want to run this on my tablet pc and everything else will be disabled except my application.When i start my tablet,my application will run directly and it's not allowed to go home screen,task manager or anything.Only my application will run on system.For example i got an application like instagram.I want to turn my android device to instagram device.I hope you understand.So sorry for bad english.
Asked
Active
Viewed 46 times
0

PBSDR
- 23
- 7
-
please say more detailes! – hamidrezabstn Oct 08 '16 at 12:31
-
I created an application.I want to run this on my tablet pc and everything else will be disabled except my application.When i start my tablet,my application will run directly and it's not allowed to go home screen,task manager or anything.Only my application will run on system.For example i got an application like instagram.I want to turn my android device to instagram device.I hope you understand.So sorry for bad english. @hamidrezabstn – PBSDR Oct 08 '16 at 12:36
-
this guide would help you with that http://stackoverflow.com/questions/6391902/how-to-start-an-application-on-startup @PBSDR – hamidrezabstn Oct 08 '16 at 12:49
1 Answers
1
Use this link for Kiosk Application http://www.andreas-schrade.de/2015/02/16/android-tutorial-how-to-create-a-kiosk-mode-in-android/

gautam90
- 58
- 7
-
-
You have to make your application "Default", then only it can run without any interruption of other App, use below link : [link](https://thebitplague.wordpress.com/2013/04/05/kiosk-mode-on-the-nexus-7/) – gautam90 Oct 08 '16 at 12:58
-
Yes it is safe as you can do this process without rooting your mobile or tablet. – gautam90 Oct 08 '16 at 12:59
-
Hi, can you raise the Arrow upward to my answer. It will be of great help for others to find the answer of this Kiosk mode. – gautam90 Oct 08 '16 at 13:08
-
Thanks for accepting the answer. I have already created the video app like that, so is this link helpful to you ? – gautam90 Oct 08 '16 at 13:21