diff options
| author | 2016-09-26 15:31:48 +0000 | |
|---|---|---|
| committer | 2016-09-26 15:31:48 +0000 | |
| commit | be06ffc2386ba4ed7fb4bca791e8517c69798b7e (patch) | |
| tree | a1c09b6e5102418febd6d144d7ca469451cae5c4 | |
| parent | 11b8fe0340613be235735a782ace5c4c4b89105a (diff) | |
| parent | 999fe148e49333a0bd7b3ddc381a0b77d56c9c0b (diff) | |
Docs: Fix missing space
am: 999fe148e4
Change-Id: I680a07574811450aca18036ad05a0740884363e2
| -rwxr-xr-x | docs/html/guide/topics/manifest/uses-feature-element.jd | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/html/guide/topics/manifest/uses-feature-element.jd b/docs/html/guide/topics/manifest/uses-feature-element.jd index 865fa693f47c..7db05035bd8c 100755 --- a/docs/html/guide/topics/manifest/uses-feature-element.jd +++ b/docs/html/guide/topics/manifest/uses-feature-element.jd @@ -1752,7 +1752,7 @@ densities: '160' </p> <p> <code>android.hardware.location.network</code> - (Only when target API level is 20 orlower.) + (Only when target API level is 20 or lower.) </p> </td> <!-- <td></td> --> @@ -1765,7 +1765,7 @@ densities: '160' </p> <p> <code>android.hardware.location.gps</code> - (Only when target API level is 20 orlower.) + (Only when target API level is 20 or lower.) </p> </td> |