B4X FEED Receiver service starting intent bluetooth extras problem

اطلاعات موضوع

درباره موضوع در تاریخ, در دسته b4xfeed ایجاد شده و آغاز کننده آن practicalsoftمی باشد و موضوع آن: Receiver service starting intent bluetooth extras problem است. این موضوع تا کنون 50 بازدید کننده و, 0 پاسخ داشته و 0 بار پسندیده شده...
نام دسته b4xfeed
نام موضوع Receiver service starting intent bluetooth extras problem
آغاز کننده موضوع practicalsoft
تاریخ شروع
پاسخ‌ها
0
بازدیدها
50
پسندها
0
آخرین ارسال توسط PracticalSoft
Jun 6, 2020
11,559
4,422
Hi all,

in my project there's a service module that listen for the ACTION_ACL_DISCONNECTED event.
When it occurs, I want to analyze the intent's extras available in the Service_Start Sub.
In the they said that the Broadcast Action "Always contains the extra fields and ".
Unfortunately in the starting intent of my service I'm not able to extract these information.
If I call
B4X:

Intent.ExtrasToString
it returns an android Bundle with some data, included the EXTRA_DEVICE extra (in fact if I call
B4X:

Intent.HasExtra(EXTRA_DEVICE)
it returns true).
But when I call
B4X:

Intent.GetExtra(EXTRA_DEVICE)
it always returns Null.
Am I missing something here?

Attached you can find an example project.

 

عقب
بالا