Discussion Forums  >  Suggestions, Ideas, Wish List

Replies: 4    Views: 228

Prince apps
Aspiring developer
Profile
Posts: 121
Reg: Nov 23, 2012
Mumbai
1,210
06/13/14 03:05 AM (10 years ago)

Why this permission?(Android)

hello friends. i want to know why we use following permission in our android apps? what is the reason behind to use it? <uses-permission android:name="android.permission.READ_PHONE_STATE" /> is it for device ID and call information? if it is for this reason then is it safe to use? and incomplaint with Google play privacy policy? i mean is it safe permission? what should we use to write in our description to define this permission? waiting for response of master no newbie allowed to answer please. thanks a lot before
 
rburns50
buzztouch Evangelist
Profile
Posts: 168
Reg: May 12, 2014
Bilston - Engla...
9,130
like
06/13/14 03:37 AM (10 years ago)
As I understand it the READ_PHONE_STATE permission is mostly used to have access to the phone ID. It allows developers to know how many users (phones) they have. But this permission will also let us know if you are receiving a call or not to react in consequence (if it is a music application: reduce the volume), and things like that.
 
CMCOFFEE
Android Fan
Profile
Posts: 2017
Reg: Jan 04, 2013
Amarillo, Texas
26,670
like
06/13/14 05:44 AM (10 years ago)
http://developer.android.com/reference/android/Manifest.permission.html Also the admob intrgration is different from that one post now.the how to is in admob docs
 
GoNorthWest
buzztouch Evangelist
Profile
Posts: 8197
Reg: Jun 24, 2011
Oro Valley, AZ
1,000,000
like
06/13/14 10:07 AM (10 years ago)
This link has a pretty decent explanation. It is a read-only property, so no reason not to include it. http://android.stackexchange.com/questions/24519/looking-for-android-permission-details Mark
 
Prince apps
Aspiring developer
Profile
Posts: 121
Reg: Nov 23, 2012
Mumbai
1,210
like
06/16/14 09:40 AM (10 years ago)
ok thanks a lot @mark and @CMCOFFEE
 

Login + Screen Name Required to Post

pointerLogin to participate so you can start earning points. Once you're logged in (and have a screen name entered in your profile), you can subscribe to topics, follow users, and start learning how to make apps like the pros.