diff options
author | Ricardo Cerqueira <cyanogenmod@cerqueira.org> | 2012-05-04 10:15:56 +0100 |
---|---|---|
committer | Ricardo Cerqueira <cyanogenmod@cerqueira.org> | 2012-05-06 23:24:36 +0100 |
commit | 9f75d849729a0b2b607eaaf69b768bc94c99a1e8 (patch) | |
tree | 4785c6944ffe2d3a0b46ea8b8dffcfe0d092bffb /config/permissions | |
parent | fcc1610594ae910f66ed1bcb393d434aa140978f (diff) | |
download | vendor_replicant-9f75d849729a0b2b607eaaf69b768bc94c99a1e8.zip vendor_replicant-9f75d849729a0b2b607eaaf69b768bc94c99a1e8.tar.gz vendor_replicant-9f75d849729a0b2b607eaaf69b768bc94c99a1e8.tar.bz2 |
Add Theme Engine to the builds
Change-Id: I57568ebef3f9800e0ad7c39b6352186470ad9f08
Diffstat (limited to 'config/permissions')
-rw-r--r-- | config/permissions/com.tmobile.software.themes.xml | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/config/permissions/com.tmobile.software.themes.xml b/config/permissions/com.tmobile.software.themes.xml new file mode 100644 index 0000000..f1c2f54 --- /dev/null +++ b/config/permissions/com.tmobile.software.themes.xml @@ -0,0 +1,20 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- Copyright (C) 2011 The CyanogenMod Project + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. +--> + +<permissions> + <feature name="com.tmobile.software.themes" /> +</permissions> + |