電話經理給我Null
電話號碼,雖然我還使用此代碼 -TelephonyManager給我空
TelephonyManager tMgr=(TelephonyManager)getSystemService(TELEPHONY_SERVICE);
String mPhoneNumber = tMgr.getLine1Number();
Log.i(TAG, "PH No"+mPhoneNumber);
權限::
<uses-permission android:name="android.permission.READ_PHONE_STATE"/>
它讓我null
當我有打印。 ...
06-13 12:29:02.749: INFO/Login(5273): PH Nonull
Ple ase幫我解決這個問題
可能的重複http://stackoverflow.com/questions/2443524/getline1number-return-null-but-not-always http://stackoverflow.com/questions/10619872/the-exact-solution-of-獲取電話號碼在Android中 http://stackoverflow.com/questions/5755379/how-to-get-my-phonenumber http://stackoverflow.com/questions/2480288/get-phone-在這個問題已被詢問和回答/討論了無數次。沒有可靠的方法來獲取用戶的電話號碼。期。故事結局。 –