Multiple choice technology platforms and products

By default, all Android databases are private, accessible only by the application that created them.

  1. True

  2. False

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

Android security model dictates that application data, including SQLite databases, is stored in the application's private internal storage directory and is inaccessible to other apps by default.