Merge "docs: Update Android Dashboard for November 2014" into lmp-docs
This commit is contained in:
committed by
Android (Google) Code Review
commit
eff5efac21
@@ -41,13 +41,6 @@ with Android 2.2 and higher. Each snapshot of data represents all the devices th
|
||||
Google Play Store in the prior 7 days.</p>
|
||||
|
||||
|
||||
<div class="note">
|
||||
<p><strong>Note:</strong> Beginning in September, 2013, devices running versions older than Android
|
||||
2.2 do not appear in this data because those devices do not support the new Google Play Store
|
||||
app. Only the new app is able to measure the number of devices that actively visit Google Play Store
|
||||
and we believe this measurement best reflects your potential user-base.</p>
|
||||
</div>
|
||||
|
||||
|
||||
<h2 id="Platform">Platform Versions</h2>
|
||||
|
||||
@@ -64,7 +57,7 @@ Platform Versions</a>.</p>
|
||||
</div>
|
||||
|
||||
|
||||
<p style="clear:both"><em>Data collected during a 7-day period ending on September 9, 2014.
|
||||
<p style="clear:both"><em>Data collected during a 7-day period ending on November 3, 2014.
|
||||
<br/>Any versions with less than 0.1% distribution are not shown.</em>
|
||||
</p>
|
||||
|
||||
@@ -95,7 +88,7 @@ Screens</a>.</p>
|
||||
</div>
|
||||
|
||||
|
||||
<p style="clear:both"><em>Data collected during a 7-day period ending on September 9, 2014.
|
||||
<p style="clear:both"><em>Data collected during a 7-day period ending on November 3, 2014.
|
||||
|
||||
<br/>Any screen configurations with less than 0.1% distribution are not shown.</em></p>
|
||||
|
||||
@@ -115,7 +108,7 @@ support for any lower version (for example, support for version 2.0 also implies
|
||||
|
||||
|
||||
<img alt="" style="float:right"
|
||||
src="//chart.googleapis.com/chart?chs=400x250&cht=p&chd=t%3A77.5%2C22.5&chf=bg%2Cs%2C00000000&chl=GL%202.0%7CGL%203.0&chco=c4df9b%2C6fad0c" />
|
||||
src="//chart.googleapis.com/chart?chl=GL%202.0%7CGL%203.0&chd=t%3A74.7%2C25.3&chf=bg%2Cs%2C00000000&chco=c4df9b%2C6fad0c&cht=p&chs=400x250" />
|
||||
|
||||
<p>To declare which version of OpenGL ES your application requires, you should use the {@code
|
||||
android:glEsVersion} attribute of the <a
|
||||
@@ -133,17 +126,17 @@ uses.</p>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>2.0</td>
|
||||
<td>77.5%</td>
|
||||
<td>74.7%</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>3.0</td>
|
||||
<td>22.5%</td>
|
||||
<td>25.3%</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
|
||||
|
||||
<p style="clear:both"><em>Data collected during a 7-day period ending on September 9, 2014</em></p>
|
||||
<p style="clear:both"><em>Data collected during a 7-day period ending on November 3, 2014</em></p>
|
||||
|
||||
|
||||
|
||||
@@ -161,42 +154,42 @@ uses.</p>
|
||||
var VERSION_DATA =
|
||||
[
|
||||
{
|
||||
"chart": "//chart.googleapis.com/chart?chco=c4df9b%2C6fad0c&cht=p&chs=500x250&chl=Froyo%7CGingerbread%7CIce%20Cream%20Sandwich%7CJelly%20Bean%7CKitKat&chd=t%3A0.7%2C11.4%2C9.6%2C53.8%2C24.5&chf=bg%2Cs%2C00000000",
|
||||
"chart": "//chart.googleapis.com/chart?chl=Froyo%7CGingerbread%7CIce%20Cream%20Sandwich%7CJelly%20Bean%7CKitKat&chd=t%3A0.6%2C9.8%2C8.5%2C50.9%2C30.2&chf=bg%2Cs%2C00000000&chco=c4df9b%2C6fad0c&cht=p&chs=500x250",
|
||||
"data": [
|
||||
{
|
||||
"api": 8,
|
||||
"name": "Froyo",
|
||||
"perc": "0.7"
|
||||
"perc": "0.6"
|
||||
},
|
||||
{
|
||||
"api": 10,
|
||||
"name": "Gingerbread",
|
||||
"perc": "11.4"
|
||||
"perc": "9.8"
|
||||
},
|
||||
{
|
||||
"api": 15,
|
||||
"name": "Ice Cream Sandwich",
|
||||
"perc": "9.6"
|
||||
"perc": "8.5"
|
||||
},
|
||||
{
|
||||
"api": 16,
|
||||
"name": "Jelly Bean",
|
||||
"perc": "25.1"
|
||||
"perc": "22.8"
|
||||
},
|
||||
{
|
||||
"api": 17,
|
||||
"name": "Jelly Bean",
|
||||
"perc": "20.7"
|
||||
"perc": "20.8"
|
||||
},
|
||||
{
|
||||
"api": 18,
|
||||
"name": "Jelly Bean",
|
||||
"perc": "8.0"
|
||||
"perc": "7.3"
|
||||
},
|
||||
{
|
||||
"api": 19,
|
||||
"name": "KitKat",
|
||||
"perc": "24.5"
|
||||
"perc": "30.2"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -210,27 +203,27 @@ var SCREEN_DATA =
|
||||
"Large": {
|
||||
"hdpi": "0.6",
|
||||
"ldpi": "0.5",
|
||||
"mdpi": "4.3",
|
||||
"tvdpi": "1.7",
|
||||
"mdpi": "4.5",
|
||||
"tvdpi": "1.9",
|
||||
"xhdpi": "0.6"
|
||||
},
|
||||
"Normal": {
|
||||
"hdpi": "35.7",
|
||||
"mdpi": "10.6",
|
||||
"xhdpi": "19.2",
|
||||
"xxhdpi": "16.2"
|
||||
"hdpi": "36.6",
|
||||
"mdpi": "9.9",
|
||||
"xhdpi": "18.9",
|
||||
"xxhdpi": "16.0"
|
||||
},
|
||||
"Small": {
|
||||
"ldpi": "6.2"
|
||||
"ldpi": "5.8"
|
||||
},
|
||||
"Xlarge": {
|
||||
"hdpi": "0.3",
|
||||
"mdpi": "3.7",
|
||||
"xhdpi": "0.4"
|
||||
"mdpi": "3.9",
|
||||
"xhdpi": "0.5"
|
||||
}
|
||||
},
|
||||
"densitychart": "//chart.googleapis.com/chart?chco=c4df9b%2C6fad0c&cht=p&chs=400x250&chl=ldpi%7Cmdpi%7Ctvdpi%7Chdpi%7Cxhdpi%7Cxxhdpi&chd=t%3A6.7%2C18.6%2C1.7%2C36.6%2C20.2%2C16.2&chf=bg%2Cs%2C00000000",
|
||||
"layoutchart": "//chart.googleapis.com/chart?chco=c4df9b%2C6fad0c&cht=p&chs=400x250&chl=Xlarge%7CLarge%7CNormal%7CSmall&chd=t%3A4.4%2C7.7%2C81.7%2C6.2&chf=bg%2Cs%2C00000000"
|
||||
"densitychart": "//chart.googleapis.com/chart?chl=ldpi%7Cmdpi%7Ctvdpi%7Chdpi%7Cxhdpi%7Cxxhdpi&chd=t%3A6.3%2C18.3%2C1.9%2C37.5%2C20.0%2C16.0&chf=bg%2Cs%2C00000000&chco=c4df9b%2C6fad0c&cht=p&chs=400x250",
|
||||
"layoutchart": "//chart.googleapis.com/chart?chl=Xlarge%7CLarge%7CNormal%7CSmall&chd=t%3A4.7%2C8.1%2C81.4%2C5.8&chf=bg%2Cs%2C00000000&chco=c4df9b%2C6fad0c&cht=p&chs=400x250"
|
||||
}
|
||||
];
|
||||
|
||||
@@ -302,6 +295,16 @@ var VERSION_NAMES =
|
||||
"api":19,
|
||||
"link":"<a href='/about/versions/android-4.4.html'>4.4</a>",
|
||||
"codename":"KitKat"
|
||||
},
|
||||
{
|
||||
"api":20,
|
||||
"link":"<a href='/about/versions/android-4.4.html'>4.4W</a>",
|
||||
"codename":"KitKat for Wear"
|
||||
},
|
||||
{
|
||||
"api":21,
|
||||
"link":"<a href='/about/versions/android-5.0.html'>4.4</a>",
|
||||
"codename":"Lollipop"
|
||||
}
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user