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