ArminKH Well-Known Member Feb 2, 2016 #1 hi how is possible to register a sticky broadcast? the java implemention is here http://developer.android.com/reference/android/content/Context.html#sendStickyBroadcast(android.content.Intent) what is the b4a implemention? Last edited: Feb 3, 2016
hi how is possible to register a sticky broadcast? the java implemention is here http://developer.android.com/reference/android/content/Context.html#sendStickyBroadcast(android.content.Intent) what is the b4a implemention?
JonPM Well-Known Member Licensed User Longtime User Feb 2, 2016 #2 From the link you posted: This method was deprecated in API level 21. Sticky broadcasts should not be used. Click to expand... Upvote 0
From the link you posted: This method was deprecated in API level 21. Sticky broadcasts should not be used. Click to expand...
ArminKH Well-Known Member Feb 3, 2016 #3 JonPM said: From the link you posted: Click to expand... yes,should not but is possible to use i think Upvote 0
JonPM said: From the link you posted: Click to expand... yes,should not but is possible to use i think
DonManfred Expert Licensed User Longtime User Feb 3, 2016 #4 ArminKH said: but is possible to use i think Click to expand... If using an api <21 Using an Api 21+ wil not work i guess Upvote 0
ArminKH said: but is possible to use i think Click to expand... If using an api <21 Using an Api 21+ wil not work i guess