SyntaxFix
Write A Post
Hire A Developer
Questions
You are setting the extra with an array. You are then trying to get a single int.
Your code should be:
int[] arrayB = extras.getIntArray("numbers");