I am running the below code. There are two snippets. The first is how I am setting the bundle and the second how I am retrieving it. For some reason every time i check the b
From the documentation:
The keys must include a package prefix, for example the app com.android.contacts would use names like "com.android.contacts.ShowAll".
so instead why don't you just use
intent.putExtra("WELL", "yes");