Project

General

Profile

« Previous | Next » 

Revision 4fd84652

Added by Leszek Koltunski about 4 years ago

Remove the 'touchscreen required = false' from the manifest (because or a bug in Samsung App Store - it marks such apps as incompatible with any device)

View differences:

src/main/AndroidManifest.xml
3 3

  
4 4
    <uses-feature android:glEsVersion="0x00030000" android:required="true" />
5 5
    <uses-feature android:name="android.hardware.faketouch" android:required="true" />
6
    <uses-feature android:name="android.hardware.touchscreen" android:required="false" />
7 6

  
8 7
    <uses-permission android:name="android.permission.INTERNET" />
9 8

  

Also available in: Unified diff