Re: [android-developers] Restrict opening Settings application
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 sense for your app, imagine some stupid app which
kills your device, opens up tons of threads, etc.., you want to shut
it down / clear the data / uninstall it, but the app stops you from
doing so... bad thing, right :-)...
kris
P.s., if the user knows enough to find how to clear your apps data,
the probability they're doing it "by accident" is almost zero...
On Sat, Jan 21, 2012 at 12:45 AM, ramkumar pinninti
<ramkumar.pinninti@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 having less knowledge on Android.So i want to restrict them not to
> open Settings application because they accidentally or intensionally
> change seetings that may cause loss of data or stop my app.
> I need following Settings shuold not be changed
>
> 1)Time,Time zone always automatic(Network provider)
> 2)User should not clear my app data
>
> Please tell me if u have any ideas.
>
> Thanks and Regards
> P.Ramkumar.
>
> --
> 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+unsubscribe@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/android-developers?hl=en
--
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+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home