kamaravichow / safe-dot-android

An app that 🔔 alerts you when a third-party 🕵🏻‍♀️ application uses your device camera or microphone. Privacy Indicators for Android
https://safedot.aravi.me
GNU General Public License v3.0
108 stars 12 forks source link

Can it also support clipboard access? #15

Closed brookmg closed 3 years ago

brookmg commented 3 years ago

Clipboard is also as sensitive as Camera and microphone. Sometimes we might copy passwords from Password managers and leave it there. Phone numbers and addresses might be in there too. Maybe a purple dot for clipboard 🙂

kamaravichow commented 3 years ago

I'm not sure if it's possible in android.

brookmg commented 3 years ago

Ya, there is only OnPrimaryClipChanged listener I guess.