Hopefully this is an easy fix, but for the moment is is boggling me (Actionscript programmer new to Java programming).
I have a string variable coming from getExtra
You must not compare strings via ==, but via .equals()
==
.equals()