Skip to content

Commit

Permalink
Sample tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
afollestad committed Feb 7, 2020
1 parent 05b44b7 commit 99c0e77
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ class MainActivity : AppCompatActivity() {

val rationaleHandler = createSnackBarRationale(rootView) {
onPermission(READ_CONTACTS, "Test rationale #1, please accept!")
onPermission(WRITE_EXTERNAL_STORAGE, "Test rationale #1, please accept!")
onPermission(WRITE_EXTERNAL_STORAGE, "Test rationale #2, please accept!")
onPermission(READ_SMS, "Test rationale #3, please accept!")
}

Expand Down

0 comments on commit 99c0e77

Please sign in to comment.