diff options
author | Dirk Dougherty <ddougherty@google.com> | 2013-04-24 19:33:46 -0700 |
---|---|---|
committer | Dirk Dougherty <ddougherty@google.com> | 2013-04-24 19:33:46 -0700 |
commit | 29743661734d8e2b7b3c33e635557c3f2ef9d8a0 (patch) | |
tree | d96f6cfcb1848fd41d3f0e1f223be2daf0fee501 | |
parent | dacaad4ab21bfe8d6de74d60d2ce881d2a276a9d (diff) | |
download | frameworks_base-29743661734d8e2b7b3c33e635557c3f2ef9d8a0.zip frameworks_base-29743661734d8e2b7b3c33e635557c3f2ef9d8a0.tar.gz frameworks_base-29743661734d8e2b7b3c33e635557c3f2ef9d8a0.tar.bz2 |
Doc change: fix typo in tablet guidelines.
Change-Id: I8e947fd20783ed12d46807733c4a87ba61211e41
-rw-r--r-- | docs/html/distribute/googleplay/quality/tablet.jd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/html/distribute/googleplay/quality/tablet.jd b/docs/html/distribute/googleplay/quality/tablet.jd index 9c713de..192aae9 100644 --- a/docs/html/distribute/googleplay/quality/tablet.jd +++ b/docs/html/distribute/googleplay/quality/tablet.jd @@ -639,7 +639,7 @@ declare support for tablet screen sizes in its manifest file, as follows:</p> element in the manifest, the element should include attributes that specify <em>all of the size and density combinations for tablet screens</em> that the app supports. Note that, if possible, you should avoid using the -<a href="{@docRoot}guide/topics/manifest/supports-screens-element.html"><code><supports-screens></code></a> +<a href="{@docRoot}guide/topics/manifest/compatible-screens-element.html"><code><compatible-screens></code></a> element in your app.</p> <div class="rel-resources"> |