AndroidManifest.xml
changeset 145 70b67bdac4fc
parent 140 f36049828552
child 148 c169121bd07e
equal deleted inserted replaced
144:3dd605c7c71f 145:70b67bdac4fc
     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" />