There is no "screen that shows apps with their icons to users" in Android.
What you are thinking of is a feature of some home screens. There is no standardized Intent
to trigger this to appear, and there is no requirement for home screens to have such a feature.
You are welcome to write your own. Here is a sample project that displays launchable activities in a ListView
.