我在我的應用程序工作,並利用該方法獲取電話號碼:在Android中使用Airtel提供商SIM卡時無法獲得SIM卡號碼?
TelephonyManager phoneManager = (TelephonyManager)appContext.getSystemService(Context.TELEPHONY_SERVICE);
number = phoneManager.getLine1Number();
它與所有的SIM卡的工作很好,但在Airtel公司提供SIM卡越來越問題。 嘗試使用此SIM卡時,我變得空白。
我不知道爲什麼Android API與不同的提供商有不同的處理方式。請建議我。
謝謝一個很酷的概念......! – 2013-03-13 13:08:26