The diagram below offers a process-oriented architectural overview of Android's Bluetooth stack. Click Bluetooth to return to the Bluetooth overview page.
-
\ No newline at end of file
+
diff --git a/pdk/docs/guide/bring_up.jd b/pdk/docs/guide/bring_up.jd
index 85d7b266c..a11fe00ff 100755
--- a/pdk/docs/guide/bring_up.jd
+++ b/pdk/docs/guide/bring_up.jd
@@ -1,5 +1,6 @@
page.title=Bring Up
pdk.version=1.0
+doc.type=guide
@jd:body
Once your code is built and you have verified that all necessary directories exist, power on and test your device with basic bring up, as described below. Bring up tests are typically designed to stress certain aspects of your system and allow you to characterize the device's behavior.
@@ -355,4 +356,4 @@ service akmd /sbin/akmd
disabled
user akmd
group akmd
-
\ No newline at end of file
+
diff --git a/pdk/docs/guide/build_cookbook.jd b/pdk/docs/guide/build_cookbook.jd
index fc34132c0..4bed9471b 100755
--- a/pdk/docs/guide/build_cookbook.jd
+++ b/pdk/docs/guide/build_cookbook.jd
@@ -1,5 +1,6 @@
page.title=Build Cookbook
pdk.version=1.0
+doc.type=guide
@jd:body
@@ -552,4 +553,4 @@ module. This can be fixed. If you ever need it to be, just ask.
-
\ No newline at end of file
+
diff --git a/pdk/docs/guide/build_new_device.jd b/pdk/docs/guide/build_new_device.jd
index dabdfb061..28e7c2eb3 100755
--- a/pdk/docs/guide/build_new_device.jd
+++ b/pdk/docs/guide/build_new_device.jd
@@ -1,5 +1,6 @@
page.title=Configuring a New Product
pdk.version=1.0
+doc.type=guide
@jd:body
diff --git a/pdk/docs/guide/build_system.jd b/pdk/docs/guide/build_system.jd
index d22998383..fd0ff8074 100755
--- a/pdk/docs/guide/build_system.jd
+++ b/pdk/docs/guide/build_system.jd
@@ -1,5 +1,6 @@
page.title=Android Build System
pdk.version=1.0
+doc.type=guide
@jd:body
@@ -266,4 +267,4 @@ If you build one flavor and then want to build another, you should run
make installclean between the two makes to guarantee that
you don't pick up files installed by the previous flavor. make
clean will also suffice, but it takes a lot longer.
-
\ No newline at end of file
+
diff --git a/pdk/docs/guide/camera.jd b/pdk/docs/guide/camera.jd
index 281f76dd6..98636d8de 100755
--- a/pdk/docs/guide/camera.jd
+++ b/pdk/docs/guide/camera.jd
@@ -1,5 +1,6 @@
page.title=Camera
pdk.version=1.0
+doc.type=guide
@jd:body
@@ -317,4 +318,4 @@ include $(LOCAL_PATH)/client/Android.mk
Animations
Android supports configurable animations for window and view transitions. System-level animations are defined in XML in global resource files located in //android/framework/base/core/res/res/anim/.
-
\ No newline at end of file
+
diff --git a/pdk/docs/guide/dalvik.jd b/pdk/docs/guide/dalvik.jd
index 948496a98..6fa37da9b 100755
--- a/pdk/docs/guide/dalvik.jd
+++ b/pdk/docs/guide/dalvik.jd
@@ -1,5 +1,6 @@
page.title=Dalvik
pdk.version=1.0
+doc.type=guide
@jd:body
@@ -142,4 +143,4 @@ Execute the line shown in the debug output, substituting 5039 for the proper
Otherwise you need to determine the path of the crashing binary and follow the
steps as mentioned above (for example, gdbclient hoser :5039 if
- the hoser command has failed).
\ No newline at end of file
+ the hoser command has failed).
diff --git a/pdk/docs/guide/debugging_native.jd b/pdk/docs/guide/debugging_native.jd
index 6705766a8..0f8b39731 100755
--- a/pdk/docs/guide/debugging_native.jd
+++ b/pdk/docs/guide/debugging_native.jd
@@ -1,5 +1,6 @@
page.title=Debugging Native Code
pdk.version=1.0
+doc.type=guide
@jd:body
diff --git a/pdk/docs/guide/display_drivers.jd b/pdk/docs/guide/display_drivers.jd
index ac41c55ce..1eddd155b 100755
--- a/pdk/docs/guide/display_drivers.jd
+++ b/pdk/docs/guide/display_drivers.jd
@@ -1,5 +1,6 @@
page.title=Display Drivers
pdk.version=1.0
+doc.type=guide
@jd:body
diff --git a/pdk/docs/guide/getting_source_code.jd b/pdk/docs/guide/getting_source_code.jd
index 19a7069ab..e7352743b 100755
--- a/pdk/docs/guide/getting_source_code.jd
+++ b/pdk/docs/guide/getting_source_code.jd
@@ -1,4 +1,6 @@
page.title=Getting Source Code
+pdk.version=1.0
+doc.type=guide
@jd:body
diff --git a/pdk/docs/guide/gps.jd b/pdk/docs/guide/gps.jd
index f2ce11c16..2acad6d7d 100755
--- a/pdk/docs/guide/gps.jd
+++ b/pdk/docs/guide/gps.jd
@@ -1,5 +1,6 @@
page.title=GPS
pdk.version=1.0
+doc.type=guide
@jd:body
While Android is designed to support a wide variety of hardware platforms and configurations, this section provides recommended minimum device requirements.
@@ -56,4 +57,4 @@ pdk.version=1.0
QWERTY keyboard
WiFi
GPS
-
\ No newline at end of file
+
diff --git a/pdk/docs/guide/tcpdump.jd b/pdk/docs/guide/tcpdump.jd
index 96103a5cd..01f77bb56 100755
--- a/pdk/docs/guide/tcpdump.jd
+++ b/pdk/docs/guide/tcpdump.jd
@@ -1,5 +1,6 @@
page.title=Debugging with tcpdump and other tools
pdk.version=1.0
+doc.type=guide
@jd:body
@@ -86,4 +87,4 @@ vendor/google/tools/override-gservices url:calendar_sync_https_proxy \
On the desktop:
curl: fetch URLs directly to emulate device requests
-
\ No newline at end of file
+
diff --git a/pdk/docs/guide/telephony.jd b/pdk/docs/guide/telephony.jd
index 0fe522160..2004e63e6 100755
--- a/pdk/docs/guide/telephony.jd
+++ b/pdk/docs/guide/telephony.jd
@@ -1,5 +1,6 @@
page.title=Radio Layer Interface
pdk.version=1.0
+doc.type=guide
@jd:body
Android is the first free, open source, and fully customizable mobile platform.
+ Android offers a full stack: an operating system, middleware and key mobile applications.
+ It also contains a rich set of APIs that allows third-party developers to develop great
+ applications.
+
+
+
+
+
+
+
+
Download
+
The Android SDK has the tools, sample code, and docs you need to create great apps.
+ The Android Open Source Project uses a few open source initiative approved open source licenses to enable availability
+ of source code and to accept contributions from individuals and corporations.
+
+
+
+ Android Open Source Project license
+
+
+
+ The preferred license for the Android Open Source Project is Apache 2.0. Apache 2.0 is a commercial and open source
+ friendly open source license. The majority of the Android platform is licensed under the Apache 2.0 license. While
+ the project will strive to adhere to the preferred license, there may be exceptions which will be handled on a case-by-case
+ basis. For example, the Linux kernel patches are under the GPLv2 license with system exceptions, which can be found on kernel.org
+
+
+
+ Contributor License Grants
+
+
+
+ All individual contributors of ideas, code, or documentation to the Android Open Source Project will be required to
+ complete, sign, and submit an Individual Contributor License Grant. The grant can be executed online through the code
+ review tool. The agreement clearly defines the terms under which intellectual property has been contributed to the
+ Android Open Source Project. This license is for your protection as a contributor as well as the protection of the
+ project; it does not change your rights to use your own contributions for any other purpose.
+
+
+
+ For a corporation that has assigned employees to work on the Android Open Source Project, a Corporate Contributor License
+ Grant is available. This version of the Grant allows a corporation to authorize contributions submitted by its designated
+ employees and to grant copyright and patent licenses. Note that a Corporate Contributor License Grant does not remove the
+ need for any developer to sign their own Individual Contributor License Grant as an individual, to cover any of their
+ contributions which are not owned by the corporation signing the Corporate Contributor License Grant.
+
+
+
+ Please note that we based our grants on the ones that the Apache Software Foundation uses, which can be found on its site.
+