Github user sagar15795 commented on a diff in the pull request:
https://github.com/apache/incubator-taverna-mobile/pull/66#discussion_r173696061
--- Diff: app/src/main/AndroidManifest.xml ---
@@ -37,14 +37,18 @@ limitations under the License.
android:label="@string/app_name">
</activity>
<activity
- android:name=".ui.FlashScreenActivity"
- android:label="@string/title_activity_flash_screen">
+ android:name=".ui.tutorial.TutorialActivity"
--- End diff --
Launcher activity should be `FlashScreenActivity`.
---