commit 96c0a54768cdb40122f8af43da28d2d32395c1c5 Author: Nathan Freitas nathan@freitas.net Date: Wed May 7 23:50:40 2014 -0400
add large heap and remote process settings back in --- AndroidManifest.xml | 4 ++++ 1 file changed, 4 insertions(+)
diff --git a/AndroidManifest.xml b/AndroidManifest.xml index b0fd716..5cf707d 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -22,6 +22,9 @@ android:theme="@style/Theme.AppCompat" android:allowBackup="false" android:allowClearUserData="true" + android:largeHeap="true" + + >
<activity android:name=".Orbot" android:configChanges="orientation|screenSize" @@ -84,6 +87,7 @@ android:name=".service.TorService" android:exported="false" android:permission="org.torproject.android.MANAGE_TOR" + android:process=":remote" > <intent-filter> <action android:name="org.torproject.android.service.ITorService" />