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 () { -
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.