fdroiddata/metadata/org.droidtr.deletegapps.yml

100 lines
1.9 KiB
YAML
Raw Normal View History

2018-12-04 12:57:45 +00:00
Categories:
- System
License: GPL-3.0-only
2019-07-29 20:35:15 +00:00
SourceCode: https://gitlab.com/sulincix/disable-delete-gapps
IssueTracker: https://gitlab.com/sulincix/disable-delete-gapps/issues
2018-12-04 12:57:45 +00:00
AutoName: /d/gapps
Description: |-
2018-12-07 18:40:00 +00:00
This application is used to delete or disable gapps. It uses a regex to
find GApps package
2018-12-04 12:57:45 +00:00
2018-12-07 18:40:00 +00:00
- pm disable xxx (xxx is a package name that is found by the application)
2018-12-04 12:57:45 +00:00
or
2018-12-07 18:40:00 +00:00
- rm -rf xxx (xxx is a path name that is found by the application)
2018-12-04 12:57:45 +00:00
It requires root to work.
2018-12-07 18:40:00 +00:00
Don't delete GApps on touchwiz (or similar) stock rom or your device might
not boot afterwards. You should try to disable GApps instead!
2018-12-04 12:57:45 +00:00
2018-12-07 18:40:00 +00:00
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).
2018-12-04 12:57:45 +00:00
2018-12-07 18:40:43 +00:00
RequiresRoot: 'yes'
2018-12-04 12:57:45 +00:00
RepoType: git
Repo: https://gitlab.com/sulincix/disable-delete-gapps.git
2018-12-04 12:57:45 +00:00
Builds:
- versionName: '2.0'
versionCode: 2
commit: '2.0'
subdir: app
gradle:
- yes
2019-01-24 14:40:30 +00:00
- versionName: '4.0'
versionCode: 4
commit: '4.0'
subdir: app
gradle:
- yes
2019-03-03 01:25:12 +00:00
- versionName: '6.0'
versionCode: 6
commit: '6.0'
subdir: app
gradle:
- yes
2019-03-12 11:16:21 +00:00
- versionName: '7.0'
versionCode: 7
commit: '7.0'
subdir: app
gradle:
- yes
2019-03-26 03:12:46 +00:00
- versionName: '8.0'
versionCode: 8
commit: '8.0'
subdir: app
gradle:
- yes
2019-04-05 09:46:33 +00:00
- versionName: '9.0'
versionCode: 9
commit: '9.0'
subdir: app
gradle:
- yes
2019-04-12 17:16:16 +00:00
- versionName: '10.0'
versionCode: 10
commit: '10.0'
subdir: app
gradle:
- yes
2019-04-23 16:22:31 +00:00
- versionName: '11.0'
versionCode: 11
commit: '11.0'
subdir: app
gradle:
- yes
2019-10-09 18:17:35 +00:00
- versionName: '14.0'
versionCode: 14
commit: '14.0'
subdir: app
gradle:
- yes
2018-12-04 12:57:45 +00:00
AutoUpdateMode: Version %v
UpdateCheckMode: Tags
2019-10-09 18:17:35 +00:00
CurrentVersion: '14.0'
CurrentVersionCode: 14