main

square/leakcanary

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

AndroidManifest.xml

TLDR

This file is the AndroidManifest.xml file for the LeakCanary app service module.

Classes

There are no classes in this file.

<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android">

  <queries>
    <package android:name="org.leakcanary" />
  </queries>

</manifest>