diff options
author | Dirk Dougherty <ddougherty@google.com> | 2012-01-27 17:56:49 -0800 |
---|---|---|
committer | Dirk Dougherty <ddougherty@google.com> | 2012-03-05 22:02:35 -0800 |
commit | 4d7bc65538c7cd9fbb1fbbcf22d1da47fcee1219 (patch) | |
tree | 30364eba130764c5ebc4d8bfa9878199d57acd32 /docs/html/guide/practices/screens_support.jd | |
parent | e606cb460272cd99bac05b4477a5e489827b368b (diff) | |
download | frameworks_base-4d7bc65538c7cd9fbb1fbbcf22d1da47fcee1219.zip frameworks_base-4d7bc65538c7cd9fbb1fbbcf22d1da47fcee1219.tar.gz frameworks_base-4d7bc65538c7cd9fbb1fbbcf22d1da47fcee1219.tar.bz2 |
Doc change: String changes for Android Market
Change-Id: I823812a4fd24021bec906ad856479c92a8d2a759
Diffstat (limited to 'docs/html/guide/practices/screens_support.jd')
-rw-r--r-- | docs/html/guide/practices/screens_support.jd | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/html/guide/practices/screens_support.jd b/docs/html/guide/practices/screens_support.jd index fb121bd..29dff26 100644 --- a/docs/html/guide/practices/screens_support.jd +++ b/docs/html/guide/practices/screens_support.jd @@ -882,8 +882,8 @@ application requires is the smallest possible on any device.</p> <p class="caution"><strong>Caution:</strong> The Android system does not pay attention to this attribute, so it does not affect how your application behaves at runtime. Instead, it is used -to enable filtering for your application on services such as Android Market. However, -<strong>Android Market currently does not support this attribute for filtering</strong> (on Android +to enable filtering for your application on services such as Google Play. However, +<strong>Google Play currently does not support this attribute for filtering</strong> (on Android 3.2), so you should continue using the other size attributes if your application does not support small screens.</p> </dd> |