On Thu, Feb 23, 2012 at 10:20 PM, Mark Murphy <[email protected]> wrote: > On Thu, Feb 23, 2012 at 6:08 AM, ashiq sayyad <[email protected]> wrote: >> I have created one custom content provider.I want only my apps should >> use my custom content provider and the outside apps should not be able >> to use it even if they know the URI of the content provider. >> >> Is it possible??? > > One possibility is to use permissions. However, other apps could find > those permissions and request them, and if the user grants them, those > other apps have access to your content provider.
If it's a signature permission they won't be able to get it unless singed with the same key. http://developer.android.com/guide/topics/manifest/permission-element.html#plevel -- 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

