摘要:
关于Build类的介绍这个类为一个获取设备一些初始化信息的类,该类的主要信息都是通过一些static的字段获得:public static finalStringBOARDThe name of the underlying board, like "goldfish".(设备厂商)public s... 阅读全文
摘要:
显示网页: Uri uri = Uri.parse("http://www.google.com"); Intent it = new Intent(Intent.ACTION_VIEW,uri); startActivity(it);显示地图: Uri uri = Uri.parse("ge... 阅读全文