File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed
Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ android {
1818 defaultConfig {
1919 applicationId " com.zfdang.touchhelper"
2020 minSdkVersion 26
21- targetSdkVersion 29
21+ targetSdkVersion 30
2222 versionCode gitVersion
2323 versionName appVersion
2424
Original file line number Diff line number Diff line change 66 <uses-permission android : name =" android.permission.WRITE_EXTERNAL_STORAGE" />
77 <uses-permission android : name =" android.permission.SYSTEM_ALERT_WINDOW" />
88 <uses-permission android : name =" android.permission.REQUEST_IGNORE_BATTERY_OPTIMIZATIONS" />
9+ <uses-permission android : name =" android.permission.QUERY_ALL_PACKAGES" />
10+
11+ <queries >
12+ <intent >
13+ <action android : name =" android.intent.action.MAIN" />
14+ </intent >
15+ </queries >
916
1017 <application
1118 android : name =" com.zfdang.TouchHelperApp"
You can’t perform that action at this time.
0 commit comments