Add scaffolding for backupsV2.

This commit is contained in:
Alex Hart
2024-01-31 16:27:18 -04:00
committed by Nicholas Tinsley
parent 91920319c7
commit 1234c63836
27 changed files with 1551 additions and 20 deletions

View File

@@ -757,6 +757,13 @@
android:windowSoftInputMode="stateAlwaysHidden"
android:exported="false"/>
<activity
android:name=".backup.v2.ui.MessageBackupsFlowActivity"
android:configChanges="touchscreen|keyboard|keyboardHidden|orientation|screenLayout|screenSize"
android:exported="false"
android:theme="@style/Signal.DayNight.NoActionBar"
android:windowSoftInputMode="adjustResize" />
<activity
android:name=".stories.settings.StorySettingsActivity"
android:configChanges="touchscreen|keyboard|keyboardHidden|orientation|screenLayout|screenSize"