add persistent flag
This commit is contained in:
parent
b4079f4c79
commit
41064d8548
|
@ -24,6 +24,7 @@
|
|||
android:allowBackup="false"
|
||||
android:allowClearUserData="true"
|
||||
android:largeHeap="true"
|
||||
android:persistent="true"
|
||||
>
|
||||
|
||||
<activity android:name=".Orbot" android:configChanges="orientation|screenSize"
|
||||
|
|
Loading…
Reference in New Issue