Multiple Choice
Which of the following is NOT true about "TestOnly" attribute in <application> tag?
A) Indicates whether this application is only for testing purposes.
B) If this attribute is set to true, the application can only be installed through adb.
C) It may expose functionality or data outside of itself that would cause a security hole, but is useful for testing.
D) It is system level attribute so it is included in manifest tag.
Correct Answer:

Verified
Correct Answer:
Verified
Q89: Which of the following is NOT true
Q90: Which of the following is not correct
Q91: Which of the following is NOT true
Q92: Which of the following is to execute
Q93: Which of the listed below is a
Q95: What is the recommended use of BaseColumns._ID
Q96: Service is an Android component which runs
Q97: Which of the following is protected by
Q98: Which of the following is true about
Q99: Which of the following is NOT true