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

Make it possible to show Foreground Notification - Android 13 #460

Open
Falke-Design opened this issue Mar 2, 2024 · 0 comments
Open

Make it possible to show Foreground Notification - Android 13 #460

Falke-Design opened this issue Mar 2, 2024 · 0 comments

Comments

@Falke-Design
Copy link

Hi,

there is already a related closed issue to this #448 but I would like to come back to this topic.

Is your feature request related to a problem? Please describe.
Sadly in Samsung's UI its not intuitive to see the running background applications like in other android UIs. It is not in the notification panel, it is in the "Application Switch View" (I don't know the name 😄 ).

For me personally I feel better when I see over an notification that the location service is running, maybe other users too.

Screen_Recording_20240302_114809_One.UI.Home.mp4

Currently it is not possible for the user to enable that notification is shown:

Describe the solution you'd like
With adding the POST_NOTIFICATIONS permission to the manifest, the notifications settings are available and can be configured. But it has no impact on the current situation, because the notifications are still disabled by default.

<uses-permission android:name="android.permission.POST_NOTIFICATIONS" />

https://developer.android.com/develop/ui/views/notifications/notification-permission
https://developer.android.com/about/versions/13/behavior-changes-13

But when the user enables it over the settings, the Notification is shown:

Describe alternatives you've considered

Additionally while requesting the location permissions, the Notification permission can be requested too.

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

1 participant