Add pending contact requests screen

This commit is contained in:
Torsten Grote
2018-09-25 11:08:08 -03:00
parent 101b600f0e
commit ace2ea3c5b
10 changed files with 252 additions and 9 deletions

View File

@@ -445,5 +445,10 @@
</intent-filter>
</activity>
<activity
android:name=".android.contact.PendingRequestsActivity"
android:label="@string/pending_contact_requests"
android:theme="@style/BriarTheme"/>
</application>
</manifest>