标签: android phone-number
是否可以通过Android API(特别是1.5 API)检索设备的电话号码。
答案 0 :(得分:2)
您可以拨打TelephonyManager来获取手机的电话号码。
请注意,您需要READ_PHONE_STATE权限。