diff options
author | Benoit Goby <benoit@android.com> | 2011-07-28 18:09:55 -0700 |
---|---|---|
committer | Benoit Goby <benoit@android.com> | 2011-07-28 18:10:23 -0700 |
commit | 22bfc4cca03197036c3b49e7c2cf47a0a23fce87 (patch) | |
tree | ed0f0f805a276fa86670fd8de2cf91a6e0503bdd /init | |
parent | 9d5bfd35414f2be2f1ea8a2cabee8f407d3e38c0 (diff) | |
download | system_core-22bfc4cca03197036c3b49e7c2cf47a0a23fce87.zip system_core-22bfc4cca03197036c3b49e7c2cf47a0a23fce87.tar.gz system_core-22bfc4cca03197036c3b49e7c2cf47a0a23fce87.tar.bz2 |
Allow radio to set net.cdma* properties
Change-Id: I656abde9d06175eb158e84de4d08ede42620b46a
Diffstat (limited to 'init')
-rw-r--r-- | init/property_service.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/init/property_service.c b/init/property_service.c index 77aa5e9..dd61b1b 100644 --- a/init/property_service.c +++ b/init/property_service.c @@ -63,6 +63,7 @@ struct { { "net.ppp", AID_RADIO, 0 }, { "net.qmi", AID_RADIO, 0 }, { "net.lte", AID_RADIO, 0 }, + { "net.cdma", AID_RADIO, 0 }, { "ril.", AID_RADIO, 0 }, { "gsm.", AID_RADIO, 0 }, { "persist.radio", AID_RADIO, 0 }, |