2018-12-04 12:57:45 +00:00
|
|
|
|
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
|
2018-12-07 18:40:00 +00:00
|
|
|
|
Summary: Delete/disable GApps
|
2018-12-04 12:57:45 +00:00
|
|
|
|
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/parduscix/disable-delete-gapps
|
|
|
|
|
|
|
|
|
|
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
|
|
|
|
|
|
2018-12-04 12:57:45 +00:00
|
|
|
|
AutoUpdateMode: Version %v
|
|
|
|
|
UpdateCheckMode: Tags
|
2019-01-24 14:40:30 +00:00
|
|
|
|
CurrentVersion: '4.0'
|
|
|
|
|
CurrentVersionCode: 4
|