onNewIntent is working great for me, but as soon as I call getUri (which also works well btw) suddenly the onNewIntent callback stops getting called. Any idea why this might be?
Update: weirdly it works fine if I call them the other way round i.e. call getUri before onNewIntent