summaryrefslogtreecommitdiffstats
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
Diffstat (limited to 'AndroidManifest.xml')
-rw-r--r--AndroidManifest.xml13
1 files changed, 0 insertions, 13 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index b03091859..293d0fe9c 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -108,19 +108,6 @@
</intent-filter>
<meta-data android:name="android.appwidget.provider" android:resource="@xml/analog_appwidget" />
</receiver>
-
- <receiver android:name="DockEventReceiver">
-
- <intent-filter>
- <action android:name="android.intent.action.DOCK_EVENT" />
- </intent-filter>
-
- <intent-filter>
- <action android:name="android.provider.Telephony.SECRET_CODE" />
- <data android:scheme="android_secret_code" android:host="3375" /><!-- DESK -->
- </intent-filter>
-
- </receiver>
</application>
</manifest>