/d/gapps: Improve description
This commit is contained in:
parent
020d1018c9
commit
de772ec4af
|
@ -5,25 +5,25 @@ SourceCode: https://gitlab.com/parduscix/disable-delete-gapps
|
||||||
IssueTracker: https://gitlab.com/parduscix/disable-delete-gapps/issues
|
IssueTracker: https://gitlab.com/parduscix/disable-delete-gapps/issues
|
||||||
|
|
||||||
AutoName: /d/gapps
|
AutoName: /d/gapps
|
||||||
Summary: Delete/Disable GApps
|
Summary: Delete/disable GApps
|
||||||
Description: |-
|
Description: |-
|
||||||
This application are used for delete or disable gapps. It use regex for
|
This application is used to delete or disable gapps. It uses a regex to
|
||||||
find gapps package
|
find GApps package
|
||||||
|
|
||||||
- pm disable xxx (xxx is package name that is finded by application)
|
- pm disable xxx (xxx is a package name that is found by the application)
|
||||||
|
|
||||||
or
|
or
|
||||||
|
|
||||||
- rm -rf xxx (xxx is path name that is finded by application)
|
- rm -rf xxx (xxx is a path name that is found by the application)
|
||||||
|
|
||||||
It requires root to work.
|
It requires root to work.
|
||||||
|
|
||||||
You dont delete gapps on touchwiz (or like) stock rom or your device might
|
Don't delete GApps on touchwiz (or similar) stock rom or your device might
|
||||||
not boot afterwards. That's why you should try disable gapps!
|
not boot afterwards. You should try to disable GApps instead!
|
||||||
|
|
||||||
To re-enable GApps, go to *Settings › Apps,* menu, and chose "restore apps
|
To re-enable GApps, go to the *Settings › Apps* menu, and chose "restore apps
|
||||||
preferences". If you want to reinstall GApps, you should use OpenGApps zip
|
preferences". If you want to reinstall GApps, you should use the OpenGApps zip
|
||||||
or GApps installer (3. party apps).
|
or GApps installer (third party apps).
|
||||||
|
|
||||||
RepoType: git
|
RepoType: git
|
||||||
Repo: https://gitlab.com/parduscix/disable-delete-gapps
|
Repo: https://gitlab.com/parduscix/disable-delete-gapps
|
||||||
|
|
Loading…
Reference in a new issue