main

square/leakcanary

Last updated at: 29/12/2023 09:37

watcher_bools.xml

TLDR

This file contains a single boolean value that determines whether to automatically install in the main process on startup or require a manual installation. The default value is set to false.

<?xml version="1.0" encoding="utf-8"?>
<resources>
  <!-- Whether to automatically install in the main process on startup via a custom ContentProvider.
   If false, you need to call AppWatcher.manualInstall().
   -->
  <bool name="leak_canary_watcher_watch_dismissed_dialogs">false</bool>
</resources>