Skip to content

Commit

Permalink
Permission message
Browse files Browse the repository at this point in the history
  • Loading branch information
AgiMaulana authored Mar 23, 2018
1 parent 8b8ee42 commit c46a33c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2415,7 +2415,7 @@ public void startGetContentAction() {

private void askReadExternalStoragePermission(){
PermissionsHelper.requestPermission(getActivity(), Manifest.permission.READ_EXTERNAL_STORAGE,
R.string.permission_audio_recording,
R.string.permission_external_storage_detail_attachment,
snackBarPlaceholder, () -> startGetContentAction());
}

Expand Down

0 comments on commit c46a33c

Please sign in to comment.