how to get mobile number automatically in android application resistration like whatsapp -


how can mobile number automatically after user installs android application. when registered in application without entering manually. using following code.

telephonymanager manager =(telephonymanager)getsystemservice(context.telephony_service); string phonenumber = manager.getline1number(); 

make sure have permission read_phone_state in manifest

also please here more information!


Comments

Popular posts from this blog

How to logout from a login page in asp.net -

Stack level too deep error after upgrade to rails 3.2 and ruby 1.9.3 -