[android-developers] Restrict opening Settings application

2012-01-20 Thread ramkumar pinninti
Hi, I Am working in a organization.We developed a project in which more than 50 users will use Android mobiles with O.S 2.2(Froyo).My users are having less knowledge on Android.So i want to restrict them not to open Settings application because they accidentally or intensionally change seetings tha

Re: [android-developers] Restrict opening Settings application

2012-01-20 Thread Sheikh Basiruddin
simply make the options in the settings and unfocus it and donot implement on click method if u do then just toast saying that u are restricted. On Sat, Jan 21, 2012 at 11:15 AM, ramkumar pinninti < ramkumar.pinni...@gmail.com> wrote: > Hi, > I Am working in a organization.We developed a project

Re: [android-developers] Restrict opening Settings application

2012-01-20 Thread Manoj Bawane
I think you, disable any click event on setting tab. On Fri, Jan 20, 2012 at 9:45 PM, ramkumar pinninti < ramkumar.pinni...@gmail.com> wrote: > Hi, > I Am working in a organization.We developed a project in which more > than 50 users will use Android mobiles with O.S 2.2(Froyo).My users > are hav

Re: [android-developers] Restrict opening Settings application

2012-01-20 Thread Kristopher Micinski
If you want them from accessing the "Settings" app on their phone, the one that allows them to uninstall your app, etc.., You can't do this.., this would be a security hole. In general, you can't "block" other apps, or interfere with the user experience in apps you don't write. Even if it makes