Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(962)

Unified Diff: remoting/android/java/AndroidManifest.xml

Issue 21120005: Add Android Chromoting client keyboard input (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Improve related comments Created 7 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: remoting/android/java/AndroidManifest.xml
diff --git a/remoting/android/java/AndroidManifest.xml b/remoting/android/java/AndroidManifest.xml
index 02db6ddd796d462dfecf4c37c92e85c513d67111..16014ad77953fbd924bc2149624cd6e1bab1c0f9 100644
--- a/remoting/android/java/AndroidManifest.xml
+++ b/remoting/android/java/AndroidManifest.xml
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="org.chromium.chromoting"
- android:versionCode="5"
- android:versionName="0.05">
+ android:versionCode="6"
+ android:versionName="0.06">
<uses-sdk android:minSdkVersion="14"
android:targetSdkVersion="14"/>
<uses-permission android:name="android.permission.GET_ACCOUNTS"/>
@@ -19,6 +19,7 @@
</activity>
<activity android:name="Desktop"
android:configChanges="orientation|screenSize"
- android:theme="@android:style/Theme.DeviceDefault.NoActionBar.Fullscreen"/>
+ android:theme="@style/Theme_ElusiveActionBar"
+ android:windowSoftInputMode="adjustResize"/>
</application>
</manifest>

Powered by Google App Engine
This is Rietveld 408576698