Login to manage your account

Please enter a valid email address.
Forgot Password?
Please enter a valid password.
OR

Don't have an account yet? Sign up

What must a PendingIntent specify since Android 12?

  1. A Mutability, using FLAG_IMMUTABLE or FLAG_MUTABLE
  2. B An explicit request code
  3. C A notification channel
  4. D A foreground service type
Answer

Mutability, using FLAG_IMMUTABLE or FLAG_MUTABLE

Immutable should be the default, since a mutable PendingIntent can be modified by the receiving app.

All Android MCQs

Login to manage your account

Please enter a valid email address.
Forgot Password?
Please enter a valid password.
OR

Don't have an account yet? Sign up as