xgouchet / Stanley

An Android app explorer for developers (extract the manifest and other info from any installed application)
Other
94 stars 32 forks source link

Launch icon on app list item. #32

Closed bizzguy closed 5 years ago

bizzguy commented 5 years ago

I'd like to have a icon on each of the items on the app list that would allow the app to be started directly from the app list, instead of having to go to the app detail and launching the app there.

I'd be very interested in creating a pull request for this if you could give me a little guidance on how to assign the listener. I could use the same launch icon that is on the detail screen.

And also - great app - thanks for creating it.

xgouchet commented 5 years ago

This is an interesting feature. One of the issue is that a single application could have more than one "main" activity, and so this feature is not trivial. But I'll keep it in mind for the next version.