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

Unified Diff: sky/apk/demo/AndroidManifest.xml

Issue 1013323002: Add an icon for SkyDemo (required by the play store) (Closed) Base URL: https://github.com/domokit/mojo.git@sky_sdk
Patch Set: Created 5 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
« no previous file with comments | « no previous file | sky/apk/demo/README.md » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/apk/demo/AndroidManifest.xml
diff --git a/sky/apk/demo/AndroidManifest.xml b/sky/apk/demo/AndroidManifest.xml
index 8f135732006239beefad29671b42e410cc1f22a7..9118fe59da123cd75d89969434e6d1cfb5fc25c7 100644
--- a/sky/apk/demo/AndroidManifest.xml
+++ b/sky/apk/demo/AndroidManifest.xml
@@ -10,7 +10,7 @@
<uses-permission android:name="android.permission.INTERNET"/>
<uses-feature android:name="android.hardware.sensor.accelerometer" android:required="true" />
- <application android:name="SkyDemoApplication" android:label="Sky">
+ <application android:icon="@drawable/ic_launcher" android:name="SkyDemoApplication" android:label="Sky">
<activity android:name="SkyDemoActivity"
android:launchMode="singleTask"
android:theme="@android:style/Theme.Holo.Light.NoActionBar"
« no previous file with comments | « no previous file | sky/apk/demo/README.md » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698