Android-Scanner-Compat-Library icon indicating copy to clipboard operation
Android-Scanner-Compat-Library copied to clipboard

Make AndroidManifest permissions more specific by platform

Open XabierGoros opened this issue 2 years ago • 0 comments

Some permissions were added on a specific Android API, and were also removed on a different one. This PR intents to delimit the scope of those dangerous permissions. With these changes, the library will cover lower API permission requirements without the need to make any additional change. The only pending customization would be the one related to usesPermissionFlag and location, which is already well documented in the manifest file.

XabierGoros avatar Jun 29 '22 09:06 XabierGoros