rename Android Beam sample to Andriod Beam Demo and add launcher icon

Change-Id: If6edb7ac9ba2743ce0dbc39be6f1eede8ef66aaa
diff --git a/samples/AndroidBeam/res/drawable-hdpi/icon.png b/samples/AndroidBeam/res/drawable-hdpi/icon.png
deleted file mode 100644
index 8074c4c..0000000
--- a/samples/AndroidBeam/res/drawable-hdpi/icon.png
+++ /dev/null
Binary files differ
diff --git a/samples/AndroidBeam/res/drawable-ldpi/icon.png b/samples/AndroidBeam/res/drawable-ldpi/icon.png
deleted file mode 100644
index 1095584..0000000
--- a/samples/AndroidBeam/res/drawable-ldpi/icon.png
+++ /dev/null
Binary files differ
diff --git a/samples/AndroidBeam/res/drawable-mdpi/icon.png b/samples/AndroidBeam/res/drawable-mdpi/icon.png
deleted file mode 100644
index a07c69f..0000000
--- a/samples/AndroidBeam/res/drawable-mdpi/icon.png
+++ /dev/null
Binary files differ
diff --git a/samples/AndroidBeam/AndroidManifest.xml b/samples/AndroidBeamDemo/AndroidManifest.xml
similarity index 100%
rename from samples/AndroidBeam/AndroidManifest.xml
rename to samples/AndroidBeamDemo/AndroidManifest.xml
diff --git a/samples/AndroidBeam/_index.html b/samples/AndroidBeamDemo/_index.html
similarity index 67%
rename from samples/AndroidBeam/_index.html
rename to samples/AndroidBeamDemo/_index.html
index ad4e71a..9fe80b0 100755
--- a/samples/AndroidBeam/_index.html
+++ b/samples/AndroidBeamDemo/_index.html
@@ -1,3 +1,3 @@
-<p>The Beam application demonstrates how to use the Android Beam feature introduced in API level 14. This
+<p>Android Beam Demo shows how to use the Android Beam feature introduced in API level 14. This
 application beams a simple message from one device to another when they are in close enough proximity. This
 application must be installed on two devices that have NFC capabilities, running Android 4.0 or later.</p>
diff --git a/samples/AndroidBeamDemo/drawable-hdpi/ic_launcher.png b/samples/AndroidBeamDemo/drawable-hdpi/ic_launcher.png
new file mode 100644
index 0000000..c96fa9e
--- /dev/null
+++ b/samples/AndroidBeamDemo/drawable-hdpi/ic_launcher.png
Binary files differ
diff --git a/samples/AndroidBeamDemo/drawable-ldpi/ic_launcher.png b/samples/AndroidBeamDemo/drawable-ldpi/ic_launcher.png
new file mode 100644
index 0000000..ab4d45e
--- /dev/null
+++ b/samples/AndroidBeamDemo/drawable-ldpi/ic_launcher.png
Binary files differ
diff --git a/samples/AndroidBeamDemo/drawable-mdpi/ic_launcher.png b/samples/AndroidBeamDemo/drawable-mdpi/ic_launcher.png
new file mode 100644
index 0000000..e9ce6eb
--- /dev/null
+++ b/samples/AndroidBeamDemo/drawable-mdpi/ic_launcher.png
Binary files differ
diff --git a/samples/AndroidBeamDemo/drawable-xhdpi/ic_launcher.png b/samples/AndroidBeamDemo/drawable-xhdpi/ic_launcher.png
new file mode 100644
index 0000000..cd225d7
--- /dev/null
+++ b/samples/AndroidBeamDemo/drawable-xhdpi/ic_launcher.png
Binary files differ
diff --git a/samples/AndroidBeam/res/layout/main.xml b/samples/AndroidBeamDemo/res/layout/main.xml
similarity index 100%
rename from samples/AndroidBeam/res/layout/main.xml
rename to samples/AndroidBeamDemo/res/layout/main.xml
diff --git a/samples/AndroidBeam/res/values/strings.xml b/samples/AndroidBeamDemo/res/values/strings.xml
similarity index 100%
rename from samples/AndroidBeam/res/values/strings.xml
rename to samples/AndroidBeamDemo/res/values/strings.xml
diff --git a/samples/AndroidBeam/src/com/example/android/beam/Beam.java b/samples/AndroidBeamDemo/src/com/example/android/beam/Beam.java
similarity index 100%
rename from samples/AndroidBeam/src/com/example/android/beam/Beam.java
rename to samples/AndroidBeamDemo/src/com/example/android/beam/Beam.java