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