Remove plaintext backup import option.

We have our own secure backup solution built into the app now.
No need to support plaintext backups.
This commit is contained in:
Greyson Parrelli
2018-07-02 17:11:13 -07:00
parent 5d8ada0219
commit 3134837d56
7 changed files with 0 additions and 365 deletions

View File

@@ -120,9 +120,6 @@
<activity android:name=".CountrySelectionActivity"
android:configChanges="touchscreen|keyboard|keyboardHidden|orientation|screenLayout|screenSize"/>
<activity android:name=".ImportExportActivity"
android:configChanges="touchscreen|keyboard|keyboardHidden|orientation|screenLayout|screenSize"/>
<activity android:name=".InviteActivity"
android:theme="@style/TextSecure.HighlightTheme"
android:windowSoftInputMode="stateHidden"