[android] show Toast when user shares own handshake link

This also limits the AddContactActivity to run within one single task
This commit is contained in:
Torsten Grote
2019-05-03 11:07:23 -03:00
parent d17331b578
commit 19bc73ac61
3 changed files with 38 additions and 28 deletions

View File

@@ -200,6 +200,7 @@
<string name="own_link_error">Enter your contact\'s link, not your own</string>
<string name="nickname_missing">Please enter a nickname</string>
<string name="invalid_link">Invalid link</string>
<string name="intent_own_link">You opened your own link. Use the one of the contact you want to add!</string>
<string name="missing_link">Please enter a link</string>
<!-- This is a numeral indicating the first step in a series of screens -->
<string name="step_1">1</string>