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:name="BeemApplication" android:theme="@style/customtheme.contactList"> |
5 <application android:label="@string/app_name" android:name="BeemApplication" |
|
6 android:theme="@style/customtheme.contactList"> |
6 <activity android:name=".ui.ContactList" android:label="@string/app_name"> |
7 <activity android:name=".ui.ContactList" android:label="@string/app_name"> |
7 <intent-filter> |
8 <intent-filter> |
8 <action android:name="android.intent.action.MAIN" /> |
9 <action android:name="android.intent.action.MAIN" /> |
9 <category android:name="android.intent.category.LAUNCHER" /> |
10 <category android:name="android.intent.category.LAUNCHER" /> |
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" |
|
14 android:label="@string/app_name" /> |
13 <activity android:name=".ui.SendIM" android:label="@string/app_name" /> |
15 <activity android:name=".ui.SendIM" android:label="@string/app_name" /> |
14 <activity android:name=".ui.ChangeStatus" android:label="@string/app_name" /> |
16 <activity android:name=".ui.ChangeStatus" 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> |