Browse Source

fix show title when scan barcode

master
daivph 5 years ago
parent
commit
247964a1a6
1 changed files with 4 additions and 1 deletions
  1. +4
    -1
      android/app/src/main/AndroidManifest.xml

+ 4
- 1
android/app/src/main/AndroidManifest.xml View File

@@ -11,9 +11,12 @@
<uses-permission android:name="android.permission.CAMERA" />
<application
android:name=".Application"
android:label="Quét mã QR"
android:label="Tiên Phong Farm"
android:icon="@mipmap/ic_launcher"
android:requestLegacyExternalStorage="true">
<activity
android:name="de.mintware.barcode_scan.BarcodeScannerActivity"
android:label="Quét mã QR" />
<activity
android:name=".MainActivity"
android:label="Tiên Phong Farm"

Loading…
Cancel
Save