> For the complete documentation index, see [llms.txt](https://docs.payments.thalescloud.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.payments.thalescloud.io/classic-push-provisioning/ja/herupu/apurikshongaidorain/google-play-nodta-sfuti-fmu.md).

# Google Play のデータ セーフティ フォーム

このセクションでは、Google Play のデータ セーフティ フォームを記入する際に Push Provisioning SDK がモバイル アプリケーションにどのように影響するかを理解するのに役立ちます。

> <i class="fa-info-circle">:info-circle:</i>
>
> #### 注意 <a href="#note" id="note"></a>
>
> * このページは Push Provisioning SDK の範囲のみを扱っています。
> * アプリケーションが追加の処理、転送、または保存を行う場合、Google Play のデータ セーフティ フォームで異なる回答が表示されることがあります。

### データ セーフティの質問 <a href="#data-safety-questions" id="data-safety-questions"></a>

これらの項目は Google Play のデータ セーフティ フォームで必須です：

| 質問                                                                                 | 回答  | コメント                                        |
| ---------------------------------------------------------------------------------- | --- | ------------------------------------------- |
| アプリは必須のユーザーデータ型のいずれかを収集または共有しますか？                                                  | はい  | 当社のサービスは、いくつかのデータ型を取得してサーバーに送信することに依存しています。 |
| アプリが収集するすべてのユーザーデータは送信時に暗号化されていますか？                                                | はい  | サーバーへの通信は送信時に暗号化されています。                     |
| ユーザーが自分のデータの削除を要求する方法を提供していますか？                                                    | いいえ | ユーザーは保存されたユーザーデータ型を削除するための API にアクセスできます。   |
| アプリは現在、Mobile Application Security Assessment (MASA) フレームワークに基づく認定ラボによって認定されていますか？ | いいえ | この認定はアプリケーション レベルで管理されます。                   |

### 使用されるデータ型 <a href="#data-types-used" id="data-types-used"></a>

これらのデータ型の詳細については、次を参照してください： [Google のドキュメント](https://support.google.com/googleplay/android-developer/answer/10787469?hl=en#types\&zippy=%2Cdata-types).

| カテゴリ           | データ型           | 説明                                                                                          | データは収集されていますか？       | データは一時的に処理されますか？ | データは任意ですか？ | データ収集の目的 | データは共有されますか？ | データ共有の目的 |
| -------------- | -------------- | ------------------------------------------------------------------------------------------- | -------------------- | ---------------- | ---------- | -------- | ------------ | -------- |
| デバイスまたはその他の識別子 | デバイスまたはその他の識別子 | 個々のデバイス、ブラウザ、またはアプリに関連する識別子。例：IMEI 番号、MAC アドレス、Widevine デバイス ID、Firebase インストール ID、広告識別子など。 | はい（OEM からの WalletId） | はい               | いいえ        | アプリ機能    |              |          |


---

# 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.payments.thalescloud.io/classic-push-provisioning/ja/herupu/apurikshongaidorain/google-play-nodta-sfuti-fmu.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.
