endAllLiveUpdates
Dismisses every Live Update this app is currently showing.
A convenience over calling endLiveUpdate for each id returned by getActiveIds — for example on logout, when nothing should remain on screen.
Safe to call from any thread; runs a short binder call to getActiveNotifications — keep it off the hot UI path. A no-op on devices below API 36.