diff options
| author | Vachounet <vachounet@live.fr> | 2017-07-28 18:26:45 +0000 |
|---|---|---|
| committer | wzedlare <vedatak01@gmail.com> | 2017-07-28 18:27:20 +0000 |
| commit | ed55a5eb293b5f209b45fc39a2696f4d495daf54 (patch) | |
| tree | 40a308c7beabf3949e1ecc985ceafd7df6128feb | |
| parent | c1a04a4af5a10eb13403f7043ba3aa6d6f16aca8 (diff) | |
cedric: move com.motorola.cameraone perm to vendor
Change-Id: Ib4b94a6a92632c0c21bb98c55341f82777e25770
| -rw-r--r-- | configs/com.motorola.cameraone.xml | 5 | ||||
| -rw-r--r-- | device.mk | 4 |
2 files changed, 0 insertions, 9 deletions
diff --git a/configs/com.motorola.cameraone.xml b/configs/com.motorola.cameraone.xml deleted file mode 100644 index 01d2732..0000000 --- a/configs/com.motorola.cameraone.xml +++ /dev/null @@ -1,5 +0,0 @@ -<?xml version="1.0" encoding="utf-8" ?> - -<permissions> - <feature name="com.motorola.cameraone" /> -</permissions> @@ -50,10 +50,6 @@ PRODUCT_COPY_FILES += \ frameworks/native/data/etc/android.software.sip.voip.xml:system/etc/permissions/android.software.sip.voip.xml \ frameworks/native/data/etc/handheld_core_hardware.xml:system/etc/permissions/handheld_core_hardware.xml -# Motorola Camera permissions -PRODUCT_COPY_FILES += \ - $(LOCAL_PATH)/configs/com.motorola.cameraone.xml:system/etc/permissions/com.motorola.cameraone.xml - # Screen density PRODUCT_AAPT_PREF_CONFIG := xxhdpi PRODUCT_AAPT_CONFIG := normal |
