Android Question Reset Activity.GetStartingIntent.Action

bluedude

Well-Known Member
Licensed User
Longtime User
Hi,

On Kitkat my code to reset GetStartingIntent works but on Android 4.3 it does not work:

Activity.GetStartingIntent.Action = ""

Any suggestions to reset the intent and clear it?

Ceers,
 

bluedude

Well-Known Member
Licensed User
Longtime User
Not sure if that works. If I store it it will only run once doesn't it? I need to handle a browser click and after that reset it and handle it again but only if it is from a click (URI scheme).

So GlobalIntent is a process global intent?
 
Upvote 0

bluedude

Well-Known Member
Licensed User
Longtime User
And that is the best way to also check on a specific action like intentExternal.ACTION_VIEW ?
 
Upvote 0

bluedude

Well-Known Member
Licensed User
Longtime User
Ok, solved it. It was a completely different issue, forgot to put my phone out of developer mode (Activity killing feature). That means it creates the same action.VIEW over and over again.
 
Upvote 0
Top