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@gmail.com>
Context
- [PATCH] Change Impress remote client target SDK version. · Artur Dryomov (via Code Review)
 
   
 
  Privacy Policy |
  
Impressum (Legal Info) |
  
Copyright information: Unless otherwise specified, all text and images
  on this website are licensed under the
  
Creative Commons Attribution-Share Alike 3.0 License.
  This does not include the source code of LibreOffice, which is
  licensed under the Mozilla Public License (
MPLv2).
  "LibreOffice" and "The Document Foundation" are
  registered trademarks of their corresponding registered owners or are
  in actual use as trademarks in one or more countries. Their respective
  logos and icons are also subject to international copyright laws. Use
  thereof is explained in our 
trademark policy.