If your app doesn't target SDK version >= 4, then these are added, because
prior to that apps had free access to the things these permissions protect.

On Wed, Jun 30, 2010 at 9:17 AM, Ken H <hunt1...@gmail.com> wrote:

> I wrote an app in which the only permission I give in the manifest is
> internet access,
>
> <uses-permission android:name="android.permission.INTERNET" />
>
> but when I check the list of permissions in the Application Info it
> says:
>
> Storage
> modify/delete SD card contents
>
> Network communications
> full internet access
>
> Phone calls
> read phone state and identity
>
> My app is a simple reference doc that has a few outside web links
> embedded in it. It does nothing to the sd card, let alone the phone.
> What's going on?
>
> Ken
>
> --
> 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<android-developers%2bunsubscr...@googlegroups.com>
> For more options, visit this group at
> http://groups.google.com/group/android-developers?hl=en
>



-- 
Dianne Hackborn
Android framework engineer
hack...@android.com

Note: please don't send private questions to me, as I don't have time to
provide private support, and so won't reply to such e-mails.  All such
questions should be posted on public forums, where I and others can see and
answer them.

-- 
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