[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[tor-commits] [orbot/master] remove unneeded view and share intents
commit cfb047314aae265c3453b9e49b68d14fbd63a886
Author: Nathan Freitas <nathan@xxxxxxxxxxx>
Date: Mon Aug 19 09:33:44 2013 -0400
remove unneeded view and share intents
---
AndroidManifest.xml | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 45b45a0..925b78a 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -28,12 +28,13 @@
<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" />
<category android:name="android.intent.category.BROWSABLE" />
</intent-filter>
-
+-->
<intent-filter>
<action android:name="android.intent.action.VIEW" />
<category android:name="android.intent.category.DEFAULT" />
@@ -51,6 +52,7 @@
<action android:name="org.torproject.android.START_TOR" />
</intent-filter>
+ <!--
<intent-filter>
<action android:name="android.intent.action.SEND" />
@@ -59,7 +61,8 @@
<category android:name="android.intent.category.SELECTED_ALTERNATIVE" />
<data android:mimeType="*/*" />
- </intent-filter>
+ </intent-filter>
+ -->
</activity>
_______________________________________________
tor-commits mailing list
tor-commits@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits