File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ A Permission Helper class to Request Permission Launcher with Kotlin in Android.
2222 android.Manifest.permission.READ_SMS,
2323 android.Manifest.permission.RECEIVE_SMS
2424 ),
25- showDialog = false ,
25+ showDialog = true ,
2626 callBack = object : PermissionsUtil.PermissionsListenerCallback {
2727 override fun onPermissionGranted() {
2828 /* Perform action on Permission Granted*/
@@ -45,7 +45,7 @@ A Permission Helper class to Request Permission Launcher with Kotlin in Android.
4545 android.Manifest.permission.READ_SMS,
4646 android.Manifest.permission.RECEIVE_SMS
4747 ),
48- showDialog = false ,
48+ showDialog = true ,
4949 callBack = object : PermissionsUtil.PermissionsListenerCallback {
5050 override fun onPermissionGranted() {
5151 /* Perform action on Permission Granted*/
You can’t perform that action at this time.
0 commit comments