Slide 15
Slide 15 text
Intent filters
● The intent will only be delivered if it matches the intent filters defined
by the exported component.
● If receiving app upgrades to >=13, all intents from external apps are
delivered to an exported component only if it matches its declared
elements, regardless of the sending app's target SDK
version.