diff --git a/Android.mk b/Android.mk index 1d4b10f2d1ccf..0cfae0f8ba71a 100644 --- a/Android.mk +++ b/Android.mk @@ -359,6 +359,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