mirror of
https://github.com/zxing/zxing.git
synced 2025-01-12 19:57:27 -08:00
Updates for XE16 compatibility. XE16 was released in April 2014 and replaced XE12 from December 2013. XE16 changes the way voice triggers are set up. They now require a permission in the manifest and use a different trigger syntax.
This commit is contained in:
parent
151ad6818b
commit
6619c1616a
|
@ -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