| 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"
|
|
|