This commit is contained in:
Pierre-Hugues Husson 2022-02-05 13:46:24 -05:00
parent 089dcc7bc0
commit 329bbe82af
1 changed files with 4 additions and 0 deletions

View File

@ -1039,3 +1039,7 @@ if getprop ro.vendor.build.fingerprint | grep -iq -e UMIDIGI/UMIDIGI_X; then
mount -o bind /mnt/phh/smartpa_params /system/etc/smartpa_params
restorecon -R /system/etc/smartpa_params
fi
if getprop ro.vendor.build.fingerprint |grep -iq motorola/kane;then
setprop persist.sys.bt.esco_transport_unit_size 16
fi