AndroidManifest.xml
changeset 539 b3a34023b8c8
parent 534 4a351c2d7217
child 552 a560f82d48b0
equal deleted inserted replaced
538:d0745275aed8 539:b3a34023b8c8
     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"
     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="@string/app_name">
     7 		android:debuggable="true" android:name="@string/app_name">
     8 		<activity android:name=".ui.Login" android:label="@string/app_name" android:screenOrientation="portrait"
     8 		<activity android:name=".ui.Login" android:label="@string/app_name"
     9 			android:launchMode="singleTask">
     9 			android:screenOrientation="portrait" android:launchMode="singleTask">
    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" />
    13 			</intent-filter>
    13 			</intent-filter>
    14 			<intent-filter android:label="Beem Connection">
    14 			<intent-filter android:label="Beem Connection">