summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAmit Pundir <amit.pundir@linaro.org>2020-04-10 22:47:13 +0530
committerAmit Pundir <amit.pundir@linaro.org>2020-04-11 11:57:49 +0530
commit6e3b2bb80103aaae5d009205b7eaf917a53d0ea8 (patch)
treecc1de7ede8ed20c81d84d3eeb037d9ecec342b67
parent1153b9c8b4fb7d0a08c1abb0501e5909e154d26f (diff)
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 <amit.pundir@linaro.org> Change-Id: If2741ef00ff3d117c6d2a98c0d2578acc8d3acfc
-rw-r--r--device-common.mk1
1 files changed, 1 insertions, 0 deletions
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