HI, All
How to use a foreground service under Android13, if notifications are not required ?
Locally working app with timers and screen.
Notif1 is required for StartForeground, but
How to use a foreground service under Android13, if notifications are not required ?
Locally working app with timers and screen.
B4X:
Sub Service_Create
Notif1.Initialize2(Notif1.IMPORTANCE_LOW)
Service.StartForeground(1, Notif1)
Notif1 is required for StartForeground, but
java.lang.ClassCastException: anywheresoftware.b4a.objects.NotificationWrapper$NotificationData cannot be cast to android.app.Notification