diff options
-rwxr-xr-x | rootdir/etc/init.qcom.rc | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/rootdir/etc/init.qcom.rc b/rootdir/etc/init.qcom.rc index 72a46ed..dd7e76e 100755 --- a/rootdir/etc/init.qcom.rc +++ b/rootdir/etc/init.qcom.rc @@ -697,6 +697,12 @@ on property:ro.bluetooth.ftm_enabled=true on property:vold.decrypt=trigger_reset_main stop audio-hal-2-0 +on property:vold.decrypt=trigger_shutdown_framework + stop audio-hal-2-0 + +on property:vold.decrypt=trigger_restart_min_framework + start audio-hal-2-0 + on property:vold.decrypt=trigger_restart_framework start audio-hal-2-0 start config_bt_addr |