From 14a704295ffd4a530364ad37976bebd4f287cadf Mon Sep 17 00:00:00 2001 From: Scott Main Date: Wed, 2 Dec 2009 15:42:30 -0800 Subject: [PATCH] add BluetoothChat sample app to the dev guide --- Android.mk | 2 ++ docs/html/guide/guide_toc.cs | 3 +++ docs/html/guide/samples/index.jd | 3 +++ 3 files changed, 8 insertions(+) diff --git a/Android.mk b/Android.mk index a83d497cab130..cd4e58ebe1481 100644 --- a/Android.mk +++ b/Android.mk @@ -357,6 +357,8 @@ web_docs_sample_code_flags := \ -hdf android.hasSamples 1 \ -samplecode $(sample_dir)/ApiDemos \ guide/samples/ApiDemos "API Demos" \ + -samplecode $(sample_dir)/BluetoothChat \ + guide/samples/BluetoothChat "Bluetooth Chat" \ -samplecode $(sample_dir)/Home \ guide/samples/Home "Home" \ -samplecode $(sample_dir)/JetBoy \ diff --git a/docs/html/guide/guide_toc.cs b/docs/html/guide/guide_toc.cs index 5fbfd4e6e0efc..c28cde106834a 100644 --- a/docs/html/guide/guide_toc.cs +++ b/docs/html/guide/guide_toc.cs @@ -396,6 +396,9 @@
  • API Demos
  • +
  • + Bluetooth Chat +
  • Home
  • diff --git a/docs/html/guide/samples/index.jd b/docs/html/guide/samples/index.jd index 06aa83ce69417..4fca8dac84c31 100644 --- a/docs/html/guide/samples/index.jd +++ b/docs/html/guide/samples/index.jd @@ -33,6 +33,9 @@ platforms) and allow you to view the source files in your browser.

    API Demos
    A variety of small applications that demonstrate an extensive collection of framework topics.
    + +
    Bluetooth Chat
    +
    An application for two-way text messaging over Bluetooth.
    Home
    An application for saving notes. Similar (but not identical) to the