摘要:
android:theme="@android:style/Theme.Dialog" 将一个Activity显示为能话框模式 android:theme="@android:style/Theme.NoTitleBar" 不显示应用程序标题栏 android:theme="@android:style/Theme.NoTitleBar.Fullscreen" 不显示应用程序标题... 阅读全文
posted @ 2012-01-02 16:43
anakinf
阅读(714)
评论(0)
推荐(1)
摘要:
刚整理了份Android权限Uri.parse的资料 1,调web浏览器 Uri myBlogUri = Uri.parse("http://xxxxx.com"); returnIt = new Intent(Intent.ACTION_VIEW, myBlogUri); 2,地图 Uri mapUri = Uri.parse("geo:38.899533,-77.036... 阅读全文
posted @ 2012-01-02 11:51
anakinf
阅读(5960)
评论(2)
推荐(0)
摘要:
<uses-permission android:name="android.permission.ACCESS_CHECKIN_PROPERTIES" ></uses-permission> 允许读写访问"properties"表在checkin数据库中,改值可以修改上传 <uses-permission android:name="android.permission.ACCESS_CO... 阅读全文
posted @ 2012-01-02 11:42
anakinf
阅读(452)
评论(1)
推荐(0)

浙公网安备 33010602011771号