Remove the phone activities from manifest
Apparently I forgot to include this in the huge CL... Change-Id: I4b3e944b328e6b8a3e20427904ba654dab2041ac
This commit is contained in:
parent
4c4e4c3515
commit
b9c2e0d5e6
@ -179,12 +179,6 @@
|
||||
>
|
||||
</activity>
|
||||
|
||||
<activity
|
||||
android:name=".activity.AccountFolderList"
|
||||
android:launchMode="singleTop"
|
||||
>
|
||||
</activity>
|
||||
|
||||
<activity
|
||||
android:name=".activity.AccountShortcutPicker"
|
||||
android:label="@string/account_shortcut_picker_title"
|
||||
@ -199,16 +193,6 @@
|
||||
android:name="android.intent.category.DEFAULT" />
|
||||
</intent-filter>
|
||||
</activity>
|
||||
|
||||
<activity
|
||||
android:name=".activity.MailboxList"
|
||||
>
|
||||
</activity>
|
||||
|
||||
<activity
|
||||
android:name=".activity.MessageList"
|
||||
>
|
||||
</activity>
|
||||
<activity
|
||||
android:name=".activity.EmailActivity">
|
||||
<intent-filter>
|
||||
@ -216,10 +200,6 @@
|
||||
</intent-filter>
|
||||
<meta-data android:name="android.app.searchable" android:resource="@xml/searchable"/>
|
||||
</activity>
|
||||
<activity
|
||||
android:name=".activity.MessageView"
|
||||
>
|
||||
</activity>
|
||||
<activity
|
||||
android:name=".activity.MessageFileView"
|
||||
>
|
||||
|
Loading…
Reference in New Issue
Block a user