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

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

Issue 19967007: Various improvements to the Chromoting Android app (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Add comments to clarify ChromotingJniRuntime pointer lifetimes 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
« no previous file with comments | « no previous file | remoting/client/jni/chromoting_jni.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/android/java/AndroidManifest.xml
diff --git a/remoting/android/java/AndroidManifest.xml b/remoting/android/java/AndroidManifest.xml
index 10bccfd2bb26d259e058febc3d74790393455ade..87532533520c2e8dd9f132654173090f1e80266e 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="1"
- android:versionName="0.01">
+ android:versionCode="2"
+ android:versionName="0.02">
<uses-sdk android:minSdkVersion="14"
android:targetSdkVersion="14"/>
<uses-permission android:name="android.permission.GET_ACCOUNTS"/>
@@ -18,6 +18,7 @@
</intent-filter>
</activity>
<activity android:name="Desktop"
- android:configChanges="orientation|screenSize"/>
+ android:configChanges="orientation|screenSize"
+ android:theme="@android:style/Theme.DeviceDefault.NoActionBar.Fullscreen"/>
</application>
</manifest>
« no previous file with comments | « no previous file | remoting/client/jni/chromoting_jni.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698