tags:

views:

24

answers:

1

Hi There,

I know you can apply Permissions for Applications on it's manifest.xml file. What I want to know is, can those Permissions be adjusted by the Applications on the fly?

Here's my reason: say I have an application that is allowed to do "x", "y", and "z" (SMS, sockets, etc) Permissions. Now lets say I have a logical "user" that connects to this Application, and I want that user to only be able to do "x" and "y", but not "z" Permissions. It would be nice to have the Android Framework handle that instead of having a bunch of "if's" in the App code...

Thanks!

A: 

What I want to know is, can those Permissions be adjusted by the Applications on the fly?

No, sorry.

CommonsWare
Is it possible to reduce the Permissions? Meaning, The application has "x", "y", "z" Permissions, but I want to reduce the Permissions to "x" and "y" on the fly...can that be done?
KS
No, it is not possible.
CommonsWare