Skip to content

Commit

Permalink
More tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
barbeau committed Dec 28, 2024
1 parent 154087f commit 7f7b90f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -333,7 +333,7 @@ class Preferences : PreferenceActivity(), OnSharedPreferenceChangeListener {
// Permissions for notifications are used in place of a user-defined setting. This workflow
// supports users that have installed an update, who will already have permissions granted.
// Additionally, revoking notification permissions seems to be the only way to disable
// user-facing notifications.
// user-facing notifications for the foreground service, because they are required.
PreferenceUtils.saveBoolean(
getString(R.string.pref_key_show_notification),
PermissionUtils.hasGrantedNotificationPermissions(this),
Expand Down

0 comments on commit 7f7b90f

Please sign in to comment.