SDL-mirror/android-project
Sam Lantinga 0dadd6b804 Update Android SDK required to API level 16
Sylvain

Some API 16 methods are used (InputDevice: getDescriptor(), getVibrator()), so we need to compile at least with SDK API 16. Hence default.properties and project.properties have been modified to use android-16.

There are also some modification to SDLActivity.java not to use getVibrator() if we run under API 16. And not to check to presence of hasVibrator() if we are under API 11.
-some hard-coded constant can be expandend.
- rename a local variable (hasVibrator to hasVibratorService)
2017-08-31 15:12:08 -07:00
..
jni Fixed bug 3789 - Android : small clean up 2017-08-30 14:25:01 -07:00
res Fixed bug 1779 - SDL's Android project template has old default icons from Android. 2013-04-02 07:55:25 -07:00
src/org/libsdl/app Update Android SDK required to API level 16 2017-08-31 15:12:08 -07:00
AndroidManifest.xml Fixed bug 3191 - haptic system on android? 2017-08-12 08:15:09 -07:00
ant.properties Updated the Android project template and README.android 2012-11-02 02:37:49 -07:00
build.properties Added the Android project and lots of info to README.android 2011-01-06 17:12:31 -08:00
build.xml Updated the Android project template and README.android 2012-11-02 02:37:49 -07:00
default.properties Update Android SDK required to API level 16 2017-08-31 15:12:08 -07:00
proguard-project.txt Updated the Android project template and README.android 2012-11-02 02:37:49 -07:00
project.properties Update Android SDK required to API level 16 2017-08-31 15:12:08 -07:00