Re: [android-developers] READ_PHONE_STATE and WRITE_EXTERNAL_STORAGE automatically required?

2010-06-21 Thread Sean Hodges
Can't say I've seen this before. Do you mean the permissions are automatically added to the AndroidManifest.xml, or that your app requests those permissions even without the entries present? If it's the former, have you tried just removing those permissions from your manifest? On Mon, Jun 21, 2

[android-developers] READ_PHONE_STATE and WRITE_EXTERNAL_STORAGE automatically required?

2010-06-21 Thread Viktor Linder
My app does not require the READ_PHONE_STATE and WRITE_EXTERNAL_STORAGE permissions (there's no clause about this in the manifest), but it seems they are implicitly added by the SDK when minSdkVersion is set to 3. Will the user on a 1.6 or higher phone be queried about these permissions when downl