小编use*_*865的帖子

如何在Android中获取Google Nexus 7 TAB的IMEI号码?

我使用以下代码获取Google Nexus 7标签的IMEI号码.我无法得到.如何获取Google Nexus 7的IMEI号码?

TelephonyManager telephonyManager = (TelephonyManager) context
                .getSystemService(Context.TELEPHONY_SERVICE);
        return telephonyManager.getDeviceId();
Run Code Online (Sandbox Code Playgroud)

android nexus-7

3
推荐指数
1
解决办法
1万
查看次数

标签 统计

android ×1

nexus-7 ×1