AndroidManifest.xml
changeset 874 4dd9fe4d0a3e
parent 865 8d19f91dd64c
child 875 70ca3ab6e459
equal deleted inserted replaced
873:e0aa4b3c5d17 874:4dd9fe4d0a3e
    14 		</activity>
    14 		</activity>
    15 		<activity android:name=".ui.wizard.Account" android:label="Account wizard" />
    15 		<activity android:name=".ui.wizard.Account" android:label="Account wizard" />
    16 		<activity android:name=".ui.wizard.AccountConfigure" android:label="Account wizard" />
    16 		<activity android:name=".ui.wizard.AccountConfigure" android:label="Account wizard" />
    17 		<activity android:name=".ui.LoginAnim" android:label="@string/login_login_progress"
    17 		<activity android:name=".ui.LoginAnim" android:label="@string/login_login_progress"
    18 			android:launchMode="singleTop" android:screenOrientation="portrait" />
    18 			android:launchMode="singleTop" android:screenOrientation="portrait" />
    19 		<activity android:name=".ui.Settings" android:label="@string/edit_settings_name">
    19 		<activity android:name=".ui.Settings" android:label="@string/edit_settings_name" />
    20 			<intent-filter android:label="Beem Connection">
       
    21 				<action
       
    22 					android:name="com.beem.project.beem.service.XmppConnectionAdapter.CONNECTION_CLOSED" />
       
    23 			</intent-filter>
       
    24 		</activity>
       
    25 		<activity android:name=".ui.Chat" android:label="@string/chat_name"
    20 		<activity android:name=".ui.Chat" android:label="@string/chat_name"
    26 			android:launchMode="singleTop">
    21 		    android:launchMode="singleTop" />
    27 			<intent-filter android:label="Beem Connection">
       
    28 				<action
       
    29 					android:name="com.beem.project.beem.service.XmppConnectionAdapter.CONNECTION_CLOSED" />
       
    30 			</intent-filter>
       
    31 		</activity>
       
    32 		<activity android:name=".ui.ChangeStatus" android:label="@string/ChangeStatusActTitle"
    22 		<activity android:name=".ui.ChangeStatus" android:label="@string/ChangeStatusActTitle"
    33 		    android:launchMode="singleTask"
    23 		    android:launchMode="singleTop"
    34 		    android:windowSoftInputMode="stateHidden" >
    24 		    android:windowSoftInputMode="stateHidden" />
    35 			<intent-filter android:label="Beem Connection">
    25 		<activity android:name=".ui.AddContact" android:label="@string/AddCActTitle" />
    36 				<action
    26 		<activity android:name=".ui.Subscription" android:label="@string/app_name" />
    37 					android:name="com.beem.project.beem.service.XmppConnectionAdapter.CONNECTION_CLOSED" />
       
    38 			</intent-filter>
       
    39 		</activity>
       
    40 		<activity android:name=".ui.AddContact" android:label="@string/AddCActTitle">
       
    41 			<intent-filter android:label="Beem Connection">
       
    42 				<action
       
    43 					android:name="com.beem.project.beem.service.XmppConnectionAdapter.CONNECTION_CLOSED" />
       
    44 			</intent-filter>
       
    45 		</activity>
       
    46 		<activity android:name=".ui.Subscription" android:label="@string/app_name">
       
    47 			<intent-filter android:label="Beem Connection">
       
    48 				<action
       
    49 					android:name="com.beem.project.beem.service.XmppConnectionAdapter.CONNECTION_CLOSED" />
       
    50 			</intent-filter>
       
    51 		</activity>
       
    52 		<activity android:name=".ui.CreateAccount" android:label="@string/create_account_name" />
    27 		<activity android:name=".ui.CreateAccount" android:label="@string/create_account_name" />
       
    28 
    53 		<activity android:name=".ui.ContactList" android:label="@string/contact_list_name"
    29 		<activity android:name=".ui.ContactList" android:label="@string/contact_list_name"
    54 			android:launchMode="singleTask">
    30 		    android:launchMode="singleTask" />
    55 			<intent-filter android:label="Beem Connection">
    31 
    56 				<action
    32 		<activity android:name=".ui.GroupList" android:label="GroupList" />
    57 					android:name="com.beem.project.beem.service.XmppConnectionAdapter.CONNECTION_CLOSED" />
    33 		<activity android:name=".ui.PrivacyList" android:label="@string/privacy_list_name" />
    58 			</intent-filter>
    34 
    59 		</activity>
       
    60 		<activity android:name=".ui.GroupList" android:label="GroupList">
       
    61 			<intent-filter android:label="Beem Connection">
       
    62 				<action
       
    63 					android:name="com.beem.project.beem.service.XmppConnectionAdapter.CONNECTION_CLOSED" />
       
    64 			</intent-filter>
       
    65 		</activity>
       
    66 		<activity android:name=".ui.PrivacyList" android:label="@string/privacy_list_name">
       
    67 			<intent-filter android:label="Beem Connection">
       
    68 				<action
       
    69 					android:name="com.beem.project.beem.service.XmppConnectionAdapter.CONNECTION_CLOSED" />
       
    70 			</intent-filter>
       
    71 		</activity>
       
    72 		<!--
    35 		<!--
    73 			Could be interesting if we would launch beem at startup <receiver
    36 			Could be interesting if we would launch beem at startup <receiver
    74 			android:name=".tool.BeemBroadcastReceiver" android:enabled="true">
    37 			android:name=".tool.BeemBroadcastReceiver" android:enabled="true">
    75 			<intent-filter> <action
    38 			<intent-filter> <action
    76 			android:name="android.intent.action.BOOT_COMPLETED" />
    39 			android:name="android.intent.action.BOOT_COMPLETED" />
    78 		-->
    41 		-->
    79 		<service android:name="BeemService" android:enabled="true"
    42 		<service android:name="BeemService" android:enabled="true"
    80 			android:label="Beem Service" android:permission="com.beem.project.beem.BEEM_SERVICE">
    43 			android:label="Beem Service" android:permission="com.beem.project.beem.BEEM_SERVICE">
    81 			<intent-filter>
    44 			<intent-filter>
    82 				<action android:name="com.beem.project.beem.BeemService"></action>
    45 				<action android:name="com.beem.project.beem.BeemService"></action>
    83 				<action android:name="android.intent.action.SCREEN_OFF"></action>
       
    84 				<action android:name="android.intent.action.SCREEN_ON"></action>
       
    85 			</intent-filter>
    46 			</intent-filter>
    86 		</service>
    47 		</service>
    87 	</application>
    48 	</application>
    88 	<permission android:permissionGroup="android.permission-group.NETWORK"
    49 	<permission android:permissionGroup="android.permission-group.NETWORK"
    89 		android:label="BeemService" android:description="@string/BeemServiceDescription"
    50 		android:label="BeemService" android:description="@string/BeemServiceDescription"
    91 	<uses-permission android:name="android.permission.INTERNET"/>
    52 	<uses-permission android:name="android.permission.INTERNET"/>
    92 	<uses-permission android:name="android.permission.VIBRATE"/>
    53 	<uses-permission android:name="android.permission.VIBRATE"/>
    93 	<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
    54 	<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
    94 	<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE"/>
    55 	<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE"/>
    95 	<uses-permission android:name="com.beem.project.beem.BEEM_SERVICE"/>
    56 	<uses-permission android:name="com.beem.project.beem.BEEM_SERVICE"/>
       
    57 	<uses-feature name="android.hardware.touchscreen" required="false" />
    96 	<uses-sdk android:minSdkVersion="4" android:targetSdkVersion="7" />
    58 	<uses-sdk android:minSdkVersion="4" android:targetSdkVersion="7" />
    97 	<supports-screens android:largeScreens="true"
    59 	<supports-screens android:largeScreens="true"
    98 		android:normalScreens="true" android:smallScreens="true" android:anyDensity="true" />
    60 		android:normalScreens="true" android:smallScreens="true" android:anyDensity="true" />
    99 </manifest>
    61 </manifest>