Example of INFO category

Hi I was reading about categories, and I came across this sentence

The android.intent.category.INFO category, on the other hand, indicates
an activity that shows information about a package to the user but should not show up in the
launcher.

Can you give examples of activities with such category? How do they behave and appear on screen when activated?

1 Like