mirror of https://github.com/M66B/NetGuard.git
Support Chromebooks without touchscreen
https://developer.android.com/topic/arc/index.html
This commit is contained in:
parent
4ff9a2b465
commit
050aa65427
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue