You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: docs/attributes-registry/device.md
+3-2
Original file line number
Diff line number
Diff line change
@@ -25,8 +25,9 @@ More information about Android identifier best practices can be found [here](htt
25
25
26
26
> [!WARNING]
27
27
>
28
-
> This attribute contains sensitive (PII) information. Caution should be taken when storing personal data or anything which can identify a user. GDPR and data protection laws may apply, ensure you do your own due diligence.
29
-
> See [`installation.id`](/docs/attributes-registry/installation.md#installation-id) as a more privacy-preserving alternative.
28
+
> This attribute contains sensitive (PII) information. Caution should be taken when storing personal data or anything which can identify a user. GDPR and data protection laws may apply,
29
+
> ensure you do your own due diligence.
30
+
> See [`app.installation.id`](/docs/attributes-registry/app.md#app-installation-id) as a more privacy-preserving alternative.
30
31
31
32
**[2]`device.manufacturer`:** The Android OS provides this field via [Build](https://developer.android.com/reference/android/os/Build#MANUFACTURER). iOS apps SHOULD hardcode the value `Apple`.
Copy file name to clipboardexpand all lines: docs/resource/device.md
+3-2
Original file line number
Diff line number
Diff line change
@@ -38,8 +38,9 @@ More information about Android identifier best practices can be found [here](htt
38
38
39
39
> [!WARNING]
40
40
>
41
-
> This attribute contains sensitive (PII) information. Caution should be taken when storing personal data or anything which can identify a user. GDPR and data protection laws may apply, ensure you do your own due diligence.
42
-
> See [`installation.id`](/docs/attributes-registry/installation.md#installation-id) as a more privacy-preserving alternative.
41
+
> This attribute contains sensitive (PII) information. Caution should be taken when storing personal data or anything which can identify a user. GDPR and data protection laws may apply,
42
+
> ensure you do your own due diligence.
43
+
> See [`app.installation.id`](/docs/attributes-registry/app.md#app-installation-id) as a more privacy-preserving alternative.
Copy file name to clipboardexpand all lines: model/device/registry.yaml
+2-1
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,8 @@ groups:
22
22
23
23
> [!WARNING]
24
24
>
25
-
> This attribute contains sensitive (PII) information. Caution should be taken when storing personal data or anything which can identify a user. GDPR and data protection laws may apply, ensure you do your own due diligence.
25
+
> This attribute contains sensitive (PII) information. Caution should be taken when storing personal data or anything which can identify a user. GDPR and data protection laws may apply,
26
+
> ensure you do your own due diligence.
26
27
> See [`app.installation.id`](/docs/attributes-registry/app.md#app-installation-id) as a more privacy-preserving alternative.
0 commit comments