[android-developers] about content provider physical store location

2011-01-12 Thread stanly
hi all,

I have a question about content provider,
for example,
I used the *Telephony.Carriers.CURRENT* this URI to store all APN nodes,
maybe it will has 100 nodes(records) in it.
but when I insert the 100 rows data via *ContentResolver.insert*
pragramatically,
instead of inserting records in every product by code, I wish my every
product can have these 100 rows data atomatically,
so I think there must exist a *real physical store location* to store the
*Telephony.Carriers.CURRENT* URI all records, like xxx.db.
so that I can just copy the xxx.db to every products, and used these
records.

is there have a physical location to store records in URI?

please give me some suggestion.

thanks a lot!!

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

Re: [android-developers] about content provider physical store location

2011-01-12 Thread Dianne Hackborn
Applications can't directly access it.

On Wed, Jan 12, 2011 at 3:26 AM, stanly tsai.sta...@gmail.com wrote:

 hi all,

 I have a question about content provider,
 for example,
 I used the *Telephony.Carriers.CURRENT* this URI to store all APN nodes,
 maybe it will has 100 nodes(records) in it.
 but when I insert the 100 rows data via *ContentResolver.insert*
 pragramatically,
 instead of inserting records in every product by code, I wish my every
 product can have these 100 rows data atomatically,
 so I think there must exist a *real physical store location* to store the
 *Telephony.Carriers.CURRENT* URI all records, like xxx.db.
 so that I can just copy the xxx.db to every products, and used these
 records.

 is there have a physical location to store records in URI?

 please give me some suggestion.

 thanks a lot!!

 --
 You received this message because you are subscribed to the Google
 Groups Android Developers group.
 To post to this group, send email to android-developers@googlegroups.com
 To unsubscribe from this group, send email to
 android-developers+unsubscr...@googlegroups.comandroid-developers%2bunsubscr...@googlegroups.com
 For more options, visit this group at
 http://groups.google.com/group/android-developers?hl=en




-- 
Dianne Hackborn
Android framework engineer
hack...@android.com

Note: please don't send private questions to me, as I don't have time to
provide private support, and so won't reply to such e-mails.  All such
questions should be posted on public forums, where I and others can see and
answer them.

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