[tor-commits] [orbot/master] boot receive does not need HOME category

n8fr8 at torproject.org n8fr8 at torproject.org
Tue Jul 29 01:41:34 UTC 2014


commit 023ef2d4ce96bf7672ea3f039b62b5460173a3aa
Author: Nathan Freitas <nathan at freitas.net>
Date:   Sat Jul 19 20:40:19 2014 -0400

    boot receive does not need HOME category
---
 AndroidManifest.xml |    1 -
 1 file changed, 1 deletion(-)

diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index ad3f927..23981b1 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -99,7 +99,6 @@
     	<receiver android:name=".OnBootReceiver">
 			<intent-filter>
 				<action	android:name="android.intent.action.BOOT_COMPLETED" />
-				<category android:name="android.intent.category.HOME" />
 			</intent-filter>
 		</receiver>
     	





More information about the tor-commits mailing list