摘要: 删除单条短信:MessageBoxList.this.getContentResolver().delete( Uri.parse("content://sms/conversations/" + thread), "date=?", new String[] { bean.getDate1() } 阅读全文
posted @ 2016-11-10 19:18 张亚楠 阅读(668) 评论(0) 推荐(0) 编辑
摘要: 之前6.0权限用第三方类库比较多,但是都是挺麻烦的,今天给大家推荐一个好用的第三方类库: gitHub地址:https://github.com/yxping/EasyPermissionUtil 使用如下: (1)在项目的root中加入 (2)在lib工程下的build.gradle中 使用的方法 阅读全文
posted @ 2016-11-10 18:01 张亚楠 阅读(4097) 评论(0) 推荐(0) 编辑
摘要: 官方文档: http://docs.jiguang.cn/jpush/client/Android/android_sdk/ 手动集成步骤: 解压缩 jpush-android-release-2.x.y.zip 集成压缩包。 复制 libs/jpush-sdk-2.x.y.jar 到工程 libs 阅读全文
posted @ 2016-11-10 01:21 张亚楠 阅读(1264) 评论(0) 推荐(0) 编辑