-
Notifications
You must be signed in to change notification settings - Fork 297
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
Create shortcut #627
Comments
AM tries to create shortcuts using all the methods provided by the AOSP. If they don't work, there isn't much I can do about it without logs. Sorry! |
Closed due to lack of response. Feel free to open it again if you're still facing the issue. |
Line 105 in 47931ef
this but Pixel Launcher only allows
com.miui.home crash log
I would blame AndroidX for not handling it well. Workaround (untested) CharSequence newShortcutName = mShortcutNameField.getText().toString(); |
Thanks for finding that out. The fix will be available in the next release. |
This indeed looks as if the field is meant for |
Should be fixed in c47333f. I don't know if it is fixed for certain because I have no way to test this. |
Describe the bug
Create shortcut button in activity section make nothing.
To Reproduce
Steps to reproduce the behaviour:
Expected behavior
Shortcut is created.
Crash logs
Cant add logs because logd is removed. And no crashes at all.
Device info
Additional context
Default launcher is removed. Current default launcher is Holo Launcher.
The text was updated successfully, but these errors were encountered: