Commits
Fabian Köster authored and GitHub committed fa1b4095f5d
launchMode needs to be set on <activity> launchMode is not a valid property on the <application> element, see https://developer.android.com/guide/topics/manifest/application-element.html It must be set on the activity instead, see https://developer.android.com/guide/topics/manifest/activity-element.html