<Why is intent.remove extra not working as you wou...
# stackoverflow
u
Why is intent.remove extra not working as you would think? I am trying to change the value of an intent extra. I associate the value alarmId with my intent by using intent.putextra("alarmId", id). I am trying to reassign the id value the line above where I assign the value so I can reuse the alarmId text key. I've tried intent.removeextra("alarmId"), but it does not seem to do anything. I'm away from computer atm, so I don't remember if it is exactly that method, remove extra. But the one the ide recognizes does not work. Neither does setting the...