From fa569326d5f483b00c6fa15fcd2537181c120c86 Mon Sep 17 00:00:00 2001 From: Keyan Mobli Date: Sat, 22 Jan 2011 16:45:49 -0600 Subject: [PATCH] Themes: Use the correct permission Change-Id: I052511fd1007ed34da0b354e4550557a7fa0d0dc --- .../{com.tmobile.themes.xml => com.tmobile.software.themes.xml} | 2 +- products/themes_common.mk | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) rename prebuilt/common/etc/permissions/{com.tmobile.themes.xml => com.tmobile.software.themes.xml} (93%) diff --git a/prebuilt/common/etc/permissions/com.tmobile.themes.xml b/prebuilt/common/etc/permissions/com.tmobile.software.themes.xml similarity index 93% rename from prebuilt/common/etc/permissions/com.tmobile.themes.xml rename to prebuilt/common/etc/permissions/com.tmobile.software.themes.xml index 557bc1c3..f1c2f544 100644 --- a/prebuilt/common/etc/permissions/com.tmobile.themes.xml +++ b/prebuilt/common/etc/permissions/com.tmobile.software.themes.xml @@ -15,6 +15,6 @@ --> - + diff --git a/products/themes_common.mk b/products/themes_common.mk index a6e651e7..9f3964b1 100644 --- a/products/themes_common.mk +++ b/products/themes_common.mk @@ -5,5 +5,5 @@ PRODUCT_PACKAGES += \ com.tmobile.themes PRODUCT_COPY_FILES += \ - vendor/cyanogen/prebuilt/common/etc/permissions/com.tmobile.themes.xml:system/etc/permissions/com.tmobile.themes.xml + vendor/cyanogen/prebuilt/common/etc/permissions/com.tmobile.software.themes.xml:system/etc/permissions/com.tmobile.software.themes.xml