From 6e3b2bb80103aaae5d009205b7eaf917a53d0ea8 Mon Sep 17 00:00:00 2001 From: Amit Pundir Date: Fri, 10 Apr 2020 22:47:13 +0530 Subject: device-common: Enable printing feature Right now "Connection preferences" tab buried in "Settings" application crashes on user because Printing feature is not enabled for dragonboards. Copy Print feature (android.software.print) manifest to fix that. Test: From UI navigate to "Settings" -> "Connected devices" -> "Connection preferences" and interact with BT, Cast and Printing services. Signed-off-by: Amit Pundir Change-Id: If2741ef00ff3d117c6d2a98c0d2578acc8d3acfc --- device-common.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/device-common.mk b/device-common.mk index 41eaa72..1ebe719 100644 --- a/device-common.mk +++ b/device-common.mk @@ -167,6 +167,7 @@ PRODUCT_COPY_FILES += \ frameworks/native/data/etc/android.software.backup.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.software.backup.xml \ frameworks/native/data/etc/android.software.voice_recognizers.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.software.voice_recognizers.xml \ frameworks/native/data/etc/android.hardware.ethernet.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.ethernet.xml \ + frameworks/native/data/etc/android.software.print.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.software.print.xml \ frameworks/native/data/etc/android.hardware.usb.accessory.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.usb.accessory.xml \ frameworks/native/data/etc/android.hardware.usb.host.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.usb.host.xml \ frameworks/native/data/etc/android.software.device_admin.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.software.device_admin.xml -- cgit v1.2.3