AndroidManifest.xml
changeset 152 f14b3fcf65c8
parent 148 c169121bd07e
child 163 52e96a8a743d
equal deleted inserted replaced
151:e47398897afe 152:f14b3fcf65c8
     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" android:icon="@drawable/signal">
     5 	<application android:label="@string/app_name" android:name="BeemApplication" 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 				<category android:name="android.intent.category.ACCOUNT_CREATE" />