Mobile/android2012. 9. 16. 16:32



코드에 이 두줄만 추가하면 됩니다.

TelephonyManager telManager = (TelephonyManager) getSystemService(Context.TELEPHONY_SERVICE);

String phoneNum = telManager.getLine1Number();




퍼미션 추가하는것도 잊지마세요


'Mobile > android' 카테고리의 다른 글

Fragment LifeCycle  (0) 2012.09.23
Activity LifeCycle  (0) 2012.09.23
My Application  (0) 2012.09.13
setFlags  (0) 2012.08.30
Context  (0) 2012.08.30
Posted by NeverTry