diff --git a/configs/qti_whitelist.xml b/configs/qti_whitelist.xml new file mode 100644 index 0000000..c3bd736 --- /dev/null +++ b/configs/qti_whitelist.xml @@ -0,0 +1,45 @@ + + + + + + + + + + + + + + + + + diff --git a/product/qcom-radio.mk b/product/qcom-radio.mk index 7610035..c50ceac 100644 --- a/product/qcom-radio.mk +++ b/product/qcom-radio.mk @@ -58,3 +58,7 @@ PRODUCT_PACKAGES += \ android.system.net.netd@1.0 \ libandroid_net \ netutils-wrapper-1.0 + +# Whitelisted app +PRODUCT_COPY_FILES += \ + $(VENDOR_PATH)/configs/qti_whitelist.xml:system/etc/sysconfig/qti_whitelist.xml