reduce memory usage of app and make single process

This commit is contained in:
Nathan Freitas 2014-05-05 00:01:07 -04:00
parent ba90f73828
commit 90848b00d6
1 changed files with 0 additions and 2 deletions

View File

@ -22,7 +22,6 @@
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,7 +83,6 @@
<service android:enabled="true" <service android:enabled="true"
android:name=".service.TorService" android:name=".service.TorService"
android:exported="false" android:exported="false"
android:process=":remote"
android:permission="org.torproject.android.MANAGE_TOR" android:permission="org.torproject.android.MANAGE_TOR"
> >
<intent-filter> <intent-filter>