mirror of
https://github.com/simplezhli/flutter_barcode_reader.git
synced 2024-11-23 08:09:21 +08:00
5e50563aaf
Makes integration into host applications easier Removed the camera permission from the example to demonstrate
10 lines
307 B
XML
10 lines
307 B
XML
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
|
package="com.yourcompany.barcodescan">
|
|
|
|
<uses-permission android:name="android.permission.CAMERA" />
|
|
|
|
<application>
|
|
<activity android:name="com.apptreesoftware.barcodescan.BarcodeScannerActivity" />
|
|
</application>
|
|
</manifest>
|