Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit cac962f7 authored by Scott Main's avatar Scott Main
Browse files

docs: update device dashboard

Change-Id: I891523fc11154de39156476c26ed7b2456a25d04
parent 11ecbc32
Loading
Loading
Loading
Loading
+18 −28
Original line number Diff line number Diff line
@@ -2,9 +2,10 @@ page.title=Platform Versions
@jd:body

<style type="text/css">

div.dashboard-panel {
  max-width:928px;
  margin:0 0 1em 0;
  margin:0 0 2em 0;
  padding:20px 20px 0 20px;
  border:1px solid #d3ecf5;
  border-radius:7px;
@@ -27,6 +28,9 @@ div.dashboard-panel table {
  float:left;
  background-color:#fff;
}
div.dashboard-panel p {
  clear:left;
}
div.dashboard-panel th {
  white-space:nowrap;
}
@@ -36,46 +40,32 @@ div.dashboard-panel th {
running a given version of the Android platform. This can help you
understand the landscape of device distribution and decide how to prioritize
the development of your application features for the devices currently in
the hands of users.</p>
the hands of users. For information about how to target your application to devices based on
platform version, see <a href="{@docRoot}guide/appendix/api-levels.html">API Levels</a>.</p>

<p class="note"><strong>Note:</strong> This data is based on the number
of Android devices that have accessed Android Market within a 14-day period
ending on the data collection date noted below.</p>


<div class="dashboard-panel">

<img alt="" width="400" height="250"
src="http://chart.apis.google.com/chart?cht=p&chs=400x250&chd=t:0.3,31.0,47.6,0.7,20.4&chl=Android%201.1|Android%201.5|Android%201.6|Android%202.0|Android%202.0.1&chco=c4df9b,6fad0c" />

<!-- HISTORY
12/14/09 http://chart.apis.google.com/chart?cht=p&chs=400x250&chd=t:0.3,27.7,54.2,2.9,14.8&chl=Android%201.1|Android%201.5|Android%201.6|Android%202.0|Android%202.0.1&chco=c4df9b,6fad0c
-->
src="http://chart.apis.google.com/chart?&cht=p&chs=400x250&chd=t:0.1,38.0,31.6,0.3,2.7,27.3&chl=
Android%201.1|Android%201.5|Android%201.6|Android%202.0|Android%202.0.1|Android%202.1&chco=c4df9b,
6fad0c" />

<table>
<tr>
  <th>Android Platform</th>
  <th>Percent of Devices</th>
</tr>
<tr>
  <td>Android 1.1</td>
  <td>0.3%</td>
</tr>
<tr>
  <td>Android 1.5</td>
  <td>31.0%</td>
</tr>
<tr>
  <td>Android 1.6</td>
  <td>47.6%</td></tr>
<tr>
  <td>Android 2.0</td>
  <td>0.7%</td>
</tr>
<tr>
  <td>Android 2.0.1</td>
  <td>20.4%</td>
</tr>
  <tr><td>Android 1.1</td><td>0.1%</td></tr>
  <tr><td>Android 1.5</td><td>38.0%</td></tr>
  <tr><td>Android 1.6</td><td>31.6%</td></tr>
  <tr><td>Android 2.0</td><td>0.3%</td></tr>
  <tr><td>Android 2.0.1</td><td>2.7%</td></tr>
  <tr><td>Android 2.1</td><td>27.3%</td></tr>
</table>
<p><em>Data collected during two weeks ending on 4/12/2010</em></p>
</div>
<p><em>Data collected during two weeks ending on 1/4/2010</em></p>