The full list of permissions is here: http://developer.android.com/reference/android/Manifest.permission.html
I don't see a DELETE_SMS permission, and I don't remember which controls that functionality (presumably WRITE, as it's going to be an update to the sms content provider...) Kris On Mon, Jan 28, 2013 at 2:33 PM, Jeffrey Walton <[email protected]> wrote: > Hi Kris, > > On Mon, Jan 28, 2013 at 1:41 PM, Kristopher Micinski > <[email protected]> wrote: >> One of the Android security maxims is that apps should be able to >> affect the behavior of other apps. I.e., an app can't gain "system >> level" privileges. What you want is a dynamic permission adjustment >> for each of these apps. This is not possible with a stock Android ROM, >> though these features are included in a variety of different mods >> (e.g., I believe cyanogenmod allows you to do this). > Somewhat related: Is there a DELETE_SMS permission yet? Or are apps > still allowed to silently delete SMS's using other permissions? > > Jeff > >> On Sun, Jan 27, 2013 at 5:07 AM, Soft Best <[email protected]> wrote: >>> Dear members, >>> >>> Started exploring ICS.. >>> >>> There are thousands of applications in play store. Once you install them, >>> they just show it can access your SMS, MMS, Call logs etc >>> >>> Is there any app which can be used to limit access of these applications ? >>> >>> e.g. if angry birds is accessing my sms & call logs, I dont see reason for >>> allowing this access & I dont want to disable it. how to do it ? -- You received this message because you are subscribed to the Google Groups "Android Security Discussions" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/android-security-discuss?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
