revert previous b/c shortcuts
This commit is contained in:
parent
2055619475
commit
3496ecde74
@ -22,7 +22,6 @@
|
||||
android:label="@string/app_name" >
|
||||
<activity
|
||||
android:name=".OnlineActivity"
|
||||
android:launchMode="singleTop"
|
||||
android:label="@string/app_name" >
|
||||
<intent-filter>
|
||||
<action android:name="android.intent.action.MAIN" />
|
||||
@ -36,7 +35,6 @@
|
||||
</activity>
|
||||
<activity
|
||||
android:name=".FeedsActivity"
|
||||
android:launchMode="singleTop"
|
||||
android:label="@string/app_name">
|
||||
<intent-filter>
|
||||
<action android:name="android.intent.action.MAIN" />
|
||||
@ -44,7 +42,6 @@
|
||||
</activity>
|
||||
<activity
|
||||
android:name=".HeadlinesActivity"
|
||||
android:launchMode="singleTop"
|
||||
android:configChanges="keyboardHidden|orientation|screenSize"
|
||||
android:label="@string/app_name">
|
||||
<intent-filter>
|
||||
|
Loading…
Reference in New Issue
Block a user