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

Unified Diff: sky/sdk/example/game/apk/AndroidManifest.xml

Issue 1227373004: Make Sky example game run offline (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 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: sky/sdk/example/game/apk/AndroidManifest.xml
diff --git a/sky/sdk/example/fitness/apk/AndroidManifest.xml b/sky/sdk/example/game/apk/AndroidManifest.xml
similarity index 94%
copy from sky/sdk/example/fitness/apk/AndroidManifest.xml
copy to sky/sdk/example/game/apk/AndroidManifest.xml
index f6e2de221ca8d355c6fd1551d9708f334536af93..6487fbf8aa7dde66281eac26ba267c8fa19edf7e 100644
--- a/sky/sdk/example/fitness/apk/AndroidManifest.xml
+++ b/sky/sdk/example/game/apk/AndroidManifest.xml
@@ -4,12 +4,12 @@
found in the LICENSE file.
-->
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
- package="org.domokit.fitness">
+ package="org.domokit.asteroids">
<uses-sdk android:minSdkVersion="14" android:targetSdkVersion="21" />
<uses-permission android:name="android.permission.INTERNET"/>
- <application android:name="org.domokit.sky.shell.SkyApplication" android:label="Fitness">
+ <application android:name="org.domokit.sky.shell.SkyApplication" android:label="Asteroids">
<activity android:name="org.domokit.sky.shell.SkyActivity"
android:launchMode="singleTask"
android:theme="@android:style/Theme.Holo.Light.NoActionBar"

Powered by Google App Engine
This is Rietveld 408576698