Hi,
I wrote an Android application. These are the permissions I requested:
- INTERNET
- ACCESS-COARSE-LOCATION
- ACCESS-FINE-LOCATION
- ACCESS-NETWORK-STATE
- CHANGE-NETWORK-STATE
On 1.5 devices, it looks fine. I tried on a 2.0 device, and it also shows an additional permission when installing the app:
- SD CARD READ / WRITE
is that just coming up by default now on any 2.0 device we install on? I do use Context.openFileOutput() to write a file to disk, but only to the app sandbox location, never to SD card.
Thanks