├── META-INF └── com │ └── google │ └── android │ ├── update-binary │ └── updater-script ├── README.md ├── config.conf ├── customize.sh ├── list_switch.sh ├── module.prop ├── pay.jpg ├── qsc_switch.sh ├── service.sh ├── testing.sh ├── up ├── upqsc.sh └── upqsc.txt /META-INF/com/google/android/update-binary: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/410154425/QuantitativeStopCharging_switch_magisk/HEAD/META-INF/com/google/android/update-binary -------------------------------------------------------------------------------- /META-INF/com/google/android/updater-script: -------------------------------------------------------------------------------- 1 | #MAGISK 2 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/410154425/QuantitativeStopCharging_switch_magisk/HEAD/README.md -------------------------------------------------------------------------------- /config.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/410154425/QuantitativeStopCharging_switch_magisk/HEAD/config.conf -------------------------------------------------------------------------------- /customize.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/410154425/QuantitativeStopCharging_switch_magisk/HEAD/customize.sh -------------------------------------------------------------------------------- /list_switch.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/410154425/QuantitativeStopCharging_switch_magisk/HEAD/list_switch.sh -------------------------------------------------------------------------------- /module.prop: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/410154425/QuantitativeStopCharging_switch_magisk/HEAD/module.prop -------------------------------------------------------------------------------- /pay.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/410154425/QuantitativeStopCharging_switch_magisk/HEAD/pay.jpg -------------------------------------------------------------------------------- /qsc_switch.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/410154425/QuantitativeStopCharging_switch_magisk/HEAD/qsc_switch.sh -------------------------------------------------------------------------------- /service.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/410154425/QuantitativeStopCharging_switch_magisk/HEAD/service.sh -------------------------------------------------------------------------------- /testing.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/410154425/QuantitativeStopCharging_switch_magisk/HEAD/testing.sh -------------------------------------------------------------------------------- /up: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/410154425/QuantitativeStopCharging_switch_magisk/HEAD/up -------------------------------------------------------------------------------- /upqsc.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/410154425/QuantitativeStopCharging_switch_magisk/HEAD/upqsc.sh -------------------------------------------------------------------------------- /upqsc.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/410154425/QuantitativeStopCharging_switch_magisk/HEAD/upqsc.txt --------------------------------------------------------------------------------