diff options
author | Rafeeqh Shaik <srafeeqh@codeaurora.org> | 2017-08-21 12:36:59 +0530 |
---|---|---|
committer | Gerrit - the friendly Code Review server <code-review@localhost> | 2017-11-28 22:28:33 -0800 |
commit | a027d1f0fc1c518dae37d0197a46a258f9f80890 (patch) | |
tree | 7f7a6480f16df86193ba375c8f0470fd1ba47855 | |
parent | c42e847db617d0b54cff082a7428016ab906d6dc (diff) |
start atfwd android service at power up
set "persist.radio.atfwd.start" property to start atfwd android
service at power up.
Change-Id: Ieeaeeebf51689e2bcbedc603b6338161c2ea43d7
CRs-Fixed: 2095968
-rw-r--r-- | system.prop | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/system.prop b/system.prop index af0bd80..55c2f2d 100644 --- a/system.prop +++ b/system.prop @@ -146,6 +146,9 @@ ro.hwui.text_small_cache_height=1024 ro.hwui.text_large_cache_width=2048 ro.hwui.text_large_cache_height=2048 +#Bringup properties +persist.radio.atfwd.start=true + #property to enable VDS WFD solution persist.hwc.enable_vds=1 |