> 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.20.md).

# Android バージョン 16.6.20

2023年1月1日リリース

## バグ修正

* **AN-7645:** KeeperFillのキーボードモードでログアウトされない不具合を修正。DavidM338c氏が報告したBugcrowdチケット `5157c781-23eb-4e7f-a93e-f2b281193c1b` に関連。
* **AN-7404:** オブジェクトを移動するとフォルダの色が表示されない不具合を修正。
* **AN-7379:** アカウント復旧、2FA、レコードタイプを併用している場合、アカウント復旧後にレコードタイプが有効にならない不具合を修正。
* **AN-7516:** デバイスにブラウザがインストールされていない状態でブラウザを起動するとクラッシュする不具合を修正。
* **AN-7343:** レコードタイプフィルタが有効な場合、レコードタイプの変更が機能しない不具合を修正。
* **AN-7181:** 大きいサイズのファイルをアップロードするとエラーが表示されずハングする不具合を修正。
* **AN-6735:** 2FAコードを空欄で入力してもフィードバックやエラーメッセージが表示されない不具合を修正。
* **AN-7651:** 権限を持つチームに所属していても、共有フォルダのユーザーにレコード作成の権限がない不具合を修正。
* **AN-7698:** セキュリティキーを有効化するとクラッシュする場合がある不具合を修正。
* **AN-6690:** 別のクライアントでパスワードが変更された場合、Androidアプリをアップデートするとログイン後に新しいパスワードの入力を求められますが、現在のパスワードに更新してもログインが自動的に行われない不具合を修正。
* **AN-7636:** 別のクライアントでメールアドレスを変更すると、Androidアプリで複数の不具合が発生する問題を修正。

## 改善点

* **AN-6170:** BreachWatch画面のUIをリファクタリング。
* **AN-6789:** 既存のレコードで「ダイス」ボタンをクリックしてパスワードを生成する際、現在の強度設定以上でパスワードが再生成されるように変更。


---

# 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.20.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.
