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

Commit a4e6c7d1 authored by Dirk Dougherty's avatar Dirk Dougherty Committed by Android Git Automerger
Browse files

am 3506ac87: Doc change: Updated content for distribute.

* commit '3506ac87':
  Doc change: Updated content for distribute.
parents f73dbcc3 3506ac87
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -81,7 +81,7 @@ redirects:
  to: /guide/components/aidl.html
  to: /guide/components/aidl.html


- from: /guide/publishing/publishing.html
- from: /guide/publishing/publishing.html
  to: /distribute/googleplay/publish/preparing.html
  to: /distribute/tools/launch-checklist.html


- from: /guide/publishing/...
- from: /guide/publishing/...
  to: /tools/publishing/...
  to: /tools/publishing/...
+4 −1
Original line number Original line Diff line number Diff line
page.title=Dashboards
page.title=Dashboards
page.metaDescription=page.metaDescription=Charts that give you an overview of device characteristics and platform versions that are active in the Android ecosystem.
page.tags="android, dashboard, platforms, versions"
meta.tags="ecosystem, versions, whatsnew"
@jd:body
@jd:body


<style>
<style>
@@ -22,7 +25,7 @@ tr th.total {
<div class="sidebox">
<div class="sidebox">
<h2>Google Play Install Stats</h2>
<h2>Google Play Install Stats</h2>
<p>The Google Play Developer Console also provides <a
<p>The Google Play Developer Console also provides <a
href="{@docRoot}distribute/googleplay/about/distribution.html#stats">detailed statistics</a>
href="{@docRoot}distribute/googleplay/developer-console.html#app-stats">detailed statistics</a>
about your users' devices. Those stats may help you prioritize the device profiles for which
about your users' devices. Those stats may help you prioritize the device profiles for which
you optimize your app.</p>
you optimize your app.</p>
</div>
</div>
+2 −0
Original line number Original line Diff line number Diff line
page.title=Design
page.title=Design
page.viewport_width=970
page.viewport_width=970
section.landing=true
meta.tags="beautifulapps, design, ux, patterns, holo, appquality, landing"
header.hide=1
header.hide=1
footer.hide=1
footer.hide=1
@jd:body
@jd:body
+2 −1
Original line number Original line Diff line number Diff line
page.title=Multi-pane Layouts
page.title=Multi-pane Layouts
page.tags="tablet","navigation","layout","fragment"
page.tags="tablet","navigation","layout","fragment"
page.metaDescription=Android devices come in many different screen sizes and types. Multi-pane layouts help you provide a balanced and aesthetically pleasing layout across the range of Android devices.
page.metaDescription=Design guide with examples of how to flatten navigation and provide improved layout across the range of Android devices.

@jd:body
@jd:body


<a class="notice-developers" href="{@docRoot}training/basics/fragments/index.html">
<a class="notice-developers" href="{@docRoot}training/basics/fragments/index.html">
+1 −0
Original line number Original line Diff line number Diff line
page.title=Navigation with Back and Up
page.title=Navigation with Back and Up
page.tags="navigation","activity","task","up navigation","back navigation"
page.tags="navigation","activity","task","up navigation","back navigation"
page.image=/design/media/navigation_between_siblings_gmail.png
@jd:body
@jd:body


<a class="notice-developers" href="{@docRoot}training/implementing-navigation/index.html">
<a class="notice-developers" href="{@docRoot}training/implementing-navigation/index.html">
Loading