[android-developers] Re: Removing unncessary permissions

2010-08-16 Thread Paul Turchenko
Please point out the source of such information. This absolutely doesn't make sence to me. On Aug 14, 8:56 am, Maps.Huge.Info (Maps API Guru) cor...@gmail.com wrote: Where are you installing the app from? I'm guessing a non-market source. If you install if from a non-market source, the

[android-developers] Re: Removing unncessary permissions

2010-08-15 Thread William Ferguson
Excellent, that works very nicely. Thanks Dianne. On Aug 15, 5:53 am, Dianne Hackborn hack...@android.com wrote: Use android:minSdkVersion=4 or better.  Prior versions of the platform did not have these permissions, so must assume that apps written against them do not declare them so need to

[android-developers] Re: Removing unncessary permissions

2010-08-14 Thread William Ferguson
Oh OK. I was just copying it to the SD card on the phone and installing from there. So yes, a non-market source. Is there anyway to tell what permissions the Market will think my app needs without uploading it to Market and then attempting to install from there? On Aug 14, 3:56 pm,

[android-developers] Re: Removing unncessary permissions

2010-08-14 Thread Maps.Huge.Info (Maps API Guru)
The permissions will show correctly when loading it from the market. You can see exactly what will be shown by uploading your app to the developer's console in the market web site. There's a section below the upload button that displays the permissions. You don't have to publish it at that point.

[android-developers] Re: Removing unncessary permissions

2010-08-13 Thread Maps.Huge.Info (Maps API Guru)
Where are you installing the app from? I'm guessing a non-market source. If you install if from a non-market source, the permissions are always pretty much the worst case scenario. I guess this is due to the installer not knowing what the permissions really are. Once you upload the app to the