Hello,
EDIT: I realized I may have put this in the wrong forum section. Please move as needed...
So far I'm loving B4A, I have a question regarding a notification activity. I'm trying to call an activity outside my application when the notification is clicked. It appears the notification will only allow an activity inside my app to run. Is this correct? Is there a way around it?
My code to create the notification
Adb error
E/B4A (11136): java.lang.ClassNotFoundException: com.blah.com.bn/com.bn.ereader.app.ui.dashboardactivity
Appreciate any help.
Thanks,
Cody
EDIT: I realized I may have put this in the wrong forum section. Please move as needed...
So far I'm loving B4A, I have a question regarding a notification activity. I'm trying to call an activity outside my application when the notification is clicked. It appears the notification will only allow an activity inside my app to run. Is this correct? Is there a way around it?
My code to create the notification
B4X:
n.Initialize
n.Icon = "nook"
n.SetInfo("Title", "Description", "com.bn.ereader.app.ui.DashboardActivity")
n.Notify(1)
Adb error
E/B4A (11136): java.lang.ClassNotFoundException: com.blah.com.bn/com.bn.ereader.app.ui.dashboardactivity
Appreciate any help.
Thanks,
Cody
Last edited: