Peter Serwylo 7076bb767d Clarify what needs to be passed into parseApp and make it private.
The `parseApp` method was previously accepting an `Intent`, which could
have been anything. Given it was only used once, this now pushed the
creation of that `Intent` into the `parseApp` method, and also reduced the
visibility of the method as it is only used once at time of writing.
2016-06-02 21:08:23 +10:00
..
2016-05-30 22:08:19 +01:00