On Thu, May 9, 2013 at 11:47 PM, Jeffrey Walton <[email protected]> wrote:
> > (1) How do we determine development permissions? The Manifest does not > denote them. You can see all of them by searching for 'development' here: https://github.com/android/platform_frameworks_base/blob/master/core/res/AndroidManifest.xml > > (BTW, great article Nikolay). Thanks! Maybe I should have put more focus on the new stuff... To add to Nick's answer, what pm grant/revoke does is add/remove permission entries to packages.xml, so grants are permanent. They survive reboots, but not re-install, of course. -- 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.
