summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan M. Binder <jan.binder@depth.of.field>2016-01-30 01:38:24 +0100
committertilaksidduram <tilaksidduram@gmail.com>2016-04-17 12:48:52 +0530
commitd41c859a0678da88519a27560e75983c750155c0 (patch)
treeb25b62ef6c1715638ab3e0b7b40961d13bf32ad1
parentd7fc0b077616d65cd78ca0a2af61c3cc838fc550 (diff)
downloaddevice_samsung_n7100-d41c859a0678da88519a27560e75983c750155c0.zip
device_samsung_n7100-d41c859a0678da88519a27560e75983c750155c0.tar.gz
device_samsung_n7100-d41c859a0678da88519a27560e75983c750155c0.tar.bz2
Some apps like PressureNet need this permission file to work
-rw-r--r--n7100.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/n7100.mk b/n7100.mk
index e1a6ab7..8dcb371 100644
--- a/n7100.mk
+++ b/n7100.mk
@@ -117,6 +117,10 @@ PRODUCT_COPY_FILES += \
frameworks/native/data/etc/handheld_core_hardware.xml:system/etc/permissions/handheld_core_hardware.xml \
frameworks/native/data/etc/android.hardware.telephony.gsm.xml:system/etc/permissions/android.hardware.telephony.gsm.xml
+# Barometer
+PRODUCT_COPY_FILES += \
+ frameworks/native/data/etc/android.hardware.sensor.barometer.xml:system/etc/permissions/android.hardware.sensor.barometer.xml
+
# Allow tethering without provisioning app
PRODUCT_PROPERTY_OVERRIDES += \
net.tethering.noprovisioning=true