想要取得手機資訊,可以使用以下方法↓ TelephonyManager telephonyManager = (TelephonyManager) this.getSystemService(Context.TELEPHONY_SERVICE); 取得IMEI ...
確定! 回上一頁