├── .gitignore ├── LICENSE ├── README.md ├── X.sh ├── Z.sh ├── customize.sh ├── module.prop └── service.sh /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/idyll5988/Bypassing-the-Play-protection-mechanism/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/idyll5988/Bypassing-the-Play-protection-mechanism/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/idyll5988/Bypassing-the-Play-protection-mechanism/HEAD/README.md -------------------------------------------------------------------------------- /X.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/idyll5988/Bypassing-the-Play-protection-mechanism/HEAD/X.sh -------------------------------------------------------------------------------- /Z.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/idyll5988/Bypassing-the-Play-protection-mechanism/HEAD/Z.sh -------------------------------------------------------------------------------- /customize.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/idyll5988/Bypassing-the-Play-protection-mechanism/HEAD/customize.sh -------------------------------------------------------------------------------- /module.prop: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/idyll5988/Bypassing-the-Play-protection-mechanism/HEAD/module.prop -------------------------------------------------------------------------------- /service.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/idyll5988/Bypassing-the-Play-protection-mechanism/HEAD/service.sh --------------------------------------------------------------------------------