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

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

Issue 1211253004: Add MineDigger.apk that works offline (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: one more examples 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/mine_digger/BUILD.gn ('k') | sky/sdk/example/mine_digger/lib/main.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/sdk/example/mine_digger/apk/AndroidManifest.xml
diff --git a/sky/apk/stocks/AndroidManifest.xml b/sky/sdk/example/mine_digger/apk/AndroidManifest.xml
similarity index 87%
copy from sky/apk/stocks/AndroidManifest.xml
copy to sky/sdk/example/mine_digger/apk/AndroidManifest.xml
index 52b3ccd31558593fea46ec1e02db8ff0887ea397..1ed9dd64a17e48a9b7835db9439decb71c700ae1 100644
--- a/sky/apk/stocks/AndroidManifest.xml
+++ b/sky/sdk/example/mine_digger/apk/AndroidManifest.xml
@@ -4,13 +4,13 @@
found in the LICENSE file.
-->
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
- package="org.domokit.stocks">
+ package="org.domokit.mine_digger">
<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="Stocks">
- <activity android:name="StocksActivity"
+ <application android:name="org.domokit.sky.shell.SkyApplication" android:label="Mine Digger">
+ <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/mine_digger/BUILD.gn ('k') | sky/sdk/example/mine_digger/lib/main.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698