Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
是否可以通过 Android API(特别是 1.5 API)检索设备的电话号码。
您可以通过调用TelephonyManager获取电话的电话号码。
请注意,您需要 READ_PHONE_STATE 权限。