> For the complete documentation index, see [llms.txt](https://docs.keeper.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.keeper.io/release-notes/jp/mobile/android/older/android-version-16.6.60.md).

# Android Version 16.6.60

### 不具合修正

* AN-7480: クラウドSSOを介したAndroid上の新しいEnterpriseユーザーのオンボーディングが正しく機能しない。
* AN-7791: ユーザーがデータボルトで v2 (一般) 記録を作成すると、自動入力 UI で自動的にトリガーされない。
* AN-7713:リンクされた記録が共有フォルダから削除された後、アカウントを切り替えると記録クラッシュ。
* AN-7649: ユーザーがセキュリティキーを削除し、別のキーを追加し、最初の Google 画面で USB 経由で差し込むと、Keeper はセットアップ中にクラッシュ。
* AN-7818: 所有されていない記録の update\_security\_data 呼び出しを停止しました。これは共有フォルダまたは直接共有されたすべての共有記録を含みます。
* AN-7601: DuckDuckGoで記録を作成すると、タイトルがDuckDuckGoに設定されます。
* AN-7835:マイナーな回復フレーズのバグ修正。


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.keeper.io/release-notes/jp/mobile/android/older/android-version-16.6.60.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
