Skip to content
This repository has been archived by the owner on Aug 11, 2020. It is now read-only.

Commit

Permalink
Android 'encode' crashes
Browse files Browse the repository at this point in the history
  • Loading branch information
EddyVerbruggen committed Jun 12, 2015
1 parent c484e0a commit 1feb36d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion plugin.xml
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?><plugin xmlns="http://www.phonegap.com/ns/plugins/1.0"
xmlns:android="http://schemas.android.com/apk/res/android"
id="com.phonegap.plugins.barcodescanner"
version="1.2.11">
version="1.2.10">

<name>BarcodeScanner</name>
<description>You can use the BarcodeScanner plugin to scan different types of barcodes (using the device's camera) and get the metadata encoded in them for processing within your application.</description>
Expand Down
Expand Up @@ -78,6 +78,7 @@ public void onCreate(Bundle icicle) {
}
}


/*
@Override
public boolean onCreateOptionsMenu(Menu menu) {
Expand Down

0 comments on commit 1feb36d

Please sign in to comment.