Android has four major application components: Activities (UI screens), Services (background operations), Broadcast Receivers (respond to system-wide broadcasts), and Content Providers (manage data sharing between apps). Option D correctly lists all four. The other options use incorrect terminology like 'transmitter', 'enabler', 'servlets' which are not Android component names.