Is there a way to tell if I'm in the Background Process?
I know about the method of setting an "inBG" flag in "getServiceDelegate". That is clever. But is there a "has" I can call or something else that I can use inside onStart() to let me know if this is executing in the BG or FG? Maybe checking total memory, which is MUCH less in the background? Hmm that works! If BG always has less than 32K I'm good.