Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pedometer not showing on lockscreen #98

Open
Livewire13 opened this issue Nov 21, 2021 · 2 comments
Open

Pedometer not showing on lockscreen #98

Livewire13 opened this issue Nov 21, 2021 · 2 comments

Comments

@Livewire13
Copy link

Issue:
Pedometer notification not showing on lock screen.
Pedometer switches off randomly.

Description:
I have given all permissions and even removed the battery restrictions for the app, yet it randomly switches off and only comes back when I open the app.

Device info:
OS - Android 10
Device - Asus zenfone max pro m1
App download - Playstore

@sleep-yearning
Copy link
Member

sleep-yearning commented Mar 31, 2023

Thank you for the bug report, is this still happening with the latest version (3.0.1)?
Edit: I think it also applies to the new version, my phone behaves similarly.

@tbertels
Copy link
Contributor

This seems like the intended behavior:
mBuilder.setVisibility(NotificationCompat.VISIBILITY_SECRET);

https://developer.android.com/reference/android/app/Notification

If this gets changed, I suggest making it optional.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants