An Android 13 device has clipboard auto-clear enabled. A user copies a password from a banking app. What is the platform behavior that protects this sensitive clipboard content?
- A.A) Android 13 encrypts clipboard contents using the Keystore so only the originating app can paste them
- B.B) Android 13 automatically clears the clipboard after approximately one hour of inactivity
- C.C) Android 13 clears the clipboard one minute after the password is copied if the originating app marks the content as sensitive using ClipDescription.EXTRA_IS_SENSITIVE
- D.D) Android 13 prevents any other app from reading the clipboard unless the user explicitly taps an in-app paste button
Why C is correct