Skip to content
This repository has been archived by the owner on Jul 22, 2024. It is now read-only.

Commit

Permalink
Don't require "android.hardware.touchscreen" feature (#542)
Browse files Browse the repository at this point in the history
  • Loading branch information
MortimerGoro authored Sep 18, 2018
1 parent eae876e commit dee6f42
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions app/src/googlevr/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,8 @@
<uses-feature android:name="android.hardware.sensor.accelerometer" android:required="true" />
<uses-feature android:name="android.hardware.vr.high_performance" android:required="true" />
<uses-feature android:name="android.software.vr.mode" android:required="true" />
<uses-feature android:name="android.hardware.vr.headtracking"
android:version="1"
android:required="false" />
<uses-feature android:name="android.hardware.vr.headtracking" android:version="1" android:required="false" />
<uses-feature android:name="android.hardware.touchscreen" android:required="false" tools:node="replace" />
<application>
<activity android:name=".VRBrowserActivity"
android:screenOrientation="landscape"
Expand Down

0 comments on commit dee6f42

Please sign in to comment.