[android-developers] How to use ContentProvider's "android:multiprocess"

2010-09-12 Thread zhen guo
Hi,guys I am confused with the "android:mutliprocess",Refer to android's sdk,I set android:multiproess = true,and want to solve following problem: There's a contentprovider called CP in App A, CP and A are in the same process,App B want to access CP but do not launch A's process. -- You r

Re: [android-developers] How to use ContentProvider's "android:multiprocess"

2018-04-05 Thread Raanan Nevet
I've opened an issue about this here; https://issuetracker.google.com/issues/37113675 But didn't receive any response in 3 years now. On Tuesday, 24 February 2015 15:20:08 UTC+1, Raanan Nevet wrote: > > Has this changed? otherwise shouldn't the documentation reflect this? > > On Monday, September

Re: [android-developers] How to use ContentProvider's "android:multiprocess"

2015-02-24 Thread Raanan Nevet
Has this changed? otherwise shouldn't the documentation reflect this? On Monday, September 13, 2010 at 5:50:29 AM UTC+2, Dianne Hackborn wrote: > > Don't use this, it is some old cruft from pre-1.0 design that doesn't work > and should be ignored these days. Just pretend like the attribute doesn

Re: [android-developers] How to use ContentProvider's "android:multiprocess"

2010-09-12 Thread Dianne Hackborn
Don't use this, it is some old cruft from pre-1.0 design that doesn't work and should be ignored these days. Just pretend like the attribute doesn't exist. :} On Sun, Sep 12, 2010 at 8:47 PM, zhen guo wrote: > Hi,guys > I am confused with the "android:mutliprocess",Refer to android's sdk,I