How to handle onActivityResult() with Mortar
问题 I am looking to integrate an application with Google Play Services and Mortar to retrieve the user's current location. https://developer.android.com/training/location/retrieve-current.html#CheckServices This requires handling onActivityResult() in the case that Google Play Services is not available. My first instinct on how to do this is to make getFirstScreen() in Main.java return a blank loading screen. https://github.com/square/mortar/blob/master/mortar-sample/src/main/java/com/example