Alberto Michelis Well-Known Member Licensed User Longtime User Jun 25, 2015 #1 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 17 KB · Views: 324
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?
Erel B4X founder Staff member Licensed User Longtime User Jun 26, 2015 #2 Are you using this library: https://www.b4x.com/android/forum/t...er-library-notificationlistenerservice.35630/ ? See the first line in the tutorial. It only works on Android 4.3+ Upvote 0
Are you using this library: https://www.b4x.com/android/forum/t...er-library-notificationlistenerservice.35630/ ? See the first line in the tutorial. It only works on Android 4.3+
Alberto Michelis Well-Known Member Licensed User Longtime User Jun 26, 2015 #3 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
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?
Erel B4X founder Staff member Licensed User Longtime User Jun 28, 2015 #4 You cannot use any method from this library on 4.2- devices. Upvote 0