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.
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
.