1<manifest xmlns:android="http://schemas.android.com/apk/res/android" 2 xmlns:tools="http://schemas.android.com/tools" 3 package="dagger.hilt.android.testing.testinstallin"> 4 5 <application> 6 <activity 7 android:name=".TestInstallInFooTest$TestActivity" 8 android:exported="false" 9 tools:ignore="MissingClass"/> 10 </application> 11</manifest> 12