[android-developers] Re: MediaScannerConnectionClient which content provider?

2009-07-29 Thread Marco Nelissen
On Wed, Jul 29, 2009 at 8:26 AM, Sonja_android wrote: > > I am using the MediaScannerConnection and corresponding > MediaScannerConnectionClient to scan and add an audio file to the > MediaStore content provider. How do I know which database the file > will be added to? Will it use the INTERNAL_

[android-developers] Re: MediaScannerConnectionClient which content provider?

2009-07-30 Thread Sonja_android
Sounds good. Is there a way to specify which database I'd like the MediaScannerConnectionClient to use? On Jul 29, 6:56 pm, Marco Nelissen wrote: > On Wed, Jul 29, 2009 at 8:26 AM, Sonja_android wrote: > > > > > I am using the MediaScannerConnection and corresponding > > MediaScannerConnectionC

[android-developers] Re: MediaScannerConnectionClient which content provider?

2009-07-30 Thread Marco Nelissen
That is determined by the location of the file you're scanning. On Thu, Jul 30, 2009 at 11:38 AM, Sonja_android wrote: > > Sounds good. Is there a way to specify which database I'd like the > MediaScannerConnectionClient to use? > > On Jul 29, 6:56 pm, Marco Nelissen wrote: > > On Wed, Jul 29,

[android-developers] Re: MediaScannerConnectionClient which content provider?

2009-08-01 Thread Sonja_android
Thank you very much for the insights Marco. On Jul 31, 6:09 am, Marco Nelissen wrote: > That is determined by the location of the file you're scanning. > > On Thu, Jul 30, 2009 at 11:38 AM, Sonja_android wrote: > > > > > Sounds good.  Is there a way to specify which database I'd like the > > Med