Android Question msgbox doesn't work!

liulifeng77

Active Member
Licensed User
Longtime User
when I clicked a notify message, it runs these code:


Sub Activity_Resume

StartService(PushService)

Dim in As Intent
in = Activity.GetStartingIntent
If in.HasExtra("Notification_Tag") Then
Log(in.GetExtra("Notification_Tag")) 'Will log the tag

Msgbox(in.GetExtra("Notification_Tag"),"content")
End If
End Sub

in release mode, msgbox doesn't work but in debuge mode it works well!

Is it a bug?or something I missed?
thanks!
 
Cookies are required to use this site. You must accept them to continue using the site. Learn more…