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

Unified Diff: platform_tools/android/app/AndroidManifest.xml

Issue 22617002: Update Skia Android tools. (Closed) Base URL: https://skia.googlecode.com/svn/trunk
Patch Set: more fixes to make the bots happy Created 7 years, 4 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 | « gyp/most.gyp ('k') | platform_tools/android/app/jni/com_skia_SkiaIntentService.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: platform_tools/android/app/AndroidManifest.xml
diff --git a/platform_tools/android/app/AndroidManifest.xml b/platform_tools/android/app/AndroidManifest.xml
index 7b7f7bc089f3299a9af88e46d859a16bdbd9a1c8..edb0424ba810b620aab387ff391c34b927d89400 100644
--- a/platform_tools/android/app/AndroidManifest.xml
+++ b/platform_tools/android/app/AndroidManifest.xml
@@ -9,14 +9,6 @@
<!-- Needed to add to the download manager. -->
<uses-permission android:name="android.permission.INTERNET" />
<application android:label="SkiaAndroid">
- <receiver android:name=".SkiaReceiver" android:enabled="true">
- <intent-filter>
- <action android:name="com.skia.intent.action.LAUNCH_SKIA" />
- </intent-filter>
- </receiver>
- <service android:name=".SkiaIntentService"
- android:process=":skia_native">
- </service>
<activity android:name=".SkiaSampleActivity"
android:theme="@android:style/Theme.Holo.Light"
android:configChanges="orientation|screenSize"
« no previous file with comments | « gyp/most.gyp ('k') | platform_tools/android/app/jni/com_skia_SkiaIntentService.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698