admin管理员组

文章数量:1194000

my app uses a NotificationListener. Android 15 now removes sensitive information like OTP codes from the notification. My NotificationListener only sees "sensitive notification content hidden", but this text is different in every language. How can I reliably detect if the content was removed? Is there some new method? Android doesn't really have any documentation about this new "privacy" feature, but it is really important for my app to know if it's the actual content of the message or not.

本文标签: How to detect quotsensitive notification content hiddenquot on Android 15Stack Overflow