AndroidManifest.xml
changeset 601 66e4ffdbe4bd
parent 597 aa75a44fdffe
child 605 bccd99644eac
child 612 e730f5770f8c
equal deleted inserted replaced
600:53aef2227209 601:66e4ffdbe4bd
    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>