sdex / ActivityManager

Launch any application activity
Apache License 2.0
592 stars 33 forks source link

[Feature Request] Use MaterialAlertDialogs when creating shortcuts #64

Closed Jesse205 closed 6 months ago

Jesse205 commented 8 months ago

This will make the UI more harmonious.

sdex commented 8 months ago

I didn't spend much time on it, but it seems like it won't be easy to implement because it's an activity with a dialog theme. Probably need to dig into MaterialAlertDialogBuilder.

sdex commented 6 months ago

Implemented in 360bcc992da036b99af5d730e19ae14b30da9be0

Jesse205 commented 6 months ago

Thank you.