equal
deleted
inserted
replaced
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" |
8 <activity android:name=".ui.Login" android:label="@string/app_name" android:screenOrientation="portrait" |
9 android:launchMode="singleTask"> |
9 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> |