Android Question Notification error

Alberto Michelis

Well-Known Member
Licensed User
Longtime User
Hi,
In an Android 2.2 my cliente is getting the image error trying to activate notifications.
This is my code:

B4X:
    Dim In As Intent
    In.Initialize("android.settings.ACTION_NOTIFICATION_LISTENER_SETTINGS", "")
    StartActivity(In)

Any way to avoid it?
 

Attachments

  • 11651016_1086076478089110_930224185_n.jpg
    11651016_1086076478089110_930224185_n.jpg
    17 KB · Views: 101

Alberto Michelis

Well-Known Member
Licensed User
Longtime User
Yes, the weird thing is... that error occurs only when activate, the notifications works ok.
Then may be the problem is only with the notification activation and may be I need to hide my button in 4.3-
What do you think?
 
Upvote 0
Top