summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Manjeet Rulhania <mrulhania@google.com> 2024-03-29 20:58:50 +0000
committer Android (Google) Code Review <android-gerrit@google.com> 2024-03-29 20:58:50 +0000
commitab7e228effdf9c21b13e94d79016b853fcea3c75 (patch)
tree27f34efb01fd20a86e6b24436b60aaa4b7d71909
parentdf0d9ea9d111879c89b942e9a557c2c9e4a6d0cf (diff)
parent69c72b4c22b90f9e7f4ed5a1d7a6c9df1a285b1d (diff)
Merge "Mark sign-in autofill overlay as sensititive" into main
-rw-r--r--core/res/res/layout/autofill_fill_dialog.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/res/res/layout/autofill_fill_dialog.xml b/core/res/res/layout/autofill_fill_dialog.xml
index 196af6dfb6df..ed9961c6aefb 100644
--- a/core/res/res/layout/autofill_fill_dialog.xml
+++ b/core/res/res/layout/autofill_fill_dialog.xml
@@ -72,6 +72,7 @@
android:layout_marginEnd="24dp"
android:clipToPadding="false"
android:drawSelectorOnTop="true"
+ android:contentSensitivity="sensitive"
android:clickable="true"
android:divider="@null"
android:visibility="gone" />