Skip to content

Commit

Permalink
make test manifest match main manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
davidgyoung committed Jan 29, 2015
1 parent 8ce1d7a commit 528194e
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/test/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,15 @@
</receiver>

<service android:enabled="true"
android:exported="true"
android:exported="false"
android:isolatedProcess="false"
android:label="beacon"
android:name=".service.BeaconService"
/>

<service android:enabled="true"
android:name=".BeaconIntentProcessor"
<service android:name=".BeaconIntentProcessor"
android:enabled="true"
android:exported="false"
/>

</application>
Expand Down

0 comments on commit 528194e

Please sign in to comment.