forked from jenzz/ContentProviderHelper
-
Notifications
You must be signed in to change notification settings - Fork 9
Home
k3b edited this page Oct 29, 2016
·
2 revisions
ContentProviderHelper is a frontend to query installed content-providers.
Forked from [ContentProviderHelper](https://github.com/jenzz/ContentProviderHelper jenzz-s) which is not maintained anymore.
Content-providers are similar to database-tables. They have a name (aka "content:" uri), columns and they can be queried similar to Sql.
Android uses content-providers as api to manage global accessable data (i.e. Images, Telephone-book, SMS, ...).
App permissions are set generously to provide maximum compatibility.