Skip to content

Commit f7afff1

Browse files
author
liuhuo.xd
committed
Update whitelist.
1 parent 3f8f5e4 commit f7afff1

File tree

3 files changed

+11
-4
lines changed

3 files changed

+11
-4
lines changed

hellodaemon/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ ext {
2626

2727
android {
2828
compileSdkVersion 26
29-
buildToolsVersion "26.0.1"
29+
buildToolsVersion "26.0.2"
3030

3131
defaultConfig {
3232
minSdkVersion 14

sample/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apply plugin: 'com.android.application'
22

33
android {
44
compileSdkVersion 26
5-
buildToolsVersion "26.0.1"
5+
buildToolsVersion "26.0.2"
66
defaultConfig {
77
applicationId "com.xdandroid.sample"
88
minSdkVersion 14

sample/src/main/java/com/xdandroid/sample/misc/RevokeActivity.java

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,16 @@ public class RevokeActivity extends Activity {
1616

1717
static final List<String> WHITE_LIST_APPS = Arrays.asList(
1818
"com.github.shadowsocks",
19-
"com.tencent.mm",
2019
"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"
2229
);
2330

2431
static final List<String> WHITE_LIST_PERMISSIONS = Arrays.asList(

0 commit comments

Comments
 (0)