diff --git a/docs/html/about/versions/jelly-bean.jd b/docs/html/about/versions/jelly-bean.jd index 60e76f4d85f90..19e73fe00ecd3 100644 --- a/docs/html/about/versions/jelly-bean.jd +++ b/docs/html/about/versions/jelly-bean.jd @@ -1,37 +1,13 @@ page.title=Jelly Bean +tab1=Android 4.2 +tab1.link=#android-42 +tab2=Android 4.1 +tab2.link=#android-41 + @jd:body @@ -39,7 +15,7 @@ ul#version-tabs li a:active { function revealSection(hashy) { if (hashy != "" && !$(hashy).is(":visible")) { sectionId = $(hashy).closest(".version-section").attr("id"); - link = $("#version-tabs a[href$="+sectionId+"]"); + link = $("#title-tabs a[href$="+sectionId+"]"); link.parent().addClass("selected"); link.parent().siblings().removeClass("selected"); @@ -56,7 +32,7 @@ function revealSection(hashy) { } $(document).ready(function() { - $("#version-tabs li a").each(function() { + $("#title-tabs li a").each(function() { $(this).click(function(){ $(this).parent().addClass("selected"); $(this).parent().siblings().removeClass("selected"); @@ -78,13 +54,6 @@ window.onhashchange = function () { - - - -
diff --git a/docs/html/tools/index.jd b/docs/html/tools/index.jd index 38401aa6a0286..f9d452c0c2532 100644 --- a/docs/html/tools/index.jd +++ b/docs/html/tools/index.jd @@ -51,11 +51,11 @@ page.title=Developer Tools
  • Quickly capture bug reports onto the device.
  • Show CPU usage on screen.
  • Draw debugging information on screen such as layout bounds, - updates on GPU views and hardware layers, touch location, and others.
  • + updates on GPU views and hardware layers, and other information.
  • Plus many more options to simulate app stresses or enable debugging options.
  • -

    To access these on your device, open the Developer options in the -system Settings. Note that on Android 4.2 and higher, the Developer options screen is +

    To access these settings, open the Developer options in the +system Settings. On Android 4.2 and higher, the Developer options screen is hidden by default. To make it available, go to Settings > About phone and tap Build number seven times. Return to the previous screen to find Developer options.