AndroidManifest.xml
changeset 416 ca334bc39396
parent 415 164c96b9e98b
parent 412 5031fb756b29
child 430 ebadf7ab35ee
equal deleted inserted replaced
415:164c96b9e98b 416:ca334bc39396
    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>