Files
android_development/samples/AndroidBeamDemo/res/values/strings.xml
Scott Main e842e956c2 update andriod beam demo.
add action item to go to Android Beam settings,
add help info, and add callback for on-push-complete

Change-Id: I2e0e8b9d6e66c507d62012e809ee0c01e1298f20
2011-10-17 10:37:07 -07:00

10 lines
439 B
XML

<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="app_name">Beam</string>
<string name="info">Ensure that Android Beam is enabled by turning it on in
the system Settings (select the setting icon above), then place this device up
against another Android device that supports Android Beam to send a
message.</string>
<string name="menu_settings">Android Beam settings</string>
</resources>