[PATCH] Change Impress remote client target SDK version.

Artur Dryomov (via Code Review) gerrit at gerrit.libreoffice.org
Thu Mar 14 02:13:01 PDT 2013


Hi,

I have submitted a patch for review:

    https://gerrit.libreoffice.org/2719

To pull it, you can do:

    git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/19/2719/1

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
---
M android/sdremote/AndroidManifest.xml
1 file changed, 1 insertion(+), 1 deletion(-)



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"

-- 
To view, visit https://gerrit.libreoffice.org/2719
To unsubscribe, visit https://gerrit.libreoffice.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I9152fa06558eabd633ad0c19174f45edddde2ee9
Gerrit-PatchSet: 1
Gerrit-Project: core
Gerrit-Branch: master
Gerrit-Owner: Artur Dryomov <artur.dryomov at gmail.com>



More information about the LibreOffice mailing list