| Robert Ly | 26115661a | 2014-06-18 19:56:05 -0700 | [diff] [blame] | 1 | <!DOCTYPE html> | 
 | 2 |  | 
| Joe Fernandez | 306f1ce | 2015-05-01 12:51:21 -0700 | [diff] [blame] | 3 |  | 
 | 4 |  | 
 | 5 |  | 
 | 6 |  | 
 | 7 |  | 
 | 8 |  | 
 | 9 |  | 
 | 10 |  | 
 | 11 |  | 
 | 12 |  | 
 | 13 |  | 
 | 14 |  | 
 | 15 |  | 
 | 16 |  | 
 | 17 |  | 
 | 18 |  | 
 | 19 |  | 
 | 20 |  | 
 | 21 |  | 
 | 22 |  | 
 | 23 |  | 
 | 24 |  | 
 | 25 |  | 
 | 26 |  | 
 | 27 |  | 
 | 28 |  | 
 | 29 |  | 
 | 30 |  | 
 | 31 |  | 
 | 32 |  | 
 | 33 |  | 
 | 34 |  | 
 | 35 |  | 
 | 36 |  | 
 | 37 |  | 
 | 38 |  | 
 | 39 |  | 
 | 40 |  | 
 | 41 |  | 
 | 42 |  | 
 | 43 |  | 
 | 44 |  | 
 | 45 |  | 
 | 46 |  | 
 | 47 |  | 
 | 48 |  | 
 | 49 |  | 
 | 50 |  | 
 | 51 |  | 
 | 52 |  | 
 | 53 |  | 
 | 54 |  | 
 | 55 |  | 
 | 56 |  | 
 | 57 |  | 
 | 58 |  | 
 | 59 |  | 
 | 60 |  | 
 | 61 |  | 
 | 62 |  | 
 | 63 |  | 
 | 64 |  | 
 | 65 |  | 
 | 66 |  | 
 | 67 |  | 
 | 68 |  | 
 | 69 |  | 
 | 70 |  | 
 | 71 |  | 
 | 72 |  | 
 | 73 |  | 
 | 74 |  | 
 | 75 |  | 
 | 76 |  | 
 | 77 |  | 
 | 78 |  | 
 | 79 |  | 
 | 80 |  | 
 | 81 |  | 
 | 82 |  | 
 | 83 |  | 
 | 84 |  | 
 | 85 |  | 
| Robert Ly | 26115661a | 2014-06-18 19:56:05 -0700 | [diff] [blame] | 86 | <html> | 
 | 87 | <head> | 
 | 88 |  | 
 | 89 |  | 
 | 90 | <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> | 
 | 91 | <meta name="viewport" content="width=970" /> | 
 | 92 |  | 
 | 93 | <meta name="Description" content="Test and build your apps against the next version of Android to ensure they're ready when the platform officially launches."> | 
 | 94 | <link rel="shortcut icon" type="image/x-icon" href="/favicon.ico" /> | 
| Joe Fernandez | 306f1ce | 2015-05-01 12:51:21 -0700 | [diff] [blame] | 95 | <title>Android M Developer Preview | Android Developers</title> | 
| Robert Ly | 26115661a | 2014-06-18 19:56:05 -0700 | [diff] [blame] | 96 |  | 
 | 97 | <!-- STYLESHEETS --> | 
 | 98 | <link rel="stylesheet" | 
 | 99 | href="//fonts.googleapis.com/css?family=Roboto+Condensed"> | 
 | 100 | <link rel="stylesheet" href="//fonts.googleapis.com/css?family=Roboto:light,regular,medium,thin,italic,mediumitalic,bold" | 
 | 101 |   title="roboto"> | 
 | 102 | <link href="/assets/css/default.css" rel="stylesheet" type="text/css"> | 
 | 103 |  | 
 | 104 |  | 
 | 105 |  | 
 | 106 | <!-- JAVASCRIPT --> | 
 | 107 | <script src="//www.google.com/jsapi" type="text/javascript"></script> | 
 | 108 | <script src="/assets/js/android_3p-bundle.js" type="text/javascript"></script> | 
 | 109 | <script type="text/javascript"> | 
 | 110 |   var toRoot = "/"; | 
 | 111 |   var metaTags = []; | 
 | 112 |   var devsite = false; | 
 | 113 | </script> | 
 | 114 | <script src="/assets/js/docs.js" type="text/javascript"></script> | 
 | 115 |  | 
 | 116 | <script> | 
 | 117 |   (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ | 
 | 118 |   (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), | 
 | 119 |   m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) | 
 | 120 |   })(window,document,'script','//www.google-analytics.com/analytics.js','ga'); | 
 | 121 |  | 
 | 122 |   ga('create', 'UA-5831155-1', 'android.com'); | 
 | 123 |   ga('create', 'UA-49880327-2', 'android.com', {'name': 'universal'});  // New tracker); | 
 | 124 |   ga('send', 'pageview'); | 
 | 125 |   ga('universal.send', 'pageview'); // Send page view for new tracker. | 
 | 126 | </script> | 
 | 127 |  | 
 | 128 | </head> | 
 | 129 |  | 
| Joe Fernandez | 306f1ce | 2015-05-01 12:51:21 -0700 | [diff] [blame] | 130 | <body class="gc-documentation | 
| Robert Ly | 26115661a | 2014-06-18 19:56:05 -0700 | [diff] [blame] | 131 |  | 
| Joe Fernandez | 306f1ce | 2015-05-01 12:51:21 -0700 | [diff] [blame] | 132 | " itemscope itemtype="http://schema.org/Article"> | 
| Robert Ly | 26115661a | 2014-06-18 19:56:05 -0700 | [diff] [blame] | 133 |  | 
| Joe Fernandez | f50f51c | 2014-06-27 17:00:59 -0700 | [diff] [blame] | 134 |  | 
| Robert Ly | 26115661a | 2014-06-18 19:56:05 -0700 | [diff] [blame] | 135 | <a name="top"></a> | 
 | 136 | <div id="body-content"> | 
| Joe Fernandez | 306f1ce | 2015-05-01 12:51:21 -0700 | [diff] [blame] | 137 | <div class="fullpage" > | 
| Robert Ly | 26115661a | 2014-06-18 19:56:05 -0700 | [diff] [blame] | 138 | <div id="jd-content"> | 
 | 139 |   <div class="jd-descr" itemprop="articleBody"> | 
| Joe Fernandez | 306f1ce | 2015-05-01 12:51:21 -0700 | [diff] [blame] | 140 |     <style> | 
| Robert Ly | 26115661a | 2014-06-18 19:56:05 -0700 | [diff] [blame] | 141 | .fullpage>#footer, | 
 | 142 | #jd-content>.content-footer.wrap { | 
 | 143 |   display:none; | 
 | 144 | } | 
| Joe Fernandez | 306f1ce | 2015-05-01 12:51:21 -0700 | [diff] [blame] | 145 | </style> | 
| Robert Ly | 26115661a | 2014-06-18 19:56:05 -0700 | [diff] [blame] | 146 |  | 
| Joe Fernandez | 306f1ce | 2015-05-01 12:51:21 -0700 | [diff] [blame] | 147 | <style> | 
 | 148 | #footer { | 
 | 149 |     display: none; | 
 | 150 | } | 
| Robert Ly | 26115661a | 2014-06-18 19:56:05 -0700 | [diff] [blame] | 151 | .content-footer { | 
 | 152 |   display: none; | 
 | 153 | } | 
 | 154 | </style> | 
 | 155 |  | 
| Joe Fernandez | 306f1ce | 2015-05-01 12:51:21 -0700 | [diff] [blame] | 156 | <!-- | 
 | 157 | <div style="height:20px"></div> | 
 | 158 | <div id="butterbar-wrapper"> | 
 | 159 |   <div id="butterbar"> | 
 | 160 |     <a href="#" id="butterbar-message"> | 
 | 161 |       butterbar message | 
 | 162 |     </a> | 
 | 163 |   </div> | 
 | 164 | </div> | 
 | 165 | --> | 
| smain@google.com | 075531a | 2014-10-14 19:34:43 -0700 | [diff] [blame] | 166 |  | 
| Joe Fernandez | 306f1ce | 2015-05-01 12:51:21 -0700 | [diff] [blame] | 167 |     <div class="landing-rest-of-page"> | 
 | 168 |       <div class="landing-section" style="padding-top:60px"> | 
 | 169 |         <div class="wrap"> | 
 | 170 |           <div class="landing-section-header"> | 
 | 171 |             <div class="landing-h1">Android M Developer Preview</div> | 
 | 172 |             <div class="landing-subhead"> | 
 | 173 |               Get an early look at the next release and prepare your apps for the | 
 | 174 |               official platform launch. | 
 | 175 |             </div> | 
| smain@google.com | 075531a | 2014-10-14 19:34:43 -0700 | [diff] [blame] | 176 |  | 
| Joe Fernandez | 306f1ce | 2015-05-01 12:51:21 -0700 | [diff] [blame] | 177 |             <img src="/preview/images/dev-prev.png" style=" margin:0px 0 0 40px" width="860px"/> | 
 | 178 |             <div class="col-6" style="margin-left:660px; margin-top:-105px"> | 
 | 179 |               <a href="/preview/setup-sdk.html" class="landing-button landing-primary" | 
 | 180 |               style="position:absolute;z-index:100;float:right;margin-top: 0px;"> | 
 | 181 |                 Get Started</a> | 
| Robert Ly | 26115661a | 2014-06-18 19:56:05 -0700 | [diff] [blame] | 182 |             </div> | 
 | 183 |           </div> | 
 | 184 |         </div> <!-- end .wrap --> | 
 | 185 |       </div> <!-- end .landing-section --> | 
 | 186 |  | 
 | 187 |  | 
 | 188 |  | 
| Joe Fernandez | 306f1ce | 2015-05-01 12:51:21 -0700 | [diff] [blame] | 189 |       <div class="landing-section landing-gray-background" | 
 | 190 |         style="margin-top:-105px; padding-bottom:20px"> | 
 | 191 |         <div class="wrap"> | 
 | 192 |           <div class="cols"> | 
 | 193 |           <div class="landing-body" style="margin-top:-80px" > | 
| Robert Ly | 26115661a | 2014-06-18 19:56:05 -0700 | [diff] [blame] | 194 |  | 
| Joe Fernandez | 306f1ce | 2015-05-01 12:51:21 -0700 | [diff] [blame] | 195 |             <div class="landing-breakout cols"> | 
 | 196 |               <div class="col-4"> | 
 | 197 |                 <p>This Feature</p> | 
 | 198 |                 <p class="landing-small"> | 
 | 199 |                   Kevin ham hock pig cupim brisket picanha, doner pork tri-tip frankfurter | 
 | 200 |                   leberkas turkey. | 
 | 201 |                 </p> | 
 | 202 |                 <p class="landing-small"> | 
 | 203 |                   <a href="/preview/api-overview.html">Learn about this feature</a> | 
 | 204 |                 </p> | 
 | 205 |               </div> | 
 | 206 |               <div class="col-4"> | 
 | 207 |                 <p>That Feature</p> | 
 | 208 |                 <p class="landing-small"> | 
 | 209 |                  Bacon ipsum dolor amet meatball tongue pork loin fatback, andouille shoulder | 
 | 210 |                  chicken picanha pig landjaeger kielbasa shankle pastrami flank meatloaf. | 
 | 211 |                 </p> | 
 | 212 |                 <p class="landing-small"> | 
 | 213 |                   <a href="/preview/api-overview.html">Learn about that feature</a> | 
 | 214 |                 </p> | 
 | 215 |               </div> | 
 | 216 |               <div class="col-4"> | 
 | 217 |                 <p style="width:230px">Another Feature</p> | 
 | 218 |                 <p class="landing-small"> | 
 | 219 |                    Landjaeger tri-tip tenderloin pork loin jowl, meatloaf t-bone kielbasa sausage | 
 | 220 |                    swine spare ribs drumstick corned beef ham. | 
 | 221 |                 </p> | 
 | 222 |                 <p class="landing-small"> | 
 | 223 |                   <a href="/preview/api-overview.html">Learn about notifications</a> | 
 | 224 |                 </p> | 
 | 225 |               </div> | 
 | 226 |               <div class="col-4"> | 
 | 227 |                 <p>Moar Features</p> | 
 | 228 |                 <p class="landing-small"> | 
 | 229 |                   <b>Feature Name</b> is our effort to meatloaf boudin meatball sausage strip | 
 | 230 |                   steak hamburger, chuck ham pork chop. | 
 | 231 |                 </p> | 
 | 232 |                 <p class="landing-small"> | 
 | 233 |                   <a href="/preview/api-overview.html">Learn about moar feature</a> | 
 | 234 |                 </p> | 
 | 235 |               </div> | 
 | 236 |             </div> | 
 | 237 |              <p style="margin-left:20px">See the <a href="/preview/api-overview.html">API | 
 | 238 |               overview</a> for more information on the rest of the new and updated features.</p> | 
 | 239 |           </div> | 
 | 240 |           </div></div></div> | 
 | 241 |     <div class="landing-section"> | 
 | 242 |         <div class="wrap"> | 
 | 243 |           <div class="cols"> | 
 | 244 |             <div class="landing-body"> | 
 | 245 |               <div class="col-3-wide"> | 
 | 246 |                   <a target="_blank" href="https://code.google.com/p/android-developer-preview/"> | 
 | 247 |                     <img class="landing-social-image" src="/preview/images/bugs.png" alt=""> | 
 | 248 |                   </a> | 
 | 249 |                 <div class="landing-social-copy"> | 
 | 250 |                   <p>Issue Tracker</p> | 
 | 251 |                   <p class="landing-small"> | 
 | 252 |                   Let us know when you encounter problems, so we can fix them and make | 
 | 253 |                   the platform better for you and your users. | 
 | 254 |                     </p><p class="landing-small"> | 
 | 255 |                       <a href="https://code.google.com/p/android-developer-preview/"> | 
 | 256 |                       Report Issues</a> | 
 | 257 |                     </p> | 
 | 258 |                   <p></p> | 
 | 259 |                 </div> | 
 | 260 |               </div> | 
 | 261 |               <div class="col-3-wide"> | 
 | 262 |                 <a target="_blank" href="http://g.co/androidldevpreview"> | 
 | 263 |                   <img class="landing-social-image" src="//www.google.com/images/icons/product/gplus-128.png" alt=""> | 
 | 264 |                 </a> | 
 | 265 |                 <div class="landing-social-copy"> | 
 | 266 |                   <p>Google+ </p> | 
 | 267 |                   <p class="landing-small"> | 
 | 268 |                     Join the community of Android developers testing out the M Developer Preview and | 
 | 269 |                     share your thoughts and experiences. | 
 | 270 |                   </p><p class="landing-small"> | 
 | 271 |                     <a href="http://g.co/androidldevpreview"> | 
 | 272 |                     Discuss on Google+</a> | 
 | 273 |                     </p> | 
 | 274 |                 </div> | 
 | 275 |               </div> | 
 | 276 |               <div class="col-3-wide"> | 
 | 277 |                 <a target="_blank" href="/preview/support.html"> | 
 | 278 |                   <img class="landing-social-image" src="/preview/images/updates.png" alt=""> | 
 | 279 |                 </a> | 
 | 280 |                 <div class="landing-social-copy"> | 
 | 281 |                   <p>Support and Updates</p> | 
 | 282 |                   <p class="landing-small"> | 
 | 283 |                   Updates to the preview are delivered | 
 | 284 |                   in the Android SDK Manager. Check back periodically | 
 | 285 |                   for news about the changes. | 
 | 286 |                   </p> | 
 | 287 |                   <p class="landing-small"> | 
 | 288 |                     <a href="/preview/support.html">Get Support</a> | 
 | 289 |                   </p> | 
 | 290 |                 </div> | 
 | 291 |               </div> | 
 | 292 |             </div> | 
 | 293 |           </div> | 
 | 294 |         </div> | 
 | 295 |       </div> | 
| Robert Ly | 26115661a | 2014-06-18 19:56:05 -0700 | [diff] [blame] | 296 |  | 
| Joe Fernandez | 306f1ce | 2015-05-01 12:51:21 -0700 | [diff] [blame] | 297 |     <div class="content-footer wrap" itemscope="" itemtype="http://schema.org/SiteNavigationElement"> | 
 | 298 |       <div class="layout-content-col col-16" style="padding-top:4px"> | 
 | 299 |         <style>#___plusone_0 {float:right !important;}</style> | 
 | 300 |         <div class="g-plusone" data-size="medium"></div> | 
 | 301 |       </div> | 
| Robert Ly | 26115661a | 2014-06-18 19:56:05 -0700 | [diff] [blame] | 302 |     </div> | 
| Joe Fernandez | 306f1ce | 2015-05-01 12:51:21 -0700 | [diff] [blame] | 303 |     <div id="footer" class="wrap" style="width:940px;position:relative;top:-35px;z-index:-1"> | 
| Robert Ly | 26115661a | 2014-06-18 19:56:05 -0700 | [diff] [blame] | 304 |       <div id="copyright"> | 
 | 305 |         Except as noted, this content is | 
 | 306 |         licensed under <a href="http://creativecommons.org/licenses/by/2.5/"> | 
 | 307 |         Creative Commons Attribution 2.5</a>. For details and | 
| Joe Fernandez | 306f1ce | 2015-05-01 12:51:21 -0700 | [diff] [blame] | 308 |         restrictions, see the <a href="/license.html">Content | 
| Robert Ly | 26115661a | 2014-06-18 19:56:05 -0700 | [diff] [blame] | 309 |         License</a>. | 
 | 310 |       </div> | 
 | 311 |     </div> | 
 | 312 |   </div> <!-- end landing-body-content --> | 
 | 313 |  | 
| Joe Fernandez | 306f1ce | 2015-05-01 12:51:21 -0700 | [diff] [blame] | 314 |   <script> | 
 | 315 |   $("a.landing-down-arrow").on("click", function(e) { | 
 | 316 |     $("body").animate({ | 
 | 317 |       scrollTop: $(".preview-hero").height() + 76 | 
 | 318 |     }, 1000, "easeOutQuint"); | 
 | 319 |     e.preventDefault(); | 
 | 320 |   }); | 
 | 321 |   </script> | 
| Robert Ly | 26115661a | 2014-06-18 19:56:05 -0700 | [diff] [blame] | 322 |     </div> | 
 | 323 |  | 
| Joe Fernandez | 306f1ce | 2015-05-01 12:51:21 -0700 | [diff] [blame] | 324 |       <div class="content-footer wrap" | 
 | 325 |                     itemscope itemtype="http://schema.org/SiteNavigationElement"> | 
| Joe Fernandez | f50f51c | 2014-06-27 17:00:59 -0700 | [diff] [blame] | 326 |  | 
| Robert Ly | 26115661a | 2014-06-18 19:56:05 -0700 | [diff] [blame] | 327 |         <div class="paging-links layout-content-col col-10"> | 
| Joe Fernandez | f50f51c | 2014-06-27 17:00:59 -0700 | [diff] [blame] | 328 |  | 
| Robert Ly | 26115661a | 2014-06-18 19:56:05 -0700 | [diff] [blame] | 329 |         </div> | 
| Joe Fernandez | 306f1ce | 2015-05-01 12:51:21 -0700 | [diff] [blame] | 330 |         <div class="layout-content-col plus-container col-2" > | 
 | 331 |           <style>#___plusone_0 {float:right !important;}</style> | 
 | 332 |             <div class="g-plusone" data-size="medium"></div> | 
 | 333 |  | 
 | 334 |         </div> | 
| Joe Fernandez | f50f51c | 2014-06-27 17:00:59 -0700 | [diff] [blame] | 335 |  | 
| Robert Ly | 26115661a | 2014-06-18 19:56:05 -0700 | [diff] [blame] | 336 |       </div> | 
 | 337 |  | 
| Joe Fernandez | f50f51c | 2014-06-27 17:00:59 -0700 | [diff] [blame] | 338 |  | 
 | 339 |  | 
| Robert Ly | 26115661a | 2014-06-18 19:56:05 -0700 | [diff] [blame] | 340 |  | 
 | 341 |   </div> <!-- end jd-content --> | 
 | 342 |  | 
 | 343 | <div id="footer" class="wrap" style="width:940px"> | 
| Joe Fernandez | f50f51c | 2014-06-27 17:00:59 -0700 | [diff] [blame] | 344 |  | 
| Robert Ly | 26115661a | 2014-06-18 19:56:05 -0700 | [diff] [blame] | 345 |  | 
 | 346 |   <div id="copyright"> | 
| Joe Fernandez | f50f51c | 2014-06-27 17:00:59 -0700 | [diff] [blame] | 347 |  | 
 | 348 |   Except as noted, this content is | 
| Robert Ly | 26115661a | 2014-06-18 19:56:05 -0700 | [diff] [blame] | 349 |   licensed under <a href="http://creativecommons.org/licenses/by/2.5/"> | 
| Joe Fernandez | f50f51c | 2014-06-27 17:00:59 -0700 | [diff] [blame] | 350 |   Creative Commons Attribution 2.5</a>. For details and | 
| Joe Fernandez | 306f1ce | 2015-05-01 12:51:21 -0700 | [diff] [blame] | 351 |   restrictions, see the <a href="/license.html">Content | 
| Robert Ly | 26115661a | 2014-06-18 19:56:05 -0700 | [diff] [blame] | 352 |   License</a>. | 
 | 353 |   </div> | 
 | 354 |  | 
 | 355 |  | 
 | 356 | </div> <!-- end footer --> | 
 | 357 | </div><!-- end doc-content --> | 
 | 358 |  | 
| Joe Fernandez | f50f51c | 2014-06-27 17:00:59 -0700 | [diff] [blame] | 359 | </div> <!-- end body-content --> | 
| Robert Ly | 26115661a | 2014-06-18 19:56:05 -0700 | [diff] [blame] | 360 |  | 
 | 361 |  | 
 | 362 |  | 
 | 363 |  | 
 | 364 |  | 
| Joe Fernandez | 306f1ce | 2015-05-01 12:51:21 -0700 | [diff] [blame] | 365 |   <script src="https://developer.android.com/ytblogger_lists_unified.js" type="text/javascript"></script> | 
 | 366 |   <script src="/jd_lists_unified.js" type="text/javascript"></script> | 
 | 367 |   <script src="/jd_extras.js" type="text/javascript"></script> | 
 | 368 |   <script src="/jd_collections.js" type="text/javascript"></script> | 
 | 369 |   <script src="/jd_tag_helpers.js" type="text/javascript"></script> | 
| Robert Ly | 26115661a | 2014-06-18 19:56:05 -0700 | [diff] [blame] | 370 |  | 
 | 371 | </body> | 
| Joe Fernandez | 306f1ce | 2015-05-01 12:51:21 -0700 | [diff] [blame] | 372 | </html> |