thetwom / toc2

Metronome app
GNU General Public License v3.0
159 stars 23 forks source link

Set visibility of notifications to public #15

Closed XiangRongLin closed 4 years ago

XiangRongLin commented 4 years ago

With the setting to hide sensitive content on the lockscreen the controls are not accessible on the lockscreen. I don't think the content of this app are sensitive and thus can be always shown. With this change the controls will always be shown.

Relevant doc: https://developer.android.com/training/notify-user/build-notification#lockscreenNotification

Zipped debug app with the changes: app-debug.zip

thetwom commented 4 years ago

thanks a lot for this suggestion