Skip to content

A nice little Android app that helps developers to discover and query content providers.

License

GPL-3.0, MIT licenses found

Licenses found

GPL-3.0
LICENSE
MIT
LICENSE-old-mit-jenzz
Notifications You must be signed in to change notification settings

k3b/ContentProviderHelper

 
 

Repository files navigation

Content Provider Helper

... is a frontend to discover/view/query data of android content providers.

available on F-Droid app store

Description

Android 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 [https://developer.android.com/guide/topics/providers/content-providers.html content-providers] as api to manage global accessable data (i.e. Images, Telephone-book, SMS, ...).

ContentProviderHelper is a frontend to query installed content-providers.

You can add and delete your own content URIs manually or search for all available content providers on the device.

App permissions are set generously to provide maximum compatibility.

Requirements: Android-2.2 (api-8) or newer. (tested with android-2.2, 4.2, 4.4)

Program enhancements as merge-request are welcome.

See also

There is a similar devtool intent-intercept to analyse android intent communication

About

A nice little Android app that helps developers to discover and query content providers.

Topics

Resources

License

GPL-3.0, MIT licenses found

Licenses found

GPL-3.0
LICENSE
MIT
LICENSE-old-mit-jenzz

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 100.0%