Android デバイスに Simcard 番号を挿入する予定です。そのために、私はこのコーディングスニペットを試しています。
TelephonyManager tm = (TelephonyManager)this.getApplicationContext().getSystemService(Context.TELEPHONY_SERVICE); 文字列 phoneNumber= tm.getSimcardNumber();
私の質問は、すべてのネットワーク プロバイダーの Simcard 番号を取得できるかどうかです。私に提案してください。返信をお待ちしております。
よろしくアナンド