[Libreoffice-commits] core.git: android/sdremote

Artur Dryomov artur.dryomov at gmail.com
Thu Mar 14 02:32:11 PDT 2013


 android/sdremote/AndroidManifest.xml |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 7ed6097396c6407840fc8b8a40b03f03e7573821
Author: Artur Dryomov <artur.dryomov at gmail.com>
Date:   Thu Mar 14 12:11:31 2013 +0300

    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 at suse.com>
    Tested-by: Thorsten Behrens <tbehrens at suse.com>

diff --git a/android/sdremote/AndroidManifest.xml b/android/sdremote/AndroidManifest.xml
index 572c5abb9..f8729c0 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"


More information about the Libreoffice-commits mailing list