[Galaxy S/Note 9] Add workaround for laggy Recent apps (still unclear why)

This commit is contained in:
Pierre-Hugues Husson 2018-11-04 23:36:25 +01:00
parent 67839a24e2
commit d13c4ff8d8
1 changed files with 4 additions and 0 deletions

View File

@ -174,3 +174,7 @@ fi
if busybox_phh unzip -p /vendor/app/ims/ims.apk classes.dex |grep -qF -e Landroid/telephony/ims/feature/MmTelFeature -e Landroid/telephony/ims/feature/MMTelFeature;then
mount -o bind /system/phh/empty /vendor/app/ims/ims.apk
fi
if getprop ro.hardware |grep -qF samsungexynos;then
setprop debug.sf.latch_unsignaled 1
fi