I'm trying to give limited access to another application to my
ContentProvider.

I have two special tables. In one I want to give the opportunity only
to record data, the second - to hide completely. Other tables can be
read there and you can record the data to them.

If I just add to the provider permissions to read and write, then the
client will add them to his apps manifest file using <uses-
permission>  and has full access to my ContentProvider.

How can i restrict access to only two tables?

Thank you!




-- 
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