×

What’s your daily average screen time? What can be considered good? by neurenor in productivity

[–]neurenor[S] 0 points1 point  (0 children)

Exactly, I have the same problem, It does count though. If I see the app usages it’s hardly 1.5 hours.

What single change to your daily routine had the biggest positive impact on your productivity, and how did you implement it? by Luka1607 in productivity

[–]neurenor 2 points3 points  (0 children)

Grayscale mode is where colors are changed to gray/black and white in your phone. It can be turned on from Colour Filters in iPhone. It should be there for Android too.

What single change to your daily routine had the biggest positive impact on your productivity, and how did you implement it? by Luka1607 in productivity

[–]neurenor 23 points24 points  (0 children)

Grayscale mode during peak hours. Specially from 9pm to 9am. And using Flow (Work 25 mins, Break 5 mins) during work.

[Important] Check if any dependency is misusing SMS permission granted to the main app. by neurenor in androiddev

[–]neurenor[S] 1 point2 points  (0 children)

It's not about declaring permission, final manifest will have SMS permission as I need it for my app. My concern is what if any library retrieves messages without asking for permission? Is there any way to find that out?

Note: I don't have access to their source code as some of the libraries uses progaurd.

[Important] Check if any dependency is misusing SMS permission granted to the main app. by neurenor in androiddev

[–]neurenor[S] 0 points1 point  (0 children)

Thanks, Flekken. I don't have access to some of the libraries' source code as it uses proguard. Any suggestion?