<@U5QK61PK7> Contexts get valid and invalid depend...
# android
c
@jasonlow Contexts get valid and invalid depending on where in the app you are, storing one in a global singleton will lead to crashes
l
cedric: Unless you use Application Context
c
@louiscad Try using a previously stored
ApplicationContext
in a service...
l
@cedric I remember doing so without any problem. What is it supposed to do?