From 7100f640deabb9e746e41eac54707f1ca531f2db Mon Sep 17 00:00:00 2001 From: Benoit Goby Date: Mon, 25 Jul 2011 18:02:06 -0700 Subject: [PATCH] Allow radio to set net.lte* properties Change-Id: I4b7a280ba4c773673b28db8cfbbffcb360ee717f --- init/property_service.c | 1 + 1 file changed, 1 insertion(+) diff --git a/init/property_service.c b/init/property_service.c index 046b1204b..77aa5e983 100644 --- a/init/property_service.c +++ b/init/property_service.c @@ -62,6 +62,7 @@ struct { { "net.gprs.", AID_RADIO, 0 }, { "net.ppp", AID_RADIO, 0 }, { "net.qmi", AID_RADIO, 0 }, + { "net.lte", AID_RADIO, 0 }, { "ril.", AID_RADIO, 0 }, { "gsm.", AID_RADIO, 0 }, { "persist.radio", AID_RADIO, 0 },