返回 CodeWhale
AndroidManifest.xml
根目录 / pet / android / src / androidTest / AndroidManifest.xml
1 <manifest xmlns:android="http://schemas.android.com/apk/res/android">
2 <application>
3 <!-- Instrumentation-only, synthetic local-file fixture. -->
4 <provider android:name="codewhale.pet.PetLiveTestProvider"
5 android:authorities="dev.shannonlabs.codewhale.pet.test.live"
6 android:exported="true" />
7 </application>
8 </manifest>
9
9 lines XML