Which of the following is NOT true about the SharedPreferences interface?

A.
The data it saves is persistent even if application is killed.
B.
It only saves primitive data in key-value pairs.
C.
Modifications to preferences saved should go through class SharedPreferences.Editor
D.
It can save any data type in key-value pairs.
I have the same idea. D