If you run tasks you know need a certain permissions and have no
crash.

iirc you can see in the package manager which permissions you
application has. You wont get any popups asking for permission after
the application was installed. The only time you have to check the
permissions is when the application is installed. At this time your
only choice is: "Install the application and allow all the necessary
permissions" or "Don't install the application and disallow all
permissions (no installed app = no permissions of course :P)".

You won't be asked every time you access the camera if you want to
allow it like on regular Java mobile phones

On Jun 24, 10:08 am, Sheado <chad...@gmail.com> wrote:
> howdy,
>
> i'm prepping my first app for publishing and am a bit confused about
> how to properly test my <uses-permission> tags.. if i don't specify
> any permissions my app runs with no complaints on my G1. I tried
> installing it via "adb install" as well as with the eoeAppInstaller
> (as somebody had recommended). Also, the app is signed with my own
> certificate (not the debug cert).
>
> given that it works fine with no permissions (btw, it accesses camera
> and sd card), how will I know if I've set all of the proper <uses-
> permission> tags?
>
> what's the proper way to test <uses-permission> tags?
>
> thank you!!
--~--~---------~--~----~------------~-------~--~----~
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-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to