Project

General

Profile

« Previous | Next » 

Revision 86cbdab1

Added by Leszek Koltunski about 4 years ago

Minor tweaks to the 'Prev' buton in Solving state;
Relax requirements in the Manifest - now only 'android.hardware.faketouch' supporting device is required, i.e. something that supports basic point-click-drag-unclick. No need for full 'android.hardware.touchscreen' thing with its multitouch silliness.

View differences:

src/main/AndroidManifest.xml
2 2
    package="org.distorted.main">
3 3

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

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

  
7 10
    <application

Also available in: Unified diff