android
buerkai
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
android资源共享
资源共享。。。。。原创 2011-12-22 13:33:16 · 158 阅读 · 0 评论 -
android 权限
Android权限大全代码 android.permission.ACCESS_CHECKIN_PROPERTIES 允许读写访问”properties”表在checkin数据库中,改值可以修改上传( Allows read/write access to the “properties” table in the checkin database, to change value...原创 2012-01-19 10:22:18 · 100 阅读 · 0 评论 -
微信分享图片+文字到朋友圈
ComponentName comp = new ComponentName("com.tencent.mm", "com.tencent.mm.ui.tools.ShareToTimeLineUI"); intent.setComponent(comp); intent.setAction(Intent.ACTION_SEND); intent.setType("image...原创 2014-07-25 12:47:03 · 655 阅读 · 0 评论
分享