Merge branch 'feature/org.droidtr.deletegapps' into 'master'
New app: /d/gapps Closes rfp#728 See merge request fdroid/fdroiddata!4046
This commit is contained in:
commit
dadbe87137
44
metadata/org.droidtr.deletegapps.yml
Normal file
44
metadata/org.droidtr.deletegapps.yml
Normal file
|
|
@ -0,0 +1,44 @@
|
||||||
|
Categories:
|
||||||
|
- System
|
||||||
|
License: GPL-3.0-only
|
||||||
|
SourceCode: https://gitlab.com/parduscix/disable-delete-gapps
|
||||||
|
IssueTracker: https://gitlab.com/parduscix/disable-delete-gapps/issues
|
||||||
|
|
||||||
|
AutoName: /d/gapps
|
||||||
|
Summary: Delete/disable GApps
|
||||||
|
Description: |-
|
||||||
|
This application is used to delete or disable gapps. It uses a regex to
|
||||||
|
find GApps package
|
||||||
|
|
||||||
|
- pm disable xxx (xxx is a package name that is found by the application)
|
||||||
|
|
||||||
|
or
|
||||||
|
|
||||||
|
- rm -rf xxx (xxx is a path name that is found by the application)
|
||||||
|
|
||||||
|
It requires root to work.
|
||||||
|
|
||||||
|
Don't delete GApps on touchwiz (or similar) stock rom or your device might
|
||||||
|
not boot afterwards. You should try to disable GApps instead!
|
||||||
|
|
||||||
|
To re-enable GApps, go to the *Settings › Apps* menu, and chose "restore apps
|
||||||
|
preferences". If you want to reinstall GApps, you should use the OpenGApps zip
|
||||||
|
or GApps installer (third party apps).
|
||||||
|
|
||||||
|
RequiresRoot: 'yes'
|
||||||
|
|
||||||
|
RepoType: git
|
||||||
|
Repo: https://gitlab.com/parduscix/disable-delete-gapps
|
||||||
|
|
||||||
|
Builds:
|
||||||
|
- versionName: '2.0'
|
||||||
|
versionCode: 2
|
||||||
|
commit: '2.0'
|
||||||
|
subdir: app
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
|
||||||
|
AutoUpdateMode: Version %v
|
||||||
|
UpdateCheckMode: Tags
|
||||||
|
CurrentVersion: '2.0'
|
||||||
|
CurrentVersionCode: 2
|
||||||
Loading…
Reference in a new issue