I\'ve read lots of articles about intent filters and I really can\'t understand exactly what they do?
so please if anybody can explain to me with a clear example what is
Intent filter tells the android system for which intent or event the android components(activity,service ,broadcast receiver) should listen.