diff options
author | David Friedman <dmail@google.com> | 2015-07-06 13:04:16 -0700 |
---|---|---|
committer | David Friedman <dmail@google.com> | 2015-07-06 13:04:16 -0700 |
commit | c66c7622eadb04c1ca258725ae7125626824c324 (patch) | |
tree | 9b4783646a1973828c841d6796dbbb17d493dde1 | |
parent | 07661e3b73cee9720d79d0d09f7a60104ce4cabc (diff) | |
download | frameworks_base-c66c7622eadb04c1ca258725ae7125626824c324.zip frameworks_base-c66c7622eadb04c1ca258725ae7125626824c324.tar.gz frameworks_base-c66c7622eadb04c1ca258725ae7125626824c324.tar.bz2 |
Docs: Clarification of language and typo fix for work merged from CL 716303.
Change-Id: I04f062696926b00ccfbd45fef368061dd968efbb
-rw-r--r-- | docs/html/preview/support.jd | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/docs/html/preview/support.jd b/docs/html/preview/support.jd index 7ae7a98..f05fa98 100644 --- a/docs/html/preview/support.jd +++ b/docs/html/preview/support.jd @@ -30,10 +30,12 @@ page.image=images/cards/card-support_16-9_2x.png <dt>API Name Changes:</dt> <dd> <ul> - <li>Moved the {@code android.app.AssistContent} class to a different package, - {@code android.app.assist.AssistContent} in the Assist API.</li> - <li>Moved the {@code android.app.AssistStructure} class to a different package, - {@code android.app.assist.AssistStructure} in the Assist API.</li> + <li>Moved the {@code android.app.AssistContent} class into the new package, + {@code android.app.assist} in the Assist API. The full class + name is now {@code android.app.assist.AssistContent}.</li> + <li>Moved the {@code android.app.AssistStructure} class to the new package, + {@code android.app.assist} in the Assist API. The full class name + is now {@code android.app.assist.AssistStructure}.</li> <li>Replaced the {@code ScanResult.PasspointNetwork} property with the {@code ScanResult.isPasspointNetwork()} method for HotSpot 2.0 support.</li> <li>Replaced the {@code InputDevice.hasMic()} method with {@code InputDevice.hasMicrophone()} @@ -44,7 +46,7 @@ page.image=images/cards/card-support_16-9_2x.png {@code GestureDetector.OnContextClickListener} for Bluetooth Stylus support.</li> <li>Renamed the {@code android.app.usage.NetworkUsageStats} class to {@code android.app.usage.NetworkStats}.</li> - <li>Renames the {@code android.app.usage.NetworkUsageStats.Bucket} class to + <li>Renamed the {@code android.app.usage.NetworkUsageStats.Bucket} class to {@code android.app.usage.NetworkStats.Bucket}.</li> </ul> </dd> |