Index: net/cronet/android/sample/AndroidManifest.xml |
diff --git a/mojo/shell/android/apk/AndroidManifest.xml b/net/cronet/android/sample/AndroidManifest.xml |
similarity index 77% |
copy from mojo/shell/android/apk/AndroidManifest.xml |
copy to net/cronet/android/sample/AndroidManifest.xml |
index 325901817cc31387e31945ae84b369c8d2b4a389..d8f793a50f3672aa1dea2768414129b7f3605ab6 100644 |
--- a/mojo/shell/android/apk/AndroidManifest.xml |
+++ b/net/cronet/android/sample/AndroidManifest.xml |
@@ -1,17 +1,17 @@ |
<?xml version="1.0" encoding="utf-8"?> |
-<!-- Copyright 2013 The Chromium Authors. All rights reserved. |
+<!-- Copyright 2014 The Chromium Authors. All rights reserved. |
Use of this source code is governed by a BSD-style license that can be |
found in the LICENSE file. |
--> |
<manifest xmlns:android="http://schemas.android.com/apk/res/android" |
- package="org.chromium.mojo_shell_apk"> |
+ package="org.chromium.cronet_sample_apk"> |
- <application android:name="MojoShellApplication" |
- android:label="Mojo Shell"> |
- <activity android:name="MojoShellActivity" |
+ <application android:name="CronetSampleApplication" |
+ android:label="Cronet Sample"> |
+ <activity android:name="CronetSampleActivity" |
android:launchMode="singleTask" |
android:theme="@android:style/Theme.Holo.Light.NoActionBar" |
android:configChanges="orientation|keyboardHidden|keyboard|screenSize" |