public class TestActivity extends Activity {
public void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
TelephonyManager tm = (TelephonyManager);
this.getSystemService(Context.TELEPHONY_SERVICE);
String phoneId = tm.getLine1Number();
}
}
没有评论:
发表评论