AndroidManifest.xml
changeset 518 6b8089c9b834
parent 500 4da77df8f950
child 534 4a351c2d7217
equal deleted inserted replaced
517:fd6c52c23165 518:6b8089c9b834
     1 <?xml version="1.0" encoding="UTF-8"?>
     1 <?xml version="1.0" encoding="UTF-8"?>
     2 <manifest xmlns:android="http://schemas.android.com/apk/res/android"
     2 <manifest xmlns:android="http://schemas.android.com/apk/res/android"
     3 	package="com.beem.project.beem" android:versionCode="1"
     3 	package="com.beem.project.beem" android:versionCode="1"
     4 	android:versionName="1.0">
     4 	android:versionName="1.0">
     5 	<application android:label="@string/app_name" android:icon="@drawable/beem_launcher_icon_silver"
     5 	<application android:label="@string/app_name"
     6 		android:theme="@style/Theme.BEEM.Default" android:debuggable="true"
     6 		android:icon="@drawable/beem_launcher_icon_silver" android:theme="@style/Theme.BEEM.Default"
     7 		android:name="@string/app_name"
     7 		android:debuggable="true" android:name="@string/app_name">
     8 		>
       
     9 		<activity android:name=".ui.Login" android:label="@string/app_name"
     8 		<activity android:name=".ui.Login" android:label="@string/app_name"
    10 			android:launchMode="singleTask">
     9 			android:launchMode="singleTask">
    11 			<intent-filter>
    10 			<intent-filter>
    12 				<action android:name="android.intent.action.MAIN" />
    11 				<action android:name="android.intent.action.MAIN" />
    13 				<category android:name="android.intent.category.LAUNCHER" />
    12 				<category android:name="android.intent.category.LAUNCHER" />
    24 			</intent-filter>
    23 			</intent-filter>
    25 		</activity>
    24 		</activity>
    26 		<activity android:name=".ui.Chat" android:label="@string/chat_name"
    25 		<activity android:name=".ui.Chat" android:label="@string/chat_name"
    27 			android:launchMode="singleTop">
    26 			android:launchMode="singleTop">
    28 			<intent-filter android:label="Beem Connection">
    27 			<intent-filter android:label="Beem Connection">
    29 				<action android:name="com.beem.project.beem.service.XmppConnectionAdapter.CONNECTION_CLOSED" />
    28 				<action
    30 			</intent-filter>		
    29 					android:name="com.beem.project.beem.service.XmppConnectionAdapter.CONNECTION_CLOSED" />
       
    30 			</intent-filter>
    31 		</activity>
    31 		</activity>
    32 		<activity android:name=".ui.ChangeStatus" android:label="@string/ChangeStatusActTitle">
    32 		<activity android:name=".ui.ChangeStatus" android:label="@string/ChangeStatusActTitle">
    33 			<intent-filter android:label="Beem Connection">
    33 			<intent-filter android:label="Beem Connection">
    34 				<action
    34 				<action
    35 					android:name="com.beem.project.beem.service.XmppConnectionAdapter.CONNECTION_CLOSED" />
    35 					android:name="com.beem.project.beem.service.XmppConnectionAdapter.CONNECTION_CLOSED" />
    72 			<intent-filter android:label="Beem Connection">
    72 			<intent-filter android:label="Beem Connection">
    73 				<action
    73 				<action
    74 					android:name="com.beem.project.beem.service.XmppConnectionAdapter.CONNECTION_CLOSED" />
    74 					android:name="com.beem.project.beem.service.XmppConnectionAdapter.CONNECTION_CLOSED" />
    75 			</intent-filter>
    75 			</intent-filter>
    76 		</activity>
    76 		</activity>
       
    77 		<activity android:name=".ui.PrivacyList" android:label="@string/privacy_list_name">
       
    78 			<intent-filter android:label="Beem Connection">
       
    79 				<action
       
    80 					android:name="com.beem.project.beem.service.XmppConnectionAdapter.CONNECTION_CLOSED" />
       
    81 			</intent-filter>
       
    82 		</activity>
    77 		<service android:name="BeemService" android:enabled="true"
    83 		<service android:name="BeemService" android:enabled="true"
    78 			android:label="Beem Service" android:permission="com.beem.project.beem.BEEM_SERVICE">
    84 			android:label="Beem Service" android:permission="com.beem.project.beem.BEEM_SERVICE">
    79 			<intent-filter>
    85 			<intent-filter>
    80 				<action android:name="com.beem.project.beem.BeemService"></action>
    86 				<action android:name="com.beem.project.beem.BeemService"></action>
    81 			</intent-filter>
    87 			</intent-filter>