From f9ac4c1da8f62453502f47c9a44bb99e1b303b72 Mon Sep 17 00:00:00 2001 From: matteo0026 Date: Wed, 11 Nov 2020 20:52:14 +0100 Subject: [PATCH] matisse-common: switch to appropriate AAPT config In this way, Email and Print Spooler apps work without any issue. No crashes anymore. --- matisse.mk | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/matisse.mk b/matisse.mk index c88990b..80fb287 100644 --- a/matisse.mk +++ b/matisse.mk @@ -38,9 +38,8 @@ PRODUCT_COPY_FILES += \ # Device is a tablet PRODUCT_CHARACTERISTICS := tablet -# Device uses high-density artwork where available -PRODUCT_AAPT_CONFIG := xlarge large -PRODUCT_AAPT_PREF_CONFIG := xhdpi +PRODUCT_AAPT_CONFIG := normal +PRODUCT_AAPT_PREF_CONFIG := mdpi # Doze PRODUCT_PACKAGES += \