gavinhungry / Xposed-NoManualFingerprint

Xposed module to disable fingerprint unlock when manually locked
http://repo.xposed.info/module/io.gavinhungry.xposed.nomanualfingerprint
MIT License
0 stars 0 forks source link

A widget/Switch for the function #3

Open foreverzephyr opened 8 years ago

foreverzephyr commented 8 years ago

Your module is nice already. But a little suggestion.

Instead of a module without any interface, you can make an UI and make an on/off switch which will enable or disable the function. Also, a widget can be implemented tapping on which will do the same function instead of power button. Because we use power button more frequently.

It will be like the following when module is enabled: Touch the widget > next unlock will ask for Password/Pin/Pattern instead of fingerprint. Lock the phone with power button will not invoke this function.

gavinhungry commented 8 years ago

Hi @foreverzephyr,

I'm confused. The functionality is already optional - if you don't want it, don't touch the fingerprint icon on the lockscreen.