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