Why "Seeing Notifications" Is Ambiguous
When hardware makers claim an AI or wearable "doesn't read notifications," they often refer to machine learning model prompts. However, companion mobile apps require full OS-level notification bridge permissions to relay vibration haptics and caller IDs, effectively capturing plain-text SMS 2FA codes, chat messages, and medical reminders into persistent SQLite databases.
Android NLS vs. Apple ANCS
On Android, NotificationListenerService provides unrestricted access to the entire notification payload including inline text reply actions and pending intents. Apple's ANCS operates over Bluetooth LE with strict attribute masking, but still reveals notification categories, titles, and subtitle strings unless disabled per app.
Defense-in-Depth Sanitization
To isolate AI agents and smart rings from sensitive workflows, enforce on-device filter daemons that scrub 6-digit cryptographic tokens, strip Contact lookup IDs, and drop RemoteInput reply actions before Bluetooth packets leave the local handset.