Skip to content

Commit

Permalink
Changed android camera permission build hint to use notation that avo…
Browse files Browse the repository at this point in the history
…ids collisions with other cn1libs that also use the same permission.
  • Loading branch information
shannah committed Nov 5, 2022
1 parent fb63173 commit 54a1ea0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion codenameone_library_appended.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,6 @@
#
#Wed Jan 09 17:59:31 IST 2013
codename1.arg.android.xapplication=<activity android\:name\="com.dm.zbar.android.scanner.ZBarScannerActivity" android\:screenOrientation\="landscape" android\:label\="@string/app_name" tools\:replace\="android\:label" />
codename1.arg.android.xpermissions=<uses-permission android\:name\="android.permission.CAMERA"/><uses-feature android\:name\="android.hardware.camera" android\:required\="false"/>
codename1.arg.android.xpermissions=<uses-feature android\:name\="android.hardware.camera" android\:required\="false"/>
codename1.arg.android.proguardKeep=\ -keep class net.sourceforge.zbar.** {*;}
codename1.arg.android.permission.CAMERA=true
Binary file modified dist/QRScanner.cn1lib
Binary file not shown.

0 comments on commit 54a1ea0

Please sign in to comment.