New app: /d/gapps
This commit is contained in:
parent
2df691d39b
commit
020d1018c9
42
metadata/org.droidtr.deletegapps.yml
Normal file
42
metadata/org.droidtr.deletegapps.yml
Normal file
|
@ -0,0 +1,42 @@
|
|||
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 are used for delete or disable gapps. It use regex for
|
||||
find gapps package
|
||||
|
||||
- pm disable xxx (xxx is package name that is finded by application)
|
||||
|
||||
or
|
||||
|
||||
- rm -rf xxx (xxx is path name that is finded by application)
|
||||
|
||||
It requires root to work.
|
||||
|
||||
You dont delete gapps on touchwiz (or like) stock rom or your device might
|
||||
not boot afterwards. That's why you should try disable gapps!
|
||||
|
||||
To re-enable GApps, go to *Settings › Apps,* menu, and chose "restore apps
|
||||
preferences". If you want to reinstall GApps, you should use OpenGApps zip
|
||||
or GApps installer (3. party apps).
|
||||
|
||||
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