In which form the data is stored using shared preferences?
XML file inside the internal memory of application.
Binary form inside the internal memory of application.
A Text file inside internal memory of application.
Encrypted form inside the application’s internal memory.
Which of the following is NOT true about “TestOnly” attribute in <application> tag?
Indicates whether this application is only for testing purposes.
If this attribute is set to true, the application can only be installed through adb.
It may expose functionality or data outside of itself that would cause a security hole, but is useful for testing.
It is system level attribute so it is included in manifest tag.