mirror of
https://github.com/revanced/revanced-patches.git
synced 2025-04-30 06:34:28 +02:00
fix(Google Photos): Remove obsolete non functional patch Restore hidden 'Back up while charging' toggle
(#4764)
This commit is contained in:
parent
67fe151d77
commit
56e48f4c89
@ -7,11 +7,10 @@ import app.revanced.util.indexOfFirstInstructionOrThrow
|
|||||||
import com.android.tools.smali.dexlib2.Opcode
|
import com.android.tools.smali.dexlib2.Opcode
|
||||||
import com.android.tools.smali.dexlib2.iface.instruction.OneRegisterInstruction
|
import com.android.tools.smali.dexlib2.iface.instruction.OneRegisterInstruction
|
||||||
|
|
||||||
|
@Deprecated("This patch no longer works and this code will soon be deleted")
|
||||||
@Suppress("unused")
|
@Suppress("unused")
|
||||||
val restoreHiddenBackUpWhileChargingTogglePatch = bytecodePatch(
|
val restoreHiddenBackUpWhileChargingTogglePatch = bytecodePatch(
|
||||||
name = "Restore hidden 'Back up while charging' toggle",
|
description = "Restores a hidden toggle to only run backups when the device is charging."
|
||||||
description = "Restores a hidden toggle to only run backups when the device is charging.",
|
|
||||||
use = false
|
|
||||||
) {
|
) {
|
||||||
compatibleWith("com.google.android.apps.photos"("7.11.0.705590205"))
|
compatibleWith("com.google.android.apps.photos"("7.11.0.705590205"))
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user