Revision 4fd84652
Added by Leszek Koltunski over 4 years ago
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 |
|
src/main/java/org/distorted/scores/RubikScoresDownloader.java | ||
---|---|---|
479 | 479 |
} |
480 | 480 |
catch (PackageManager.NameNotFoundException e) |
481 | 481 |
{ |
482 |
mVersion = "1.1.1";
|
|
482 |
mVersion = "1.1.2";
|
|
483 | 483 |
} |
484 | 484 |
|
485 | 485 |
Thread networkThrd = new Thread(this); |
Also available in: Unified diff
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)