RfidResearchGroup / RFIDtools

RRG Android App for use with Proxmark3 RDV4 and the blueshark addon
GNU General Public License v3.0
475 stars 82 forks source link

Don't break on auto-refusal of Storage permissions on high Android versions #92

Open Ten0 opened 1 month ago

Ten0 commented 1 month ago

These permissions would be auto-refused on A13, leading to the app refusing to start with an error message like "you have not granted the requested permissions".

I've found that the app works mostly fine without these perms, at least as far as proxmark is concerned. I've conditioned that on Build.VERSION_CODES.R because the Manifest's warning did say these permissions are ignored and have no effect on versions >= R.