AndroidManifest.xml
changeset 988 d7ddcccdff8a
parent 839 0e5b95573614
parent 982 5a6ab49303d3
child 1005 a2cad81f348b
equal deleted inserted replaced
868:6c2c4bfa43d0 988:d7ddcccdff8a
     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="5"
     3 	package="com.beem.project.beem" android:versionCode="12"
     4 	android:versionName="0.1.4">
     4 	android:versionName="0.1.7"	android:installLocation="auto">
     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=".BeemApplication">
     7 		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:launchMode="standard">
     9 			android:launchMode="standard">
    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" />
    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">
       
    56 				<action
       
    57 					android:name="com.beem.project.beem.service.XmppConnectionAdapter.CONNECTION_CLOSED" />
       
    58 			</intent-filter>
       
    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 		<activity android:name=".ui.Call" android:label="Call String en dur">
    31 		<activity android:name=".ui.Call" android:label="Call String en dur">
    73 			<intent-filter android:label="Beem Connection">
    32 			<intent-filter android:label="Beem Connection">
    74 				<action
    33 				<action
    75 					android:name="com.beem.project.beem.service.XmppConnectionAdapter.CONNECTION_CLOSED" />
    34 					android:name="com.beem.project.beem.service.XmppConnectionAdapter.CONNECTION_CLOSED" />
    76 			</intent-filter>
    35 			</intent-filter>
    77 		</activity>
    36 		</activity>
       
    37 
       
    38 		<activity android:name=".ui.GroupList" android:label="GroupList" />
       
    39 		<activity android:name=".ui.PrivacyList" android:label="@string/privacy_list_name" />
       
    40 
       
    41 		<!-- MemorizingTrustManagerActivity -->
       
    42 		<activity android:name="de.duenndns.ssl.MemorizingActivity" />
    78 		<!--
    43 		<!--
    79 			Could be interesting if we would launch beem at startup <receiver
    44 			Could be interesting if we would launch beem at startup <receiver
    80 			android:name=".tool.BeemBroadcastReceiver" android:enabled="true">
    45 			android:name=".tool.BeemBroadcastReceiver" android:enabled="true">
    81 			<intent-filter> <action
    46 			<intent-filter> <action
    82 			android:name="android.intent.action.BOOT_COMPLETED" />
    47 			android:name="android.intent.action.BOOT_COMPLETED" />
    83 			</intent-filter> </receiver>
    48 			</intent-filter> </receiver>
    84 		-->
    49 		-->
       
    50 		<provider android:name=".providers.AvatarProvider"
       
    51 		    android:authorities="com.beem.project.beem.providers.avatarprovider"
       
    52 		    />
       
    53 
    85 		<service android:name="BeemService" android:enabled="true"
    54 		<service android:name="BeemService" android:enabled="true"
    86 			android:label="Beem Service" android:permission="com.beem.project.beem.BEEM_SERVICE">
    55 			android:label="Beem Service" android:permission="com.beem.project.beem.BEEM_SERVICE">
    87 			<intent-filter>
    56 			<intent-filter>
    88 				<action android:name="com.beem.project.beem.BeemService"></action>
    57 				<action android:name="com.beem.project.beem.BeemService"></action>
    89 				<action android:name="android.intent.action.SCREEN_OFF"></action>
       
    90 				<action android:name="android.intent.action.SCREEN_ON"></action>
       
    91 			</intent-filter>
    58 			</intent-filter>
    92 		</service>
    59 		</service>
    93 	</application>
    60 	</application>
    94 	<permission android:permissionGroup="android.permission-group.NETWORK"
    61 	<permission android:permissionGroup="android.permission-group.NETWORK"
    95 		android:label="BeemService" android:description="@string/BeemServiceDescription"
    62 		android:label="BeemService" android:description="@string/BeemServiceDescription"
    97 	<uses-permission android:name="android.permission.INTERNET"/>
    64 	<uses-permission android:name="android.permission.INTERNET"/>
    98 	<uses-permission android:name="android.permission.VIBRATE"/>
    65 	<uses-permission android:name="android.permission.VIBRATE"/>
    99 	<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
    66 	<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
   100 	<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE"/>
    67 	<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE"/>
   101 	<uses-permission android:name="com.beem.project.beem.BEEM_SERVICE"/>
    68 	<uses-permission android:name="com.beem.project.beem.BEEM_SERVICE"/>
   102 	<uses-sdk android:minSdkVersion="3" />
    69 	<uses-feature name="android.hardware.touchscreen" required="false" />
       
    70 	<uses-sdk android:minSdkVersion="8" android:targetSdkVersion="10" />
   103 	<supports-screens android:largeScreens="true"
    71 	<supports-screens android:largeScreens="true"
   104 		android:normalScreens="true" android:smallScreens="true" android:anyDensity="true" />
    72 		android:normalScreens="true" android:smallScreens="true" android:anyDensity="true" />
   105 </manifest>
    73 </manifest>