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

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

Issue 1221123003: SkyDemo should use explicit intents (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 | « no previous file | sky/apk/demo/org/domokit/sky/demo/SkyDemoActivity.java » ('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 dc6b36921682453744674a8958aa1c389e0c0b49..9d0ed17c8b85cc54aa9985a085f9b1f72e3c2647 100644
--- a/sky/apk/demo/AndroidManifest.xml
+++ b/sky/apk/demo/AndroidManifest.xml
@@ -15,11 +15,6 @@
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.LAUNCHER" />
</intent-filter>
- <intent-filter>
- <action android:name="android.intent.action.VIEW" />
- <category android:name="android.intent.category.DEFAULT" />
- <data android:scheme="sky" />
- </intent-filter>
</activity>
</application>
- </manifest>
+ </manifest>
« no previous file with comments | « no previous file | sky/apk/demo/org/domokit/sky/demo/SkyDemoActivity.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698