AndroidManifest.xml
changeset 391 6dd5e802c6fb
parent 390 d9737e4bc517
parent 387 055bfaf224ce
child 392 73f7707528f0
equal deleted inserted replaced
390:d9737e4bc517 391:6dd5e802c6fb
    42 			<intent-filter android:label="Beem Connection">
    42 			<intent-filter android:label="Beem Connection">
    43 				<action
    43 				<action
    44 					android:name="com.beem.project.beem.service.XmppConnectionAdapter.CONNECTION_CLOSED" />
    44 					android:name="com.beem.project.beem.service.XmppConnectionAdapter.CONNECTION_CLOSED" />
    45 			</intent-filter>
    45 			</intent-filter>
    46 		</activity>
    46 		</activity>
       
    47 		<activity android:name=".jingle.demo.JingleCallActivity" android:label="JingleDemoCall">
       
    48 			<intent-filter>
       
    49 				<action android:name="android.intent.action.MAIN" />
       
    50 				<category android:name="android.intent.category.LAUNCHER" />
       
    51 			</intent-filter>
       
    52 		</activity>
    47 		<service android:name="BeemService" android:enabled="true"
    53 		<service android:name="BeemService" android:enabled="true"
    48 			android:label="Beem Service" android:permission="com.beem.project.beem.BEEM_SERVICE">
    54 			android:label="Beem Service" android:permission="com.beem.project.beem.BEEM_SERVICE">
    49 			<intent-filter>
    55 			<intent-filter>
    50 				<action android:name="com.beem.project.beem.BeemService"></action>
    56 				<action android:name="com.beem.project.beem.BeemService"></action>
    51 			</intent-filter>
    57 			</intent-filter>