Greenhorn
Greenhorn

Reputation: 769

Android CALL_PHONE permission issue

My App is not using the CALL_PHONE permission neither I've declared it in the manifest, but while installing the app, it shows that app is using CALL_PHONE permission. Please help me about this. I am developing for Android 1.6 and have installed the app for testing from SDCard.

Upvotes: 1

Views: 1192

Answers (1)

GSree
GSree

Reputation: 2898

If you use minsdkversion as 4 or above this issue will disappear.

Check this link Android permissions: Phone Calls: read phone state and identity

Upvotes: 3

Related Questions