From a027d1f0fc1c518dae37d0197a46a258f9f80890 Mon Sep 17 00:00:00 2001 From: Rafeeqh Shaik Date: Mon, 21 Aug 2017 12:36:59 +0530 Subject: [PATCH] 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 --- system.prop | 3 +++ 1 file changed, 3 insertions(+) diff --git a/system.prop b/system.prop index af0bd80c..55c2f2d9 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