mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-15 04:18:53 +01:00
Add remote wipe menu item to ConversationActivity
This commit is contained in:
@@ -32,4 +32,10 @@
|
||||
android:icon="@drawable/introduction_white"
|
||||
android:title="@string/help_recover_account"
|
||||
app:showAsAction="never"/>
|
||||
|
||||
<item
|
||||
android:id="@+id/action_remote_wipe"
|
||||
android:icon="@drawable/action_delete_white"
|
||||
android:title="@string/activate_remote_wipe"
|
||||
app:showAsAction="never"/>
|
||||
</menu>
|
||||
@@ -744,5 +744,6 @@
|
||||
<string name="remote_wipe_setup_sent">You have added this contact as a remote wiper.</string>
|
||||
<string name="activity_name_remote_wipe">Remote Wipe</string>
|
||||
<string name="assigned_wipers">Your assigned trusted wipers</string>
|
||||
<string name="activate_remote_wipe">Activate remote wipe</string>
|
||||
|
||||
</resources>
|
||||
|
||||
Reference in New Issue
Block a user