There are many people who have encountered the same error on stackoverflow, but I haven\'t been able to find any relevant resolution in those posts. My MainActivity is start
The problem with me was that I used getIntent(), thus getting the intent of the current activity I was on.
When I switched to data.getStringExtra() it worked. Amateur mistake...