device-common: Enable printing feature
cherry-picked from upstream device/linaro/dragonboard project.
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
diff --git a/device-common.mk b/device-common.mk
index 5309c5d..feccdf0 100644
--- a/device-common.mk
+++ b/device-common.mk
@@ -163,6 +163,7 @@
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