mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-14 11:10:30 +03:00
rewrite to yaml works for app data now (builds still missing)
This commit is contained in:
parent
0be224b3e0
commit
0f90ab9aac
3 changed files with 157 additions and 1 deletions
37
tests/rewrite-metadata/fake.ota.update.yml
Normal file
37
tests/rewrite-metadata/fake.ota.update.yml
Normal file
|
|
@ -0,0 +1,37 @@
|
|||
Categories:
|
||||
- System
|
||||
License: Apache-2.0
|
||||
WebSite: https://f-droid.org
|
||||
SourceCode: https://gitlab.com/fdroid/privileged-extension
|
||||
IssueTracker: https://gitlab.com/fdroid/privileged-extension/issues
|
||||
Donate: https://f-droid.org/about
|
||||
|
||||
AutoName: Fake OTA Update
|
||||
Summary: Tests whether OTA ZIP files are being include
|
||||
Description: |-
|
||||
F-Droid can make use of system privileges or permissions to
|
||||
install, update and remove applications on its own. The only way to obtain those
|
||||
privileges is to become a system app.
|
||||
|
||||
This is where the Privileged Extension comes in - being a separate app and much
|
||||
smaller, it can be installed as a system app and communicate with the main app
|
||||
via AIDL IPC.
|
||||
|
||||
This has several advantages:
|
||||
|
||||
* Reduced disk usage in the system partition
|
||||
* System updates don't remove F-Droid
|
||||
* The process of installing into system via root is safer
|
||||
|
||||
This is packaged as an OTA (Over-The-Air) update ZIP file. It must be installed
|
||||
using TWRP or other Android recovery that can flash updates to the system from
|
||||
the /data/data/org.fdroid.fdroid folder on the /data partition. The standalone
|
||||
APK is called F-Droid Privileged Extension.
|
||||
|
||||
RepoType: git
|
||||
Repo: https://gitlab.com/fdroid/privileged-extension.git
|
||||
|
||||
AutoUpdateMode: Version %v
|
||||
UpdateCheckMode: Tags
|
||||
CurrentVersion: 0.2.1
|
||||
CurrentVersionCode: '2000'
|
||||
Loading…
Add table
Add a link
Reference in a new issue