Gece çok şarj tüketiyor ise termuxdan bu komutları yazın
gmsdrain:
Disable GMS Background Drain
Rooted:
Run this command in Termux
su -c pm disable com.google.android.gms/.chimera.GmsIntentOperationService
su -c pm disable com.google.android.gms/com.google.android.gms.mdm.receivers.MdmDeviceAdminReceiver
Non-Rooted:
Run this in ADB
adb shell pm disable com.google.android.gms/.chimera.GmsIntentOperationService
adb shell pm disable com.google.android.gms/com.google.android.gms.mdm.receivers.MdmDeviceAdminReceiver
If you want to enable it again use this
Rooted:
su -c pm enable com.google.android.gms/.chimera.GmsIntentOperationService
Non-Rooted:
adb shell pm enable com.google.android.gms/.chimera.GmsIntentOperationService