Mark Murphy <mmurphy <at> commonsware.com> writes:

> 
> On Mon, Aug 2, 2010 at 7:25 AM, Bin Dou <doubin115 <at> gmail.com> wrote:
> > String
> > path="/data/data/com.android.providers.contacts/databases/contacts2.db";
> > SQLiteDatabase database=SQLiteDatabase.openDatabase(path,
> > null,OPEN_READWRITE);
> > database.delete("data", null, null);
> >
> > Can i use this method?
> 
> No. I have said this repeatedly in this thread. Let me try shouting:
> 
> THIS IS NOT YOUR DATABASE. YOU CANNOT MODIFY IT. PLEASE LEAVE IT ALONE.
> 


Are you saying that its IMPOSSIBLE to modify a database that 
"is not yours"? I was trying to test this because its incredibly 
difficult to find any information that assures you that these 
databases are write-protected from other applications.

Thanks in advance, 
Brandon

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to