1
0
Fork 0
mirror of https://github.com/M66B/NetGuard.git synced 2025-01-04 06:23:04 +00:00

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

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"