diff --git a/prebuilt/common/etc/permissions/com.tmobile.themes.xml b/prebuilt/common/etc/permissions/com.tmobile.themes.xml new file mode 100644 index 00000000..557bc1c3 --- /dev/null +++ b/prebuilt/common/etc/permissions/com.tmobile.themes.xml @@ -0,0 +1,20 @@ + + + + + + + diff --git a/products/themes.mk b/products/themes.mk index b5e74824..f8a56072 100644 --- a/products/themes.mk +++ b/products/themes.mk @@ -5,3 +5,7 @@ PRODUCT_PACKAGES += \ com.tmobile.themes \ Androidian \ Cyanbread + +PRODUCT_COPY_FILES += \ + vendor/cyanogen/prebuilt/common/etc/permissions/com.tmobile.themes.xml:system/etc/permissions/com.tmobile.themes.xml +