Support Chromebooks without touchscreen

https://developer.android.com/topic/arc/index.html
This commit is contained in:
M66B 2016-08-10 18:08:04 +02:00
parent 4ff9a2b465
commit 050aa65427
1 changed files with 3 additions and 0 deletions

View File

@ -38,6 +38,9 @@
<uses-feature
android:name="android.software.app_widgets"
android:required="false" />
<uses-feature
android:name="android.hardware.touchscreen"
android:required="false" />
<application
android:name="ApplicationEx"