equal
deleted
inserted
replaced
189 <action android:name="com.beem.project.beem.intent.action.CONNECT" /> |
189 <action android:name="com.beem.project.beem.intent.action.CONNECT" /> |
190 <action android:name="com.beem.project.beem.intent.action.DISCONNECT" /> |
190 <action android:name="com.beem.project.beem.intent.action.DISCONNECT" /> |
191 <action android:name="com.beem.project.beem.intent.action.IS_CONNECTED" /> |
191 <action android:name="com.beem.project.beem.intent.action.IS_CONNECTED" /> |
192 <action android:name="com.beem.project.beem.intent.action.SEND_MESSAGE" /> |
192 <action android:name="com.beem.project.beem.intent.action.SEND_MESSAGE" /> |
193 <action android:name="com.beem.project.beem.intent.action.ADD_CONTACT" /> |
193 <action android:name="com.beem.project.beem.intent.action.ADD_CONTACT" /> |
|
194 <action android:name="com.beem.project.beem.intent.action.CHANGE_STATUS" /> |
194 </intent-filter> |
195 </intent-filter> |
195 </service> |
196 </service> |
196 </application> |
197 </application> |
197 |
198 |
198 <permission |
199 <permission |