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:
Mark Scheel 2014-04-28 22:45:55 -06:00
parent 151ad6818b
commit 6619c1616a
2 changed files with 3 additions and 1 deletions

View file

@ -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"/>

View file

@ -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>