mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-04-13 11:41:15 +02:00
Android UI for writing private messages (text only for now).
This commit is contained in:
@@ -52,5 +52,9 @@
|
||||
android:name=".android.messages.ReadMessageActivity"
|
||||
android:label="@string/messages_title" >
|
||||
</activity>
|
||||
<activity
|
||||
android:name=".android.messages.WriteMessageActivity"
|
||||
android:label="@string/compose_title" >
|
||||
</activity>
|
||||
</application>
|
||||
</manifest>
|
||||
|
||||
Reference in New Issue
Block a user