美文网首页Android技术知识Android开发
【译】Android 23最新接口变化(Android API

【译】Android 23最新接口变化(Android API

作者: 小强子同学 | 来源:发表于2016-08-19 09:38 被阅读155次

    原文:https://developer.android.com/sdk/api_diff/23/changes.html
    This report details the changes in the core Android framework API between two API Level specifications. It shows additions, modifications, and removals for packages, classes, methods, and fields. The report also includes general statistics that characterize the extent and type of the differences.
    This report is based a comparison of the Android API specifications whose API Level identifiers are given in the upper-right corner of this page. It compares a newer "to" API to an older "from" API, noting all changes relative to the older API. So, for example, API elements marked as removed are no longer present in the "to" API specification.
    To navigate the report, use the "Select a Diffs Index" and "Filter the Index" controls on the left. The report uses text formatting to indicate interface names, links to reference documentation
    , and links to change description. The statistics are accessible from the "Statistics" link in the upper-right corner.
    For more information about the Android framework API and SDK, see the Android Developers site.
    这篇报道详述了Android框架核心API在两个版本之间的更新。下面罗列了包、类、方法、变量的新增、修改和删除。该报道还包括了一般的统计特征的程度和类型的差异。
    这篇报道基于Android API规格书的对比,在页面的右上角已经给出了。To代表新的API,From代表旧的API。注意所有相对旧API的变化。比如,API元素被标记为已删除那这个API就不会出现在To(新API)规格文档中了。
    可以使用页面左边的“选择变化的索引”和“过滤索引”来导航当前文档。报道使用文本格式标记接口名称,查看:links to reference documentation , 和 links to change description。统计数据可以在右上角的“统计”连接中查看。
    想查看更多的Android框架API和SDK,访问:Android Developers site

    Removed Packages
    org.apache.commons.logging
    org.apache.http
    org.apache.http.auth
    org.apache.http.auth.params
    org.apache.http.client
    org.apache.http.client.entity
    org.apache.http.client.methods
    org.apache.http.client.params
    org.apache.http.client.protocol
    org.apache.http.client.utils
    org.apache.http.conn.params
    org.apache.http.conn.routing
    org.apache.http.conn.util
    org.apache.http.cookie
    org.apache.http.cookie.params
    org.apache.http.entity
    org.apache.http.impl
    org.apache.http.impl.auth
    org.apache.http.impl.client
    org.apache.http.impl.conn
    org.apache.http.impl.conn.tsccm
    org.apache.http.impl.cookie
    org.apache.http.impl.entity
    org.apache.http.impl.io
    org.apache.http.io
    org.apache.http.message
    org.apache.http.protocol
    org.apache.http.util
    Added Packages
    android.app.assist
    android.hardware.fingerprint
    android.media.midi
    android.security.keystore
    android.service.chooser
    Changed Packages
    android
    android.accounts
    android.app
    android.app.admin
    android.app.usage
    android.bluetooth
    android.bluetooth.le
    android.content
    android.content.pm
    android.content.res
    android.database
    android.graphics
    android.graphics.drawable
    android.hardware
    android.hardware.camera2
    android.hardware.camera2.params
    android.hardware.usb
    android.media
    android.media.browse
    android.media.session
    android.media.tv
    android.net
    android.net.http
    android.net.wifi
    android.nfc
    android.os
    android.print
    android.printservice
    android.provider
    android.renderscript
    android.security
    android.service.carrier
    android.service.dreams
    android.service.media
    android.service.notification
    android.service.voice
    android.speech
    android.speech.tts
    android.system
    android.telecom
    android.telephony
    android.test.mock
    android.text
    android.transition
    android.util
    android.view
    android.view.accessibility
    android.webkit
    android.widget
    org.apache.http.conn
    org.apache.http.conn.scheme
    org.apache.http.params

    相关文章

      网友评论

        本文标题:【译】Android 23最新接口变化(Android API

        本文链接:https://www.haomeiwen.com/subject/btmmsttx.html