Which of the following operations CANNOT be performed on an Intent?
Which of the following operations CANNOT be performed on an Intent?
The operation 'Synchronize' cannot be performed on an Intent. An Intent is a messaging object used to request an action from another app component, and typical operations on Intents include sending broadcasts, starting activities, or starting services, but not synchronization.
C is the correct answer