We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 928fbf9 commit d99edd1Copy full SHA for d99edd1
1 file changed
app/src/main/java/tech/httptoolkit/android/MainActivity.kt
@@ -700,6 +700,7 @@ class MainActivity : AppCompatActivity(), CoroutineScope by MainScope() {
700
.setMessage(
701
"HTTP Toolkit interception was shut down automatically by Android. " +
702
"This is usually caused by overly strict power management of background processes. " +
703
+ "\n\n" +
704
"To fix this, disable battery optimization for HTTP Toolkit in your settings."
705
)
706
.setNegativeButton("Ignore") { _, _ -> }
0 commit comments