public class DeviceTool { /** * 获取当前设置的电话号码 */ public static String getNativePhoneNumber(Context context) { String nativePhoneNumber = ""; ……