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

Unified Diff: net/cronet/android/sample/AndroidManifest.xml

Issue 145213003: Initial upload of cronet for Android. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Changed copyright year on sample code back to 2012 Created 6 years, 9 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: 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"
« no previous file with comments | « net/cronet/android/org_chromium_net_UrlRequestContext.cc ('k') | net/cronet/android/sample/javatests/AndroidManifest.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698