summaryrefslogtreecommitdiff
path: root/android/sdremote
diff options
context:
space:
mode:
authorArtur Dryomov <artur.dryomov@gmail.com>2013-03-14 12:11:31 +0300
committerThorsten Behrens <tbehrens@suse.com>2013-03-14 09:31:53 +0000
commit7ed6097396c6407840fc8b8a40b03f03e7573821 (patch)
treea6a065b07282fdc34541c4cfcec7463b4b3acd00 /android/sdremote
parent1c22545edf9085b9f2656ca92781158b6b123db3 (diff)
Change Impress remote client target SDK version.
This change should remove compatibility menu button for modern Android versions. See Android developers blog post for details: http://android-developers.blogspot.com/2012/01/say-goodbye-to-menu-button.html Change-Id: I9152fa06558eabd633ad0c19174f45edddde2ee9 Reviewed-on: https://gerrit.libreoffice.org/2719 Reviewed-by: Thorsten Behrens <tbehrens@suse.com> Tested-by: Thorsten Behrens <tbehrens@suse.com>
Diffstat (limited to 'android/sdremote')
-rw-r--r--android/sdremote/AndroidManifest.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/android/sdremote/AndroidManifest.xml b/android/sdremote/AndroidManifest.xml
index 572c5abb9d6e..f8729c0d57b0 100644
--- a/android/sdremote/AndroidManifest.xml
+++ b/android/sdremote/AndroidManifest.xml
@@ -10,7 +10,7 @@
<uses-sdk
android:minSdkVersion="10"
- android:targetSdkVersion="10" />
+ android:targetSdkVersion="14" />
<application
android:icon="@drawable/ic_launcher"