but having a notificationManager extension propert...
# android
m
but having a notificationManager extension property on a Context object, which under the hood does the getSystemService song and dance, wouldn't be so bad I suppose
l
I made a file with all the SystemServices available in Android to use anywhere you need here: https://gist.github.com/LouisCAD/a7c3aabd0fa62e0c51e8fe0b53c37cbb
m
Wow, holy crap. Thanks! That's a lot of services 😄
l
@ishitatsuyuki You may be interested in the gist I linked above!
i
Nice work, thanks!