Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
4104104b16
|
|||
0d838b6209
|
@ -32,7 +32,7 @@
|
|||||||
- Recently used history for fast access
|
- Recently used history for fast access
|
||||||
- Protect entries from caching
|
- Protect entries from caching
|
||||||
- Minimalist design and features
|
- Minimalist design and features
|
||||||
- Supported Formats: CODE_39, CODE_93, CODE_128, EAN_8, EAN_13, UPC_A, UPC_E, UPC_EAN, CODE_QR, PDF_417, AZTEC, CODABAR, MAXICODE, DATA_MATRIX, ITF, RSS_14, RSS_EXPANDED
|
- Supported Formats:CODE_39, CODE_93, CODE_128, EAN_8, EAN_13, UPC_A, UPC_E, CODE_QR, PDF_417, AZTEC, CODABAR, DATA_MATRIX, ITF
|
||||||
|
|
||||||
## 📳 Installation
|
## 📳 Installation
|
||||||
|
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
xmlns:tools="http://schemas.android.com/tools"
|
xmlns:tools="http://schemas.android.com/tools"
|
||||||
android:versionCode="2"
|
android:versionCode="3"
|
||||||
android:versionName="1.1">
|
android:versionName="1.1a">
|
||||||
|
|
||||||
<uses-feature android:name="android.hardware.camera" />
|
<uses-feature android:name="android.hardware.camera" />
|
||||||
<uses-permission android:name="android.permission.CAMERA" />
|
<uses-permission android:name="android.permission.CAMERA" />
|
||||||
|
@ -27,11 +27,7 @@
|
|||||||
<item>PDF_417</item>
|
<item>PDF_417</item>
|
||||||
<item>AZTEC</item>
|
<item>AZTEC</item>
|
||||||
<item>CODABAR</item>
|
<item>CODABAR</item>
|
||||||
<item>MAXICODE</item>
|
|
||||||
<item>DATA_MATRIX</item>
|
<item>DATA_MATRIX</item>
|
||||||
<item>ITF</item>
|
<item>ITF</item>
|
||||||
<item>RSS_14</item>
|
|
||||||
<item>RSS_EXPANDED</item>
|
|
||||||
<item>UPC_EAN</item>
|
|
||||||
</string-array>
|
</string-array>
|
||||||
</resources>
|
</resources>
|
Reference in New Issue
Block a user