New Android crashes on this module.
This should be fixed in this file: src/main/java/com/mranderson/locationsample/location/LocationUpdatesService.java
src: new Intent(this, MainActivity.class), 0);
fix: new Intent(this, MainActivity.class), PendingIntent.FLAG_IMMUTABLE);