mintware-de / flutter_barcode_reader

A flutter plugin for reading 2D barcodes and QR codes.
MIT License
628 stars 462 forks source link

Fix fatal SecurityException on android sdk 27 #73

Closed Gerald-M closed 5 years ago

Gerald-M commented 5 years ago

Add tag exported = false to AndroidManifest.xml.

Prevents SecurityException happening with android sdk 27.