add large heap and remote process settings back in

This commit is contained in:
Nathan Freitas 2014-05-07 23:50:40 -04:00
parent 726cf0c6c9
commit 96c0a54768
1 changed files with 4 additions and 0 deletions

View File

@ -22,6 +22,9 @@
android:theme="@style/Theme.AppCompat" android:theme="@style/Theme.AppCompat"
android:allowBackup="false" android:allowBackup="false"
android:allowClearUserData="true" android:allowClearUserData="true"
android:largeHeap="true"
> >
<activity android:name=".Orbot" android:configChanges="orientation|screenSize" <activity android:name=".Orbot" android:configChanges="orientation|screenSize"
@ -84,6 +87,7 @@
android:name=".service.TorService" android:name=".service.TorService"
android:exported="false" android:exported="false"
android:permission="org.torproject.android.MANAGE_TOR" android:permission="org.torproject.android.MANAGE_TOR"
android:process=":remote"
> >
<intent-filter> <intent-filter>
<action android:name="org.torproject.android.service.ITorService" /> <action android:name="org.torproject.android.service.ITorService" />