Android Question Other Widget, Stopped my Widget!

CyclopDroid

Well-Known Member
Licensed User
Longtime User
Hi,
My Widget are stopped when I click on another widget App. :eek:
Why? :confused:
This is a Video:

https://www.dropbox.com/s/egwg9fg2y9dytba/Chiusura2.flv?dl=0

Loock the led into my Widget... when i click to other widged, it's stopped (and the my widget not received a call).

This is my log view when Iclick on the widget:
B4X:
** Service (srv) Create **
** Service (srv) Start **
CLICKWIDGET
** Activity (menu) Create, isFirst = true **
** Activity (menu) Resume **
** Service (srv) Start **
** Service (srv) Start **
** Service (srv) Start **
** Service (srv) Start **
KeyCode=4
** Activity (menu) Pause, UserClosed = true **
** Service (srv) Start **
** Service (srv) Start **
** Service (srv) Start **
** Service (srv) Start **
** Service (srv) Create **
** Service (srv) Start **
CLICKWIDGET
** Activity (menu) Create, isFirst = true **
** Activity (menu) Resume **
** Service (srv) Start **
** Service (srv) Start **
** Service (srv) Start **
KeyCode=4
** Activity (menu) Pause, UserClosed = true **
** Service (srv) Start **
** Service (srv) Start **
** Service (srv) Start **
** Service (srv) Start **
** Service (srv) Start **
** Service (srv) Start **
** Service (srv) Start **

The ** Service (srv) Start ** is Stopped when I click to other widget app.
 

CyclopDroid

Well-Known Member
Licensed User
Longtime User
OK I think when I solved ;)
The widget use a Service. The name of this service is SRV.
When I click to another widget, it use this service and, when I back to it.... my Widget reacts!
I've changed the name of a service with SRV_myname and it now work.:D
 
Upvote 0
Top