In some Apps i see this kind of "function":
i.e. if i click on a file in a databrowser i can then select (in a new little window called OPEN AS) with choices like TEXT, IMAGE, EXPLORER etc etc.
When i have selected one, a new window with depending apps, which are installed on my device, is opened).
Is this an internal function or are that handmade screens ?
The first screen is a custom dialog specific to this app. The second screen is the standard intent chooser dialog that appears when you send an intent. You can force it to show by calling Intent.WrapAsIntentChooser.
The first screen is a custom dialog specific to this app. The second screen is the standard intent chooser dialog that appears when you send an intent. You can force it to show by calling Intent.WrapAsIntentChooser.