• That's a pain - I can't think of anything super obvious I'm afraid.

    You could detect if src=="Android System Intelligence" and also title contains quotes? It's a shame it's translated as we'd have to include translations for by for each language I guess.

    To handle it, having some boot code that just does:

    Bangle.prependListener("message", (type, msg) => {
      // ...
    });
    

    should work for you I think?

About

Avatar for Gordon @Gordon started