summaryrefslogtreecommitdiffstats
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
Diffstat (limited to 'AndroidManifest.xml')
-rw-r--r--AndroidManifest.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index c833456..3d3ca0e 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -59,11 +59,12 @@
<activity
android:name=".SendInput"
android:label="@string/app_name">
-
+ <!--
<intent-filter>
<action android:name="net.hoopajoo.android.SoftKeys.KEY_CODE" />
<category android:name="android.intent.category.DEFAULT" />
</intent-filter>
+ -->
</activity>
<service android:name=".SoftKeysService"/>