AndroidManifest.xml
changeset 412 5031fb756b29
parent 404 3c8ca2a1a327
child 416 ca334bc39396
equal deleted inserted replaced
411:f3f170821417 412:5031fb756b29
    38 			<intent-filter android:label="Beem Connection">
    38 			<intent-filter android:label="Beem Connection">
    39 				<action
    39 				<action
    40 					android:name="com.beem.project.beem.service.XmppConnectionAdapter.CONNECTION_CLOSED" />
    40 					android:name="com.beem.project.beem.service.XmppConnectionAdapter.CONNECTION_CLOSED" />
    41 			</intent-filter>
    41 			</intent-filter>
    42 		</activity>
    42 		</activity>
    43 		<activity android:name=".ui.Subscription" android:label="@string/app_name" />
    43 		<activity android:name=".ui.Subscription" android:label="@string/app_name">
    44 		<activity android:name=".ui.EditSettings" android:label="@string/edit_settings_name">
       
    45 			<intent-filter android:label="Beem Connection">
    44 			<intent-filter android:label="Beem Connection">
    46 				<action
    45 				<action
    47 					android:name="com.beem.project.beem.service.XmppConnectionAdapter.CONNECTION_CLOSED" />
    46 					android:name="com.beem.project.beem.service.XmppConnectionAdapter.CONNECTION_CLOSED" />
    48 			</intent-filter>
    47 			</intent-filter>
    49 		</activity>
    48 		</activity>