Skip to content

Commit d99edd1

Browse files
committed
Tweak battery optimization warning message slightly
1 parent 928fbf9 commit d99edd1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/src/main/java/tech/httptoolkit/android/MainActivity.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -700,6 +700,7 @@ class MainActivity : AppCompatActivity(), CoroutineScope by MainScope() {
700700
.setMessage(
701701
"HTTP Toolkit interception was shut down automatically by Android. " +
702702
"This is usually caused by overly strict power management of background processes. " +
703+
"\n\n" +
703704
"To fix this, disable battery optimization for HTTP Toolkit in your settings."
704705
)
705706
.setNegativeButton("Ignore") { _, _ -> }

0 commit comments

Comments
 (0)