File tree Expand file tree Collapse file tree 3 files changed +11
-4
lines changed
src/main/java/com/xdandroid/sample/misc Expand file tree Collapse file tree 3 files changed +11
-4
lines changed Original file line number Diff line number Diff line change 26
26
27
27
android {
28
28
compileSdkVersion 26
29
- buildToolsVersion " 26.0.1 "
29
+ buildToolsVersion " 26.0.2 "
30
30
31
31
defaultConfig {
32
32
minSdkVersion 14
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ apply plugin: 'com.android.application'
2
2
3
3
android {
4
4
compileSdkVersion 26
5
- buildToolsVersion " 26.0.1 "
5
+ buildToolsVersion " 26.0.2 "
6
6
defaultConfig {
7
7
applicationId " com.xdandroid.sample"
8
8
minSdkVersion 14
Original file line number Diff line number Diff line change @@ -16,9 +16,16 @@ public class RevokeActivity extends Activity {
16
16
17
17
static final List <String > WHITE_LIST_APPS = Arrays .asList (
18
18
"com.github.shadowsocks" ,
19
- "com.tencent.mm" ,
20
19
"com.xdandroid.kill" ,
21
- "me.piebridge.brevent"
20
+ "me.piebridge.brevent" ,
21
+
22
+ "com.alibaba.android.rimet" ,
23
+ "com.bearyinnovative.horcrux" ,
24
+ "com.tencent.mm" ,
25
+ "com.tencent.mobileqq" ,
26
+
27
+ "com.alibaba.alimei" ,
28
+ "com.tencent.androidqqmail"
22
29
);
23
30
24
31
static final List <String > WHITE_LIST_PERMISSIONS = Arrays .asList (
You can’t perform that action at this time.
0 commit comments