Advertisement
Guest User

Untitled

a guest
Nov 23rd, 2017
117
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.53 KB | None | 0 0
  1. # Clean remove of some System GApps
  2.  
  3. # IMPORTANT : Force installation to listen for some instructions like removing WebViewGoogle
  4. Override
  5.  
  6. # IMPORTANT : Don't install Google's swype gesture libraries
  7. skipswypelibs
  8.  
  9. # System apps to remove
  10. (PlayGames)
  11. (WebViewGoogle)
  12. (GmsCore)
  13. (GoogleOneTimeInitializer)
  14. (GoogleLoginService)
  15. (GoogleServicesFramework)
  16. (GooglePartnerSetup)
  17. (SetupWizard)
  18.  
  19. # IMPORTANT : Nothing to install after that : empty include
  20. # Howether it will install all the apps included in this package
  21. Include
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement