Added hardware-check to verify availability of gyroscope. If unavailable, a message will be displayed when the app is launched.

This commit is contained in:
Alexander Pacha
2014-02-23 21:55:53 +01:00
parent ce195c56ef
commit 182a3034e5
7 changed files with 72 additions and 6 deletions

View File

@@ -1,12 +1,12 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="org.hitlabnz.sensor_fusion_demo"
android:versionCode="1"
android:versionName="1.0" >
android:versionCode="3"
android:versionName="1.2" >
<uses-sdk
android:minSdkVersion="11"
android:targetSdkVersion="18" />
android:targetSdkVersion="19" />
<application
android:allowBackup="false"