From ef7a40a0d65a4d3e43d454273c6334448158e555 Mon Sep 17 00:00:00 2001 From: Andres Morales Date: Mon, 6 Jan 2014 10:24:28 -0800 Subject: Write wifi config to NFC tag Configured networks expose the option to write config to an NFC tag. This tag can be then tapped to another device to configure the same network. Implemented according to WiFi Alliance WPS spec. Change-Id: I33a1be1610aab71cf1ab864418d494027370ebca --- res/values/strings.xml | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) (limited to 'res/values/strings.xml') diff --git a/res/values/strings.xml b/res/values/strings.xml index 7ad8f8e..2fb21f7 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -1494,6 +1494,8 @@ , secured with %1$s + + Enter your network password. WEP @@ -5059,4 +5061,23 @@ Notification settings + + + + + Set up WiFi NFC Tag + + Write + + Tap a tag to write... + + Invalid password, try again. + + Success! + + Unable to write data to NFC tag. If the problem persists, try a different tag + + NFC tag is not writable. Please use a different tag. + + -- cgit v1.1