equal
deleted
inserted
replaced
51 <intent-filter android:label="Beem Connection"> |
51 <intent-filter android:label="Beem Connection"> |
52 <action |
52 <action |
53 android:name="com.beem.project.beem.service.XmppConnectionAdapter.CONNECTION_CLOSED" /> |
53 android:name="com.beem.project.beem.service.XmppConnectionAdapter.CONNECTION_CLOSED" /> |
54 </intent-filter> |
54 </intent-filter> |
55 </activity> |
55 </activity> |
56 <activity android:name=".jingle.demo.JingleCallActivity" |
|
57 android:label="JingleDemoCall"> |
|
58 <intent-filter> |
|
59 <action android:name="android.intent.action.MAIN" /> |
|
60 <category android:name="android.intent.category.LAUNCHER" /> |
|
61 </intent-filter> |
|
62 </activity> |
|
63 <activity android:name=".ui.GroupList" android:label="GroupList"> |
56 <activity android:name=".ui.GroupList" android:label="GroupList"> |
64 <intent-filter android:label="Beem Connection"> |
57 <intent-filter android:label="Beem Connection"> |
65 <action |
58 <action |
66 android:name="com.beem.project.beem.service.XmppConnectionAdapter.CONNECTION_CLOSED" /> |
59 android:name="com.beem.project.beem.service.XmppConnectionAdapter.CONNECTION_CLOSED" /> |
67 </intent-filter> |
60 </intent-filter> |