| 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 |