diff options
author | Dominik Schürmann <dominik@dominikschuermann.de> | 2013-01-08 12:58:21 +0100 |
---|---|---|
committer | Dominik Schürmann <dominik@dominikschuermann.de> | 2013-01-08 12:58:21 +0100 |
commit | 6cc7156fbd094265dddd66562941c90a2d9079d6 (patch) | |
tree | 6edab99d8798be03fa704013ff8b0be4ac4ddfe5 /APG/res/raw | |
parent | 9758cb673f7db8c9a5e6951a1afadaaa85b787d6 (diff) | |
download | open-keychain-6cc7156fbd094265dddd66562941c90a2d9079d6.tar.gz open-keychain-6cc7156fbd094265dddd66562941c90a2d9079d6.tar.bz2 open-keychain-6cc7156fbd094265dddd66562941c90a2d9079d6.zip |
Share with NFC, Qr Code sharing refactored, Receiving NFC is not ready yet
Diffstat (limited to 'APG/res/raw')
-rw-r--r-- | APG/res/raw/help_nfc_beam.html | 15 | ||||
-rw-r--r-- | APG/res/raw/nfc_beam_share.html | 15 |
2 files changed, 30 insertions, 0 deletions
diff --git a/APG/res/raw/help_nfc_beam.html b/APG/res/raw/help_nfc_beam.html new file mode 100644 index 000000000..31abb7ddb --- /dev/null +++ b/APG/res/raw/help_nfc_beam.html @@ -0,0 +1,15 @@ +<!-- 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> +<ol> +<li>Go to your partners 'Manage Public Keyrings' and long press on the keyring 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 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 other person’s device.</li> +</ol> +</body> +</html>
\ No newline at end of file diff --git a/APG/res/raw/nfc_beam_share.html b/APG/res/raw/nfc_beam_share.html new file mode 100644 index 000000000..734e69fc5 --- /dev/null +++ b/APG/res/raw/nfc_beam_share.html @@ -0,0 +1,15 @@ +<!-- 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> +<ol> +<li>Make sure that NFC is turned on in Settings > More > NFC and make sure that Android Beam is also on in the same section.</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 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 other person’s device.</li> +</ol> +</body> +</html>
\ No newline at end of file |