PhilippC / keepass2android

Password manager app for Android
https://play.google.com/store/apps/details?id=keepass2android.keepass2android
GNU General Public License v3.0
4.79k stars 387 forks source link

Suppress "Entry is available" notifications on wearable devices #2185

Closed proski closed 1 year ago

proski commented 1 year ago

When I open an entry in Keepass2Android, a notification appears both on the Android device and the connected smartwatch. The notification text is "Entry is available through KP2A Keyboard" and the options on the watch are "copy user", "copy password" and "copy TOTP".

I believe that notification should not be bridged to wearable devices for two reasons:

I believe the notification should be marked as local-only, as described at https://developer.android.com/training/wearables/notifications/bridger

My setup: Motorola Moto G Power (2021) Android 11 Garmin vivoactive 3 Keepass2Android 1.09d-r0

AriehSchneier commented 1 year ago

You could just turn off notifications for Keepass2Android for your Garmin? see here

proski commented 1 year ago

Yes, I can. My point is that good apps do the right thing without having to be configured, let alone blocked from sending notifications. I was pleasantly surprised that I'm only getting notifications on the smartwatch that make sense on the smartwatch. For instance, I get notified about upcoming alarms, but not of the fact that I'm using a navigation app.

The notification from Keepass2Android is an exception, it's distracting me from what I'm doing on my phone, that's why I have reported it.