ibm-bluemix-mobile-services / bms-clientsdk-android-push

Android Push notifications SDK for IBM Cloud Mobile Services
Apache License 2.0
10 stars 12 forks source link

SecurityException happening in TCL device #118

Open sairajkishore opened 6 years ago

sairajkishore commented 6 years ago

Below is the exception happening in TCL device do we have any work around?

Fatal Exception: java.lang.SecurityException: External path: /storage/emulated/0/system/picx/Cute SMS.mp3: Neither user 10227 nor current process has android.permission.READ_EXTERNAL_STORAGE.

AnanthaKrish commented 6 years ago

@sairajkishore Where are you using the android.permission.READ_EXTERNAL_STORAGE ? Check inside the app settings whether you have given the READ_EXTERNAL_STORAGE permission.