OpenLauncherTeam / openlauncher

Customizable and Open Source Launcher for Android
Apache License 2.0
1.41k stars 413 forks source link

Run correct activity when starting app with multiple activities #554

Closed cmtjk closed 4 years ago

cmtjk commented 4 years ago

Rational

@hobleyd's PR (https://github.com/OpenLauncherTeam/openlauncher/pull/538) introduced the correct representation of apps with multiple activities (thanks!) but couldn't figure out how to start the intended activity.

This PR completes @hobleyd's PR and fixes this issue.

gsantner commented 4 years ago

Thanks!