xhsyy / omnidroid

Automatically exported from code.google.com/p/omnidroid
Apache License 2.0
1 stars 0 forks source link

Duplicated service/receiver definitions in manifest #2

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
There are two definitions of these in the AndroidManifest.xml file:
<service android:name=".bkgservice.BRService" >
<receiver android:name=".bkgservice.BCReceiver">

Original issue reported on code.google.com by EHo...@gmail.com on 3 Jun 2009 at 7:13

GoogleCodeExporter commented 9 years ago
Per Andrew's email:
The first instance should be removed and the second one
(the one with PHONE_STATE should be kept)

Original comment by EHo...@gmail.com on 3 Jun 2009 at 7:14

GoogleCodeExporter commented 9 years ago

Original comment by EHo...@gmail.com on 3 Jun 2009 at 10:08

GoogleCodeExporter commented 9 years ago
The changes are checked in. Fix this one.

Original comment by EHo...@gmail.com on 12 Jun 2009 at 1:47