add persistent flag

This commit is contained in:
Nathan Freitas 2014-07-10 11:04:46 -04:00
parent b4079f4c79
commit 41064d8548
1 changed files with 1 additions and 0 deletions

View File

@ -24,6 +24,7 @@
android:allowBackup="false" android:allowBackup="false"
android:allowClearUserData="true" android:allowClearUserData="true"
android:largeHeap="true" android:largeHeap="true"
android:persistent="true"
> >
<activity android:name=".Orbot" android:configChanges="orientation|screenSize" <activity android:name=".Orbot" android:configChanges="orientation|screenSize"