1<?xml version="1.0" encoding="utf-8"?> 2<manifest xmlns:android="http://schemas.android.com/apk/res/android" 3 package="com.squareup.leakcanary.plumber"> 4 <application> 5 <provider 6 android:name="leakcanary.internal.PlumberInstaller" 7 android:authorities="${applicationId}.plumber-installer" 8 android:enabled="@bool/leak_canary_plumber_auto_install" 9 android:exported="false" /> 10 </application> 11</manifest> 12