File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
CriticalPermissionsHelper
src/main/java/com/zebra/criticalpermissionshelper Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -13,8 +13,8 @@ android {
1313 defaultConfig {
1414 minSdkVersion 30
1515 targetSdkVersion 32
16- versionCode 4
17- versionName " 0.4 "
16+ versionCode 5
17+ versionName " 0.5 "
1818
1919 testInstrumentationRunner " android.support.test.runner.AndroidJUnitRunner"
2020
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ public enum EPermissionType
1010 MANAGE_EXTERNAL_STORAGE ( "android.permission.MANAGE_EXTERNAL_STORAGE" ),
1111 BIND_NOTIFICATION_LISTENER ( "android.permission.BIND_NOTIFICATION_LISTENER" ),
1212 READ_LOGS ( "android.permission.READ_LOGS" ),
13- ALL_DANGEROUS ( "android.permission. ALL_DANGEROUS_PERMISSIONS" );
13+ ALL_DANGEROUS ( "ALL_DANGEROUS_PERMISSIONS" );
1414
1515 String stringContent = "" ;
1616 EPermissionType (String stringContent )
You can’t perform that action at this time.
0 commit comments