Add groups in common screen.

Adds a new screen to show which groups the user has in common with another user.
This commit is contained in:
Jeffrey Starke
2025-04-02 17:11:53 -04:00
committed by Michelle Tang
parent bc2d4a0415
commit 9d3f4ffa08
7 changed files with 287 additions and 4 deletions

View File

@@ -1148,6 +1148,10 @@
android:configChanges="touchscreen|keyboard|keyboardHidden|orientation|screenLayout|screenSize"
android:exported="false"/>
<activity android:name=".groups.ui.incommon.GroupsInCommonActivity"
android:exported="false"
android:theme="@style/Signal.DayNight.NoActionBar" />
<service
android:enabled="true"
android:exported="false"