Posts by MARCOS VINICIUS BRITO NASCIMEN • 26 points
1 post
-
1
votes1
answer678
viewsA: Permission error in Android Studio
Add this to your import: import android.annotation.TargetApi; String[] perms = {"android.permission.WRITE_EXTERNAL_STORAGE"};…