AndroidManifest.xml
changeset 430 ebadf7ab35ee
parent 416 ca334bc39396
child 451 63cffd88721d
equal deleted inserted replaced
421:c566f7fd7df1 430:ebadf7ab35ee
    65 			<intent-filter>
    65 			<intent-filter>
    66 				<action android:name="android.intent.action.MAIN" />
    66 				<action android:name="android.intent.action.MAIN" />
    67 				<category android:name="android.intent.category.LAUNCHER" />
    67 				<category android:name="android.intent.category.LAUNCHER" />
    68 			</intent-filter>
    68 			</intent-filter>
    69 		</activity>
    69 		</activity>
       
    70 		<activity android:name=".ui.GroupList" android:label="GroupList">
       
    71 			<intent-filter android:label="Beem Connection">
       
    72 				<action
       
    73 					android:name="com.beem.project.beem.service.XmppConnectionAdapter.CONNECTION_CLOSED" />
       
    74 			</intent-filter>
       
    75 		</activity>
    70 		<service android:name="BeemService" android:enabled="true"
    76 		<service android:name="BeemService" android:enabled="true"
    71 			android:label="Beem Service" android:permission="com.beem.project.beem.BEEM_SERVICE">
    77 			android:label="Beem Service" android:permission="com.beem.project.beem.BEEM_SERVICE">
    72 			<intent-filter>
    78 			<intent-filter>
    73 				<action android:name="com.beem.project.beem.BeemService"></action>
    79 				<action android:name="com.beem.project.beem.BeemService"></action>
    74 			</intent-filter>
    80 			</intent-filter>