equal
deleted
inserted
replaced
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:icon="@drawable/beem_launcher_icon_silver" |
5 <application android:label="@string/app_name" android:icon="@drawable/beem_launcher_icon_silver" |
6 android:theme="@style/Theme.BEEM.Default" android:debuggable="true"> |
6 android:theme="@style/Theme.BEEM.Default" android:debuggable="true" |
|
7 android:name="@string/app_name" |
|
8 > |
7 <activity android:name=".ui.Login" android:label="@string/app_name" |
9 <activity android:name=".ui.Login" android:label="@string/app_name" |
8 android:launchMode="singleTask"> |
10 android:launchMode="singleTask"> |
9 <intent-filter> |
11 <intent-filter> |
10 <action android:name="android.intent.action.MAIN" /> |
12 <action android:name="android.intent.action.MAIN" /> |
11 <category android:name="android.intent.category.LAUNCHER" /> |
13 <category android:name="android.intent.category.LAUNCHER" /> |