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

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

Issue 1211883004: Update Stocks.apk build tech (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 6 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 | « sky/sdk/example/stocks/BUILD.gn ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/sdk/example/stocks/apk/AndroidManifest.xml
diff --git a/sky/apk/stocks/AndroidManifest.xml b/sky/sdk/example/stocks/apk/AndroidManifest.xml
similarity index 94%
rename from sky/apk/stocks/AndroidManifest.xml
rename to sky/sdk/example/stocks/apk/AndroidManifest.xml
index 52b3ccd31558593fea46ec1e02db8ff0887ea397..70dca9a9b464d36b5ddb7cc79dd1e70182d323df 100644
--- a/sky/apk/stocks/AndroidManifest.xml
+++ b/sky/sdk/example/stocks/apk/AndroidManifest.xml
@@ -10,7 +10,7 @@
<uses-permission android:name="android.permission.INTERNET"/>
<application android:name="org.domokit.sky.shell.SkyApplication" android:label="Stocks">
- <activity android:name="StocksActivity"
+ <activity android:name="org.domokit.sky.shell.SkyActivity"
android:launchMode="singleTask"
android:theme="@android:style/Theme.Holo.Light.NoActionBar"
android:configChanges="orientation|keyboardHidden|keyboard|screenSize"
« no previous file with comments | « sky/sdk/example/stocks/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698