Screen Off Fod fix
Mohammad Al Arabi 🇧🇩For some reason ScreenOffUdfps does not work with my unofficial build of ApolloOS
So here is a workaround
1.Root Method :
Open Termux
run :
su -c settings put secure screen_off_udfps_enabled 1
This will force enable ScreenOffUdfps.
To disable it , run :
su -c settings put secure screen_off_udfps_enabled 0
2. ADB Method :
Connect your Phone to PC
run :
adb shell settings put secure screen_off_udfps_enabled 1
This will force enable ScreenOffUdfps.
To disable it , run :
adb shell settings put secure screen_off_udfps_enabled 0
This is especially for those must have ScreenOffUdfps in their daily usage.
For those who don't use ScreenOffUdfps , may ignore this post.
Note : This should work on any rom, that has ScreenOffUdfps feature inbuilt in source.
this hack is for those scenarios where the Rom sources have the feature but is broken or disabled in build for some reason.