xref: /aosp_15_r20/external/leakcanary2/leakcanary-object-watcher-android/src/main/AndroidManifest.xml (revision d9e8da70d8c9df9a41d7848ae506fb3115cae6e6)
1<?xml version="1.0" encoding="utf-8"?>
2<manifest
3    xmlns:android="http://schemas.android.com/apk/res/android"
4    package="com.squareup.leakcanary.objectwatcher"
5    >
6
7  <application>
8    <provider
9        android:name="leakcanary.internal.MainProcessAppWatcherInstaller"
10        android:authorities="${applicationId}.leakcanary-installer"
11        android:enabled="@bool/leak_canary_watcher_auto_install"
12        android:exported="false"/>
13  </application>
14</manifest>
15