AndroidManifest.xml
changeset 131 64cd99927c28
parent 129 a223ee5e7faa
parent 121 fc47ca00ad95
child 132 728adc0feb4e
equal deleted inserted replaced
130:eb0c7004090c 131:64cd99927c28
     5 	<application android:label="@string/app_name" android:name="BeemApplication" android:theme="@style/customtheme.contactList" android:icon="@drawable/signal">
     5 	<application android:label="@string/app_name" android:name="BeemApplication" android:theme="@style/customtheme.contactList" android:icon="@drawable/signal">
     6 		<activity android:name=".ui.ContactList" android:label="@string/app_name">
     6 		<activity android:name=".ui.ContactList" android:label="@string/app_name">
     7 			<intent-filter>
     7 			<intent-filter>
     8 				<action android:name="android.intent.action.MAIN" />
     8 				<action android:name="android.intent.action.MAIN" />
     9 				<category android:name="android.intent.category.LAUNCHER" />
     9 				<category android:name="android.intent.category.LAUNCHER" />
       
    10 				<category android:name="android.intent.category.ACCOUNT_CREATE" />
    10 			</intent-filter>
    11 			</intent-filter>
    11 		</activity>
    12 		</activity>
    12 		<activity android:name=".ui.ContactListSettings" android:label="@string/app_name" />
    13 		<activity android:name=".ui.ContactListSettings" android:label="@string/app_name" />
    13 		<activity android:name=".ui.SendIM" android:label="@string/app_name" />
    14 		<activity android:name=".ui.SendIM" android:label="@string/app_name" />
    14 		<activity android:name=".ui.ChangeStatus" android:label="@string/app_name" />
    15 		<activity android:name=".ui.ChangeStatus" android:label="@string/app_name" />
       
    16 		<activity android:name=".ui.AccountCreation" android:label="@string/app_name" />
    15 		<service android:name="BeemService" android:enabled="true"
    17 		<service android:name="BeemService" android:enabled="true"
    16 			android:label="Beem Service" android:permission="com.beem.project.beem.BEEM_SERVICE">
    18 			android:label="Beem Service" android:permission="com.beem.project.beem.BEEM_SERVICE">
    17 			<intent-filter>
    19 			<intent-filter>
    18 				<action android:name="com.beem.project.beem.BeemService"></action>
    20 				<action android:name="com.beem.project.beem.BeemService"></action>
    19 			</intent-filter>
    21 			</intent-filter>