exclude call screen from recents

Closes #5217
// FREEBIE
This commit is contained in:
Christian Ascheberg 2016-02-11 22:29:22 +01:00 committed by Moxie Marlinspike
parent 12957d96e0
commit 8cf574bb32
1 changed files with 2 additions and 0 deletions

View File

@ -108,6 +108,7 @@
android:value="GlideModule" />
<activity android:name="org.thoughtcrime.redphone.RedPhone"
android:excludeFromRecents="true"
android:screenOrientation="portrait"
android:configChanges="mcc|mnc|locale|touchscreen|keyboard|keyboardHidden|navigation|orientation|screenLayout|screenSize|fontScale"
android:launchMode="singleTask">
@ -339,6 +340,7 @@
</activity>
<activity android:name="org.thoughtcrime.redphone.RedPhoneShare"
android:excludeFromRecents="true"
android:theme="@style/NoAnimation.Theme.BlackScreen"
android:launchMode="singleTask"
android:configChanges="touchscreen|keyboard|keyboardHidden|orientation|screenLayout|screenSize">