I want to get the mobile number of a sim which is inserted into the device. I know as pr the android SDK TelephoneManger
is the class by which we can get it by getLine1Number()
method. but it always returns null values.
Queries:
- Can i get mobile number from device?
- Is it a sim dependent or in some case also device dependent?
- Any other ways to get the mobile number from device?