---
title: "isSensitiveData"
description: "Whether this semantics node should only allow interactions from
[android.accessibilityservice.AccessibilityService]s with the
[android.accessibilityservice.AccessibilityServiceInfo.isAccessibilityTool] property set to true.

This property allows the node to remain visible and interactive to Accessibility Services
declared as accessibility tools that assist users with disabilities, while simultaneously hiding
this node and its generated AccessibilityEvents from other Accessibility Services that are not
declared as accessibility tools.

If looking for a way to hide the node from all Accessibility Services then consider
[SemanticsProperties.HideFromAccessibility] instead."
type: "property"
---

<div class='type'>Property</div>


<a id='references'></a>

<div class='sourceset sourceset-common'>Common</div>


```kotlin
var SemanticsPropertyReceiver.isSensitiveData
```


Whether this semantics node should only allow interactions from
`android.accessibilityservice.AccessibilityService`s with the
`android.accessibilityservice.AccessibilityServiceInfo.isAccessibilityTool` property set to true.

This property allows the node to remain visible and interactive to Accessibility Services
declared as accessibility tools that assist users with disabilities, while simultaneously hiding
this node and its generated AccessibilityEvents from other Accessibility Services that are not
declared as accessibility tools.

If looking for a way to hide the node from all Accessibility Services then consider
`SemanticsProperties.HideFromAccessibility` instead.



