do not require the faketouch device feature

This commit is contained in:
tibbi 2019-03-04 20:12:43 +01:00
parent 9a43443b14
commit 3804be49e3
1 changed files with 4 additions and 0 deletions

View File

@ -14,6 +14,10 @@
<uses-sdk <uses-sdk
tools:overrideLibrary="com.google.vr.widgets.common, com.google.vr.sdk.widgets.pano"/> tools:overrideLibrary="com.google.vr.widgets.common, com.google.vr.sdk.widgets.pano"/>
<uses-feature
android:name="android.hardware.faketouch"
android:required="false"/>
<application <application
android:name=".App" android:name=".App"
android:allowBackup="true" android:allowBackup="true"