Adding BusinessCard sample to Android.mk and to the Resources TOC on developer.android.com.
diff --git a/Android.mk b/Android.mk
index fb1a3a6..df04bea 100644
--- a/Android.mk
+++ b/Android.mk
@@ -361,6 +361,8 @@
 		            resources/samples/ApiDemos "API Demos" \
 		-samplecode $(sample_dir)/BluetoothChat \
 		            resources/samples/BluetoothChat "Bluetooth Chat" \
+		-samplecode $(sample_dir)/BusinessCard \
+		            resources/samples/BusinessCard "Business Card" \
 		-samplecode $(sample_dir)/ContactManager \
 		            resources/samples/ContactManager "Contact Manager" \
 		-samplecode $(sample_dir)/Home \