딱히..설명도 없고.. 그냥 사용하면 됨!
//TelephonyManager를 받아오고.. mTelephonyManager = (TelephonyManager) mContext.getSystemService(Context.TELEPHONY_SERVICE); String telephone = mTelephonyManager.getLine1Number(); //전화번호를 받는다~
'Programming > Android' 카테고리의 다른 글
[Android, Hybrid] 앱에서 파일 다운로드 구현. URL File Download. (2) | 2014.07.10 |
---|---|
[Android] Notification 에서 onNewIntent가 타지 않는 문제. How to call onNewIntent from Notification. (4) | 2014.06.26 |
[Android] 안드로이드 TextView 글자에 색깔 넣기. 부분적으로 색깔 넣기. html 스타일 적용. (0) | 2014.06.24 |
[Android] TextView, 글자에 외곽선(Border, outline) 넣기 (2) | 2014.06.24 |
[Android] 안드로이드에서 httpPost multiparts로 전송하기(멀티파트, 멀티파츠) (2) | 2014.06.24 |