diff options
Diffstat (limited to 'OpenPGP-Keychain/src/main/res/raw/help_nfc_beam.html')
-rw-r--r-- | OpenPGP-Keychain/src/main/res/raw/help_nfc_beam.html | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/OpenPGP-Keychain/src/main/res/raw/help_nfc_beam.html b/OpenPGP-Keychain/src/main/res/raw/help_nfc_beam.html new file mode 100644 index 000000000..301c04267 --- /dev/null +++ b/OpenPGP-Keychain/src/main/res/raw/help_nfc_beam.html @@ -0,0 +1,16 @@ +<!-- Maintain structure with headings with h2 tags and content with p tags. +This makes it easy to translate the values with transifex! +And don't add newlines before or after p tags because of transifex --> +<html> +<head> +</head> +<body> +<h2>How to receive keys</h2> +<ol> +<li>Go to your partners 'Manage Public Keys' and long press on the key you want to share.</li> +<li>Hold the two devices back to back (they have to be almost touching) and you’ll feel a vibration.</li> +<li>After it vibrates you’ll see the content on your partners device turn into a card-like object with Star Trek warp speed-looking animation in the background.</li> +<li>Tap the card and the content will then load on the your device.</li> +</ol> +</body> +</html> |