From 7a38e82742581733e4e530cd97d3b289bce3e610 Mon Sep 17 00:00:00 2001 From: pelya Date: Tue, 19 Jun 2012 17:58:42 +0300 Subject: [PATCH] Removed vibrator permission from manifest, it is unused anyway --- project/AndroidManifestTemplate.xml | 2 +- project/jni/application/ballfield/AndroidAppSettings.cfg | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/project/AndroidManifestTemplate.xml b/project/AndroidManifestTemplate.xml index 661386c9c..4c150673b 100644 --- a/project/AndroidManifestTemplate.xml +++ b/project/AndroidManifestTemplate.xml @@ -25,7 +25,7 @@ - + diff --git a/project/jni/application/ballfield/AndroidAppSettings.cfg b/project/jni/application/ballfield/AndroidAppSettings.cfg index a91e87815..6db07221c 100644 --- a/project/jni/application/ballfield/AndroidAppSettings.cfg +++ b/project/jni/application/ballfield/AndroidAppSettings.cfg @@ -15,6 +15,7 @@ SdlVideoResize=y SdlVideoResizeKeepAspect=n CompatibilityHacks=n CompatibilityHacksStaticInit=n +CompatibilityHacksTextInputEmulatesHwKeyboard=n AppUsesMouse=y AppNeedsTwoButtonMouse=y ShowMouseCursor=n