mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-04 14:30:30 +03:00
rename server request from "delete" to "uninstall"
This matches the Android API's current Intent action for this, rather than the deprecated one: https://gitlab.com/fdroid/fdroidclient/blob/v0.101-alpha5/app/src/main/java/org/fdroid/fdroid/installer/DefaultInstallerActivity.java#L147 https://developer.android.com/reference/android/content/Intent.html#ACTION_UNINSTALL_PACKAGE https://developer.android.com/reference/android/content/Intent.html#ACTION_DELETE
This commit is contained in:
parent
a6a8d34528
commit
6126b55136
3 changed files with 7 additions and 7 deletions
|
|
@ -248,9 +248,9 @@ The repository of older versions of applications from the main demo repository.
|
|||
# }
|
||||
|
||||
# It is possible for the server operator to specify lists of apps that
|
||||
# must be installed or deleted on the client (aka "push installs). If
|
||||
# the user has opted in, or the device is already setup to respond to
|
||||
# these requests, then fdroidclient will automatically install/delete
|
||||
# must be installed or uninstalled on the client (aka "push installs).
|
||||
# If the user has opted in, or the device is already setup to respond
|
||||
# to these requests, then F-Droid will automatically install/uninstall
|
||||
# the packageNames listed. This is protected by the same signing key
|
||||
# as the app index metadata.
|
||||
#
|
||||
|
|
@ -260,7 +260,7 @@ The repository of older versions of applications from the main demo repository.
|
|||
# 'us.replicant',
|
||||
# }
|
||||
#
|
||||
# delete_list = {
|
||||
# uninstall_list = {
|
||||
# 'com.facebook.orca',
|
||||
# 'com.android.vending',
|
||||
# }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue