The SDK docs<http://developer.android.com/guide/topics/security/permissions.html>say that by default, Android apps do not request any permissions. However, when I generated a Hello World app<https://play.google.com/store/apps/details?id=us.yellosoft.helloandroid>, it requires three permissions:
- android.permission.READ_EXTERNAL_STORAGE - android.permission.READ_PHONE_STATE - android.permission.WRITE_EXTERNAL_STORAGE I have not asked for any of these. They do not appear in my AndroidManifest.xml<https://github.com/mcandre/hello-android/blob/master/AndroidManifest.xml>, nor do they show up when I grep my project. How are these silly permissions getting into my APK? -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

