[tor-commits] [orbot/master] update to 14.1.1

n8fr8 at torproject.org n8fr8 at torproject.org
Mon Nov 17 21:49:30 UTC 2014


commit 4df45864761edec6826371bc3cce655bf853f94a
Author: Nathan Freitas <nathan at freitas.net>
Date:   Mon Nov 17 14:10:55 2014 -0500

    update to 14.1.1
    - also add new support onboot events
---
 AndroidManifest.xml |    9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index bbfdd6a..4d909b1 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -1,12 +1,12 @@
 <?xml version="1.0" encoding="utf-8"?>
 <manifest xmlns:android="http://schemas.android.com/apk/res/android"
       package="org.torproject.android" 
-      android:versionName="14.1.0" 
-      android:versionCode="127"
+      android:versionName="14.1.1" 
+      android:versionCode="128"
         android:installLocation="auto"      
       >
  	    
-    <uses-sdk android:minSdkVersion="9" android:maxSdkVersion="15" android:targetSdkVersion="15"/>
+    <uses-sdk android:minSdkVersion="9" android:maxSdkVersion="20" android:targetSdkVersion="19"/>
  <permission android:name="org.torproject.android.MANAGE_TOR" android:label="@string/permission_manage_tor_label" android:description="@string/permission_manage_tor_description" android:protectionLevel="signature"></permission>
     
  <uses-permission android:name="android.permission.INTERNET" />
@@ -92,10 +92,11 @@
             </intent-filter>
     	</service>
     	
-    	
     	<receiver android:name=".OnBootReceiver">
 			<intent-filter>
 				<action	android:name="android.intent.action.BOOT_COMPLETED" />
+				<action android:name="android.intent.action.QUICKBOOT_POWERON" />
+				<action android:name="android.intent.action.MEDIA_MOUNTED"/>
 			</intent-filter>
 		</receiver>
 		





More information about the tor-commits mailing list