Ques:- What is Intent filter
Asked In :-
Hidden Brains InfoTech,
Right Answer:
An Intent filter is a declaration in an Android app's manifest file that specifies the types of intents that an activity, service, or broadcast receiver can respond to. It allows the Android system to match intents with the appropriate components based on the specified actions, categories, and data types.
An Intent filter is a declaration in an Android app's manifest file that specifies the types of intents that an activity, service, or broadcast receiver can respond to. It allows the Android system to match intents with the appropriate components based on the specified actions, categories, and data types.