main

square/leakcanary

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

leak_canary_bools.xml

TLDR

This file is an XML resource file that defines boolean values for LeakCanary configuration.

END

<?xml version="1.0" encoding="utf-8"?>
<resources>
  <bool name="leak_canary_add_dynamic_shortcut">true</bool>
  <bool name="leak_canary_add_launcher_icon">true</bool>
  <bool name="leak_canary_allow_in_non_debuggable_build">false</bool>
</resources>