mirror of
https://github.com/zxing/zxing.git
synced 2025-03-05 20:48:51 -08:00
Merge pull request #128 from mscheel/master
Use "Barcode Scanner" as trigger
This commit is contained in:
commit
c2afa60303
|
@ -20,6 +20,8 @@
|
||||||
android:versionName="0.2.0">
|
android:versionName="0.2.0">
|
||||||
|
|
||||||
<uses-permission android:name="android.permission.CAMERA"/>
|
<uses-permission android:name="android.permission.CAMERA"/>
|
||||||
|
<uses-permission android:name="com.google.android.glass.permission.DEVELOPMENT" />
|
||||||
|
|
||||||
|
|
||||||
<uses-sdk android:minSdkVersion="19" android:targetSdkVersion="19"/>
|
<uses-sdk android:minSdkVersion="19" android:targetSdkVersion="19"/>
|
||||||
|
|
||||||
|
|
|
@ -14,6 +14,6 @@
|
||||||
See the License for the specific language governing permissions and
|
See the License for the specific language governing permissions and
|
||||||
limitations under the License.
|
limitations under the License.
|
||||||
-->
|
-->
|
||||||
<trigger command="TRANSLATE_THIS">
|
<trigger keyword="BARCODE SCANNER">
|
||||||
<constraints camera="true" />
|
<constraints camera="true" />
|
||||||
</trigger>
|
</trigger>
|
Loading…
Reference in a new issue