Skip to content

Commit

Permalink
Add a uses-feature for the accelerometer sensor
Browse files Browse the repository at this point in the history
  • Loading branch information
vbarthel-fr committed Aug 12, 2013
1 parent 199059b commit b04a98c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ChaseWhisply/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@
<uses-feature
android:name="android.hardware.camera"
android:required="false" />
<uses-feature
android:name="android.hardware.sensor.accelerometer"
android:required="true"/>

<application
android:allowBackup="true"
Expand Down

0 comments on commit b04a98c

Please sign in to comment.