不想申请权限时总是弹框

直接修改targetSdkVersion 22就可以了

去年有项目改版本时,将compileSdkVersion也改为了22,尴尬~~~是不是“豁然开朗”?

1
2
3
4
5
6
7
8
9
10
11
12
13
14
diff --git a/app/build.gradle b/app/build.gradle
index 1e36ab7..9c476f2 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -5,7 +5,7 @@ android {
compileSdkVersion 27
defaultConfig {
applicationId "com.xuie.a73autotest"
minSdkVersion 21
- targetSdkVersion 27
+ targetSdkVersion 22
versionCode 1
versionName "1.0"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
文章作者: 二十I邊界
文章链接: https://xuie0000.com/post/2018-04-10-2019/不想申请权限时总是弹框.html
版权声明: 本博客所有文章除特别声明外,均采用 CC BY-NC-SA 4.0 许可协议。转载请注明来自 二十I邊界