pathsense / pathsense-samples-android

Sample Applications for the PathSense SDK
Other
26 stars 10 forks source link

Notification settings ignored #20

Closed anti43 closed 4 years ago

anti43 commented 5 years ago

The properties

icon_name= drawable/pickrwhite200 oreo_show_notification= false background_service=true

are ignored. The icon remains the default one and its always in foreground.

dyerjo commented 4 years ago

You can now fully customize the foreground notification by implementing com.pathsense.android.sdk.location.PathsenseNotificationFactory.

Please, see README