AndroidManifest.xml
changeset 685 bd5bddda04dd
parent 671 25f6fded204a
child 686 03d61b8faa0d
equal deleted inserted replaced
677:b8d5e0378bcb 685:bd5bddda04dd
     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="3"
     3 	package="com.beem.project.beem" android:versionCode="3"
     4 	android:versionName="0.1.2">
     4 	android:versionName="0.1.2">
     5 	<application android:label="@string/app_name"
     5 	<application android:label="@string/app_name"
     6 		android:icon="@drawable/beem_launcher_icon_silver" android:theme="@style/Theme.BEEM.Default"
     6 		android:icon="@drawable/beem_launcher_icon_silver" android:theme="@style/Theme.BEEM.Default"
     7 		android:debuggable="true" android:name="@string/app_name">
     7 		android:debuggable="true" android:name=".BeemApplication">
     8 		<activity android:name=".ui.Login" android:label="@string/app_name"
     8 		<activity android:name=".ui.Login" android:label="@string/app_name"
     9 			android:screenOrientation="portrait" android:launchMode="singleTask">
     9 			android:screenOrientation="portrait" android:launchMode="singleTask">
    10 			<intent-filter>
    10 			<intent-filter>
    11 				<action android:name="android.intent.action.MAIN" />
    11 				<action android:name="android.intent.action.MAIN" />
    12 				<category android:name="android.intent.category.LAUNCHER" />
    12 				<category android:name="android.intent.category.LAUNCHER" />
    13 			</intent-filter>
    13 			</intent-filter>
    14 		</activity>
    14 		</activity>
    15 		<activity android:name=".ui.LoginAnim" android:label="@string/login_login_progress"
    15 		<activity android:name=".ui.LoginAnim" android:label="@string/login_login_progress"
    16 			android:launchMode="singleTop" />
    16 			android:launchMode="singleTop" android:screenOrientation="portrait" />
    17 		<activity android:name=".ui.Settings" android:label="@string/edit_settings_name">
    17 		<activity android:name=".ui.Settings" android:label="@string/edit_settings_name">
    18 			<intent-filter android:label="Beem Connection">
    18 			<intent-filter android:label="Beem Connection">
    19 				<action
    19 				<action
    20 					android:name="com.beem.project.beem.service.XmppConnectionAdapter.CONNECTION_CLOSED" />
    20 					android:name="com.beem.project.beem.service.XmppConnectionAdapter.CONNECTION_CLOSED" />
    21 			</intent-filter>
    21 			</intent-filter>