diff options
author | Dirk Dougherty <ddougherty@google.com> | 2013-04-24 19:40:02 -0700 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2013-04-24 19:40:02 -0700 |
commit | bdf19c62d841163f5c3434f3533e003f58816e0e (patch) | |
tree | 723c40943960c3a42254714053b0238c50620fe8 | |
parent | fd61958f75212a70bffebd79ad0876b7ad785f55 (diff) | |
parent | 29743661734d8e2b7b3c33e635557c3f2ef9d8a0 (diff) | |
download | frameworks_base-bdf19c62d841163f5c3434f3533e003f58816e0e.zip frameworks_base-bdf19c62d841163f5c3434f3533e003f58816e0e.tar.gz frameworks_base-bdf19c62d841163f5c3434f3533e003f58816e0e.tar.bz2 |
am 29743661: Doc change: fix typo in tablet guidelines.
* commit '29743661734d8e2b7b3c33e635557c3f2ef9d8a0':
Doc change: fix typo in tablet guidelines.
-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"> |