New app: Content Provider Helper
This commit is contained in:
parent
6ec0b20494
commit
fb29fe286a
42
metadata/de.k3b.android.contentproviderhelper.txt
Normal file
42
metadata/de.k3b.android.contentproviderhelper.txt
Normal file
|
@ -0,0 +1,42 @@
|
|||
Categories:Development,System
|
||||
License:GPLv3
|
||||
Web Site:https://github.com/k3b/ContentProviderHelper/wiki
|
||||
Source Code:https://github.com/k3b/ContentProviderHelper
|
||||
Issue Tracker:https://github.com/k3b/ContentProviderHelper/issues
|
||||
Changelog:https://github.com/k3b/ContentProviderHelper/wiki/History
|
||||
Donate:http://donate.openstreetmap.org/
|
||||
|
||||
Auto Name:Content Provider Helper
|
||||
Summary:Discover, view and query data of content providers
|
||||
Description:
|
||||
This helper is a frontend to query installed content providers. Android's
|
||||
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, address
|
||||
book, text messages, ...).
|
||||
|
||||
Forked from [https://github.com/jenzz/ContentProviderHelper jenzz-s
|
||||
ContentProviderHelper] which is not maintained anymore.
|
||||
|
||||
App permissions are set generously to provide maximum compatibility.
|
||||
.
|
||||
|
||||
Repo Type:git
|
||||
Repo:https://github.com/k3b/ContentProviderHelper.git
|
||||
|
||||
Build:1.3.0,3
|
||||
commit=v1.3.0
|
||||
subdir=app
|
||||
gradle=yes
|
||||
|
||||
Maintainer Notes:
|
||||
Please use git-branch "FDroid" for FDroid-builds.
|
||||
.
|
||||
|
||||
Auto Update Mode:Version v%v
|
||||
Update Check Mode:Tags
|
||||
Current Version:1.3.0
|
||||
Current Version Code:3
|
Loading…
Reference in a new issue