summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--n7100.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/n7100.mk b/n7100.mk
index d5bd417..814f253 100644
--- a/n7100.mk
+++ b/n7100.mk
@@ -103,5 +103,8 @@ 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
+# Allow tethering without provisioning app
+PRODUCT_PROPERTY_OVERRIDES += \
+ net.tethering.noprovisioning=true
$(call inherit-product-if-exists, vendor/samsung/n7100/n7100-vendor.mk)