I\'ve spent the past two hours debugging what seems extremely unlikely. I\'ve stripped the method of a secondary Android Activity to exactly this:
public voi
You can use Long.parseLong(String), instead of getLong(String): it will solve the problem.
Long.parseLong(String)
getLong(String)