-
Notifications
You must be signed in to change notification settings - Fork 54
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Missing Action Launcher / Category Launcher when executing an Activity #22
Comments
// activity.startActivity(activity.getPackageManager().getLaunchIntentForPackage(packageName));
|
Line 2349 This is why this Intent flag is used. But happy to discuss. |
My bad, you're right @tunitowen. DevDrawer works as intended. Apparently it's up to the app to check if another instance of the app is already started: |
I want to clarify my bug report. The bug in my app (I assumed an action was always set) made me discover the bug in DevDrawer (and vice-versa actually). The default launcher (stock android) always set Action = LAUNCHER when I open an application. |
Hi,
I had a bug in my app that caused it to crash when launched by DevDrawer.
Reason is that DevDrawer do not set a action LAUNCHER when executing the activity.
I think it should
The text was updated successfully, but these errors were encountered: