akaMrNagar / Mindful

Your Ultimate Companion for Focus and Well-being.
https://bemindful.vercel.app/
GNU General Public License v2.0
68 stars 0 forks source link

GrayScale Mode #62

Open Bhardwaj10Ankit opened 4 hours ago

Bhardwaj10Ankit commented 4 hours ago

Thanks for the great app... Just want to request to include an option to choose for grayscale mode like the DetoxDroid app.

akaMrNagar commented 2 hours ago

I have initially thought to include this feature but to convert the display grayscale the app needs android.permission.WRITE_SECURE_SETTINGS permission which cannot be granted to non-system apps only the preinstalled apps have this permission.

Assuming the normal user does not have any knowledge of ADB. I cannot put the feature in app and tell the user to follow COMMANDS due to privacy concerns and use's trust (Although i prioritize user's privacy at most).

So the feature will not make it to the app but i am not closing this issue right now, if you have any suggestions about how we could implement this without putting user accountable or without depending on user.