开发者

Accesing ContentProviders data from another application in android

开发者 https://www.devze.com 2023-01-28 03:56 出处:网络
I have ContentProvider with database in one application and I inserted some data in to d开发者_如何转开发atabase.

I have ContentProvider with database in one application and I inserted some data in to d开发者_如何转开发atabase.

Now i want to access the database data from another application through ContentProviders.

please help me.


set android:exported="true" on your content provider declaration in your AndroidManifest.xml

0

精彩评论

暂无评论...
验证码 换一张
取 消