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