XML : What is with these permissions?

My app has only one declared permission in the manifest, and that is for internet to display ads.

  <uses-permission     android:name = "android.permission.INTERNET" />    

For some reason, the play store gives the message that my app needs permission for identity and contacts:

enter image description here

Those are the permissions shown on the play store website. When downloading the app on a phone it only says it needs identity. My question is, why are all of these permissions stated, even though all I am using is Internet for the ads?

Thanks so much,

Ruchir

No comments:

Post a Comment