Hello, I have this code:
And I find the next error:
Any idea ?
Thanks to all.
B4X:
Sub Activity_Create(FirstTime As Boolean)
Activity.Color = Colors.White
Dim In As Intent
In.Initialize("android.settings.ACTION_NOTIFICATION_LISTENER_SETTINGS", "")
StartActivity(In)
StartService("emails")
End Sub
And I find the next error:
LastException android.content.ActivityNotFoundException No Activity found to handle Intent { act=android.setting.ACTION_NOTIFICATION_LISTENER_SETTINGS flg=0x20000
Any idea ?
Thanks to all.