summaryrefslogtreecommitdiffstats
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
authorDanny Baumann <dannybaumann@web.de>2015-06-10 12:48:20 +0200
committerSteve Kondik <steve@cyngn.com>2015-10-18 14:05:32 -0700
commit3e3b7b77b6793c69628622b758eca433292e2761 (patch)
tree0f99e4a07539c2e700c15111edbc63b7b87a9bdc /AndroidManifest.xml
parentfd42df6fc0b27f456b04ab8545c32f50a262ba16 (diff)
downloadandroid_packages_apps_Email-3e3b7b77b6793c69628622b758eca433292e2761.tar.gz
android_packages_apps_Email-3e3b7b77b6793c69628622b758eca433292e2761.tar.bz2
android_packages_apps_Email-3e3b7b77b6793c69628622b758eca433292e2761.zip
Fix crash when attempting to view EML files.
Use the correct, AppCompat based, theme. Change-Id: Ib8e72f781a69cadb738a5783371253b8bba328e7
Diffstat (limited to 'AndroidManifest.xml')
-rwxr-xr-xAndroidManifest.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 383b77752..dedd6c5fe 100755
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -81,7 +81,7 @@
android:icon="@mipmap/ic_launcher_mail"
android:label="@string/app_name"
android:requiredAccountType="com.android.exchange,com.android.email.imap,com.android.email.pop3,com.android.email.legacy.imap"
- android:theme="@style/UnifiedEmailTheme"
+ android:theme="@style/UnifiedEmailTheme.Appcompat"
android:hardwareAccelerated="true"
android:allowBackup="false"
android:supportsRtl="true"
@@ -361,7 +361,7 @@
<activity
android:name="com.android.mail.browse.EmlViewerActivity"
android:label="@string/app_name"
- android:theme="@style/UnifiedEmailTheme" >
+ android:theme="@style/UnifiedEmailTheme.Appcompat" >
<intent-filter>
<action android:name="android.intent.action.VIEW" />
<category android:name="android.intent.category.DEFAULT" />