From 1be7bd1bb147e69f88049aed4c440bb204a7eca4 Mon Sep 17 00:00:00 2001 From: Pierre-Hugues Husson Date: Tue, 13 Oct 2020 17:19:48 +0200 Subject: [PATCH] Fix CAF audio policy on non-boot --- phh-prop-handler.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/phh-prop-handler.sh b/phh-prop-handler.sh index 9dc9a2a..722b569 100644 --- a/phh-prop-handler.sh +++ b/phh-prop-handler.sh @@ -120,6 +120,7 @@ if [ "$1" == "persist.sys.phh.caf.audio_policy" ];then fi if [[ "$prop_value" == 1 ]];then + umount /vendor/etc/audio umount /vendor/etc/audio mount /vendor/etc/audio/audio_policy_configuration.xml /vendor/etc/audio_policy_configuration.xml else