update service config to run in same process, and not use largeheap

This commit is contained in:
Nathan Freitas 2014-10-24 01:15:14 -04:00
parent 2d98a29d82
commit 9f311a2d89
1 changed files with 0 additions and 3 deletions

View File

@ -22,7 +22,6 @@
android:theme="@style/Theme.AppCompat"
android:allowBackup="false"
android:allowClearUserData="true"
android:largeHeap="true"
android:persistent="true"
>
@ -85,9 +84,7 @@
<service android:enabled="true"
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" />