[android-developers] Allow only single application to run on Android device

2012-03-12 Thread Archana

Hi,
Is it possible to run single application in android and restricting
all other.
For ex. I have application with name  xyz so is it possible to run
this alone and block all other apps
like -third party apps, youtube, maps etc.

I saw this this to be achieved in Iphone by doing some Iphone utility
configuration.
But do we have something similar to this.?

-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


Re: [android-developers] Allow only single application to run on Android device

2012-03-12 Thread Mark Murphy
On Mon, Mar 12, 2012 at 9:26 AM, Archana archana.14n...@gmail.com wrote:
 Is it possible to run single application in android and restricting
 all other.

You are welcome to make your app a home screen, and thereby attempt to
limit users, but anyone with a brain bigger than a walnut will reboot
the phone in safe mode and remove your app if they so choose. The only
way to prevent that is to build your own firmware, where your app *is*
the home screen.

-- 
Mark Murphy (a Commons Guy)
http://commonsware.com | http://github.com/commonsguy
http://commonsware.com/blog | http://twitter.com/commonsguy

_Android Programming Tutorials_ Version 4.1 Available!

-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en