ThinkChat2.0新版上线,更智能更精彩,支持会话、画图、阅读、搜索等,送10W Token,即刻开启你的AI之旅 广告
#### **[Android 7.1示例](https://developer.android.com/about/versions/nougat/android-7.1-samples.html)** 以下代码示例是为Android 7.1(API 25)提供的。要在Android Studio中下载示例,请选择文件>新建>导入示例菜单选项。 > 注意:这些可下载项目专为Gradle和Android Studio使用而设计。 #### **应用程序快捷键示例** 本示例演示如何使用Android 7.1(API级别25)中引入的[应用程序快捷方式API](https://developer.android.com/preview/app-shortcuts.html)。这个API允许应用程序定义一组用户在应用程序的启动器图标上长按时显示的意图。给出了一些示例,用于静态注册XML链接,以及在运行时动态注册链接。 [应用程序快捷键示例](https://developer.android.com/samples/AppShortcuts/index.html) #### **图像键盘应用示例** 本示例演示了如何使用[Android支持库](https://developer.android.com/topic/libraries/support-library/index.html)实现 [Commit Content API](https://developer.android.com/reference/android/view/inputmethod/InputConnection.html#commitContent(android.view.inputmethod.InputContentInfo,%20int,%20android.os.Bundle))。此API为IME提供了一种通用的方式,可将图像和其他丰富的内容直接发送到应用程序中的文本编辑器,从而允许用户使用自定义emojis,贴纸或其他应用程序提供的其他丰富内容来撰写内容。 [图像键盘应用示例](https://developer.android.com/samples/CommitContentSampleApp/index.html) #### **图像键盘IME示例** 本示例演示如何使用 [提交内容API](https://developer.android.com/reference/android/view/inputmethod/InputConnection.html#commitContent(android.view.inputmethod.InputContentInfo,%20int,%20android.os.Bundle))和[Android支持库](https://developer.android.com/topic/libraries/support-library/index.html)编写[自定义图像键盘](https://developer.android.com/preview/image-keyboard.html)。此键盘将显示在兼容的应用程序内(也使用Commit Content API),允许用户将emojis,贴纸或其他丰富的内容插入到文本编辑器中。 [图像键盘IME示例](https://developer.android.com/samples/CommitContentSampleIME/index.html)