equal
deleted
inserted
replaced
9 android:screenOrientation="portrait" 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 </activity> |
|
15 <activity android:name=".ui.LoginAnim" android:label="ANIM" |
|
16 android:launchMode="singleTop"> |
14 <intent-filter android:label="Beem Connection"> |
17 <intent-filter android:label="Beem Connection"> |
15 <action |
18 <action |
16 android:name="com.beem.project.beem.service.XmppConnectionAdapter.CONNECTION_CLOSED" /> |
19 android:name="com.beem.project.beem.service.XmppConnectionAdapter.CONNECTION_CLOSED" /> |
17 </intent-filter> |
20 </intent-filter> |
18 </activity> |
21 </activity> |