mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-05 06:50:29 +03:00
New field: Provides
This commit is contained in:
parent
c1b43ab9d4
commit
4935496f48
3 changed files with 21 additions and 0 deletions
|
|
@ -461,6 +461,7 @@ The following sections describe the fields recognised within the file.
|
|||
* Categories::
|
||||
* License::
|
||||
* Name::
|
||||
* Provides::
|
||||
* Auto Name::
|
||||
* Web Site::
|
||||
* Source Code::
|
||||
|
|
@ -585,6 +586,17 @@ overridden using this. Note that this only overrides the name in the list of
|
|||
apps presented in the client; it doesn't changed the name or application label
|
||||
in the source code.
|
||||
|
||||
@node Provides
|
||||
@section Provides
|
||||
|
||||
@cindex Provides
|
||||
|
||||
Comma-separated list of application IDs that this app provides. In other
|
||||
words, if the user has any of these apps installed, F-Droid will show this app
|
||||
as installed instead. It will also appear if the user clicks on urls linking
|
||||
to the other app IDs. Useful when an app switches package name, or when you
|
||||
want an app to act as multiple apps.
|
||||
|
||||
@node Web Site
|
||||
@section Web Site
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue