sqlite - SQLlite isolated from other apps -


i cannot find answer after searching on internet, if app creates database on mobile device named 'mydb' table called 'users' happens if vendor's app on user's device creates exact same name? databases isolated app?

if you're talking android device: yes, other apps can't access app database. (unless have root access)

android provides full support sqlite databases. databases create accessible name class in application, not outside application.

http://developer.android.com/intl/pt-br/guide/topics/data/data-storage.html#db


Comments

Popular posts from this blog

java - Run spring boot application error: Cannot instantiate interface org.springframework.context.ApplicationListener -

reactjs - React router and this.props.children - how to pass state to this.props.children -

Excel VBA "Microsoft Windows Common Controls 6.0 (SP6)" Location Changes -