On Tue, Feb 10, 2009 at 06:32, plusminus <[email protected]> wrote:
>
> If you have 5 permissions and the user can toggle each of them you
> might have to handle 2^5 cases in your code =/ (worst case)
>

Not necessarily. First, of course this is a worst case, often you can
deal with each permission individually.

But anyway I also wish I could deny some permissions to a program even
if this program does not handle this well.

- by denying a permission it requests, when installing, I know I can
break normal functionning
- it covers the case a permission is asked but not used (because
programmer did not care enough...), or used in parts of the program I
never use.
- at worst the program will crash. Ideally at least correct warning
should occur when trying to access resource under denied permission.
- denying internet access to an application should (ideally) not be
worse that allowing it but not having internet connectivity.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Android Discuss" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/android-discuss?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to