多应用+插件架构,代码干净,二开方便,首家独创一键云编译技术,文档视频完善,免费商用码云13.8K 广告
[Android 6.0 示例](https://developer.android.com/about/versions/marshmallow/android-6.0-samples.html) 下载或浏览可帮助您开始使用 Android 6.0 API(API 级别 23)的示例项目。您可以直接从 Android Studio中下载示例 — 只需选择 **File > New > Import Sample** 菜单选项,然后选取所需示例。 > 注:这些可下载的项目设计用于与 Gradle 和 Android Studio 结合使用。 * [ActiveNotification](https://developer.android.com/samples/ActiveNotifications/index.html):此示例演示 [NotificationManager](https://developer.android.com/reference/android/app/NotificationManager.html) 如何让您了解应用当前显示的通知数量。 * [AutoBackupforApps](https://developer.android.com/samples/AutoBackupForApps/index.html):Android 6.0(API 级别 23)引入了自动备份应用设置功能。此示例演示如何向应用添加筛选规则,以管理设置备份。 * [Camera2Raw](https://developer.android.com/samples/Camera2Raw/index.html):此示例演示如何使用 Camera2 API 采集 RAW 相机缓冲区并将其另存为 DNG 文件。 * [ConfirmCredential](https://developer.android.com/samples/ConfirmCredential/index.html):此示例演示了在您的应用中如何使用设备凭据作为身份验证方法。 * [DeviceOwner](https://developer.android.com/samples/DeviceOwner/index.html):此示例演示如何使用设备所有者功能来管理和配置设备。 * [DirectShare](https://developer.android.com/samples/DirectShare/index.html):此示例演示如何提供[直接共享](https://developer.android.com/about/versions/marshmallow/android-6.0.html#direct-share)功能。该应用直接在候选的共享 intent 列表中显示某些选项。 * [FingerprintDialog](https://developer.android.com/samples/FingerprintDialog/index.html):此示例演示如何识别已注册的指纹以验证应用用户的身份。 * [MidiScope](https://developer.android.com/samples/MidiScope/index.html):此示例演示如何利用 [MIDI API](https://developer.android.com/reference/android/media/midi/package-summary.html) 接收和处理来自所连接输入设备的 MIDI 信号。 * [MidiSynth](https://developer.android.com/samples/MidiSynth/index.html):此示例演示如何利用 [MIDI API](https://developer.android.com/reference/android/media/midi/package-summary.html) 接收和播放来自所连接输入设备的 MIDI 消息。 * [NfcProvisioning](https://developer.android.com/samples/NfcProvisioning/index.html):此示例演示如何利用 NFC 来配置其他具有特定设备所有者的设备。 * [RuntimePermissions](https://developer.android.com/samples/RuntimePermissions/index.html):此示例演示 Android 6.0(API 级别 23)及更高版本中提供的运行时权限。在屏幕上显示日志以关注执行情况。如果是在 Android 6.0 设备上执行,应用会额外显示一个选项,其中允许使用仅适用于 6.0 版设备的可选权限访问联系人。