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

# Android バージョン 16.8.30

## バグ修正

* **AN-8256**: 期限切れの有料ユーザーが新しくインストールしたアプリにログインする際に間違ったポップアップメッセージが表示される不具合を修正。
* **AN-8266**: KeeperFillにログインしてメインアプリに移動する際の\[作成]ボタンの不具合を修正。
* **AN-8264**: 記録が制限数に達した状態でログインしてアップグレードした後、空白のBreachwatchポップアップが表示される不具合を修正。
* **AN-8258**: 有効期限が切れたユーザーが共有された記録をクリックしても記録の詳細を閲覧できない不具合を修正。
* **AN-8344**: 無料トライアルが切れたアカウントでログインしてから素早く記録をクリックするとクラッシュする不具合を修正。
* **AN-8392**: 有効なユーザーまたは期限切れの無料トライアルユーザーがBreachwatchのスキャンボタンをタップすると間違ったアップグレードメッセージが表示される不具合を修正。
* **AN-8395**: 10件の記録を持つ期限切れとなった無料トライアルユーザーがログインすると、間違って「トライアルは終了しました」と「記録の制限数に達しました」の両方のメッセージが表示される不具合を修正。
* **AN-8394**: 期限切れの無料トライアルユーザーがファイルをアップロードしようとすると、間違ったメッセージが表示される不具合を修正。
* **AN-8393**: 無料トライアル期間が残り24時間を下回る際にログインすると間違ったメッセージが表示される不具合を修正。
* **AN-8400**: 期限切れのファミリープランのユーザーへ間違ったアップグレードのメッセージが表示される不具合を修正。
* **AN-8402**: アカウント作成時にダイアログ表示が重複する不具合を修正。
* **AN-8244**:Chromeでユーザー名フィールドをクリックしても自動入力が発動しない不具合を修正。


---

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