Quantcast
Channel: Shiitake's tumblr.
Viewing all articles
Browse latest Browse all 46471

"端末情報の取得 Last-modified: 2010-04-05 (月)..."

$
0
0

端末情報の取得
Last-modified: 2010-04-05 (月) 13:21:04

端末からの情報取得について記載します。
#使ったものから記載しているためすべては網羅していません。

SIMカードの提供者の国コード(ISO) Edit
TelephonyManager telManager = (TelephonyManager)getSystemService(Context.TELEPHONY_SERVICE);
telManager.getSimCountryIso();

SIMのシリアルナンバー
TelephonyManager telManager = (TelephonyManager)getSystemService(Context.TELEPHONY_SERVICE);
telManager.getSimSerialNumber();

AndroidManifest.xmlに下記の権限が必要



- 端末情報の取得 - Android Wiki*

Viewing all articles
Browse latest Browse all 46471

Trending Articles