Android Related Exams
AND-402 Exam
Which of the following in NOT true about setting the attribute installLocation to value “internalOnly”? (Choose
two)
What does the following line of code do?
FileOutputStream fOut = openFileOutput("MyFile.txt", MODE_WORLD_READABLE);
What is the recommended use of BaseColumns._ID in SQLite database?