Rename {zeroclick, share_tap} -> ndef_push in code.

Not sure what the product name will be, but ndef push seems to be a
nice neutral name for the code.

Text strings are left as "Share Tap" for now.

Change-Id: I9dbf82eda2273220c23f443710a340c2c93e8291
This commit is contained in:
Nick Pelly
2011-08-23 19:35:13 -07:00
parent 2aaf687aa6
commit 0fb33abfb4
8 changed files with 46 additions and 46 deletions

View File

@@ -1098,15 +1098,15 @@
<!-- NFC settings -->
<!-- Used in the 1st-level settings screen to turn on NFC -->
<string name="nfc_quick_toggle_title">NFC</string>
<!-- Used to enter the ShareTap sharing preferences screen -->
<string name="zeroclick_settings_title">ShareTap</string>
<string name="zeroclick_settings_summary"></string>
<string name="zeroclick_on_summary">On</string>
<string name="zeroclick_off_summary">Off</string>
<!-- Used in the zero-click sharing preferences screen -->
<string name="zeroclick_label">ShareTap</string>
<string name="zeroclick_explained">Share content by touching two NFC-enabled devices back to back.</string>
<string name="zeroclick_top">The app on the top device\'s screen sends content to the bottom device.\n\nYour data is safe: nothing is shared unless both devices are on and unlocked.\n\nYou can turn this feature off in Settings > More > ShareTap.</string>
<!-- Used to enter the NdefPush sharing preferences screen -->
<string name="ndef_push_settings_title">ShareTap</string>
<string name="ndef_push_settings_summary"></string>
<string name="ndef_push_on_summary">On</string>
<string name="ndef_push_off_summary">Off</string>
<!-- Used in the NdefPush sharing preferences screen -->
<string name="ndef_push_label">ShareTap</string>
<string name="ndef_push_explained">Share content by touching two NFC-enabled devices back to back.</string>
<string name="ndef_push_top">The app on the top device\'s screen sends content to the bottom device.\n\nYour data is safe: nothing is shared unless both devices are on and unlocked.\n\nYou can turn this feature off in Settings > More > ShareTap.</string>
<!-- Wi-Fi Settings --> <skip />
<!-- Used in the 1st-level settings screen to turn on Wi-Fi -->
<string name="wifi_quick_toggle_title">Wi-Fi</string>