You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
The text was updated successfully, but these errors were encountered: