Add ability to scan username qr from gallery.

This commit is contained in:
Cody Henthorne
2024-02-28 12:44:17 -05:00
committed by Alex Hart
parent 6104ef62df
commit 86afa988a0
10 changed files with 255 additions and 21 deletions

View File

@@ -1084,6 +1084,11 @@
android:theme="@style/Theme.Signal.WallpaperCropper"
android:exported="false"/>
<activity android:name=".components.settings.app.usernamelinks.main.UsernameQrImageSelectionActivity"
android:configChanges="touchscreen|keyboard|keyboardHidden|orientation|screenLayout|screenSize"
android:theme="@style/TextSecure.DarkNoActionBar"
android:exported="false"/>
<activity android:name=".reactions.edit.EditReactionsActivity"
android:theme="@style/Theme.Signal.DayNight.NoActionBar"
android:configChanges="touchscreen|keyboard|keyboardHidden|orientation|screenLayout|screenSize"