What's new

Closed [app][6.0+] fingerprint quick action -- let your fingerprint sensor more useful by ztc1997

Status
Not open for further replies.

JoKeR-26

Honorary Poster
Joined
Apr 10, 2016
Posts
69
Reaction
87
Points
139
Age
36
Perform quick actions via tap/swipe on fingerprint You do not have permission to view the full content of this post. Log in or register now..

Demo You do not have permission to view the full content of this post. Log in or register now. by @You do not have permission to view the full content of this post. Log in or register now. (App version 0.4.0) (You do not have permission to view the full content of this post. Log in or register now.)

At the beginning, I just want to develop a simple app to sleep my device via tap fingerprint sensor. But for more users to be convenient, I decide to add more features.

Google Pixel has a feature that expand/collapse notification panel via swipe fingerprint sensor, However detect swipe on fingerprint sensor requires hardware support, so I thought of an alternative to clicking/swiping on the Fingerprint Sensor to toggle notification panel.

Fingerprint Quick Action use Accessibility to detect interface switching and perform some quick actions, so you need to turn on the application's accessibility features so that it can work properly.

Fingerprint Quick Action use DevicePolicyManager API to sleep your device by default, however, in many ROMs, it will result in Smart Lock and fingerprint to unlock doesn't work, by my test, it is only works properly on MIUI ROMs. So the app provide another way to sleep your device, that is simulating a power button press, this method requires Root Access.

When other apps using the fingerprint sensor, Fingerprint to Unlock will be temporarily disabled until you switch to another interface.

Get it
You do not have permission to view the full content of this post. Log in or register now.

Translation
I can only provide English (may not be accurate) and Chinese, if you wish to correct the existing language errors or provide new language translations, commit to source code. If you are not familiar to github, you can also contact me via email to help me translate it.

Source code
You do not have permission to view the full content of this post. Log in or register now.

Donate
The donation has been suspended, the project will soon offer in-app purchases, the unfinished donation will be returned, please support me with in-app purchases. And the donators that completed donation will receive a redemption code.

TODO
  • Add More Quick Actions
  • Double Tap Action
  • Per Fingerprint Action
  • Xposed Implementation (Done)

Identifying the direction of the slide and long press events requires hardware support that can not be done with the application alone.

Attachment:
You do not have permission to view the full content of this post. Log in or register now.
You do not have permission to view the full content of this post. Log in or register now.
 

Attachments

Status
Not open for further replies.

Similar threads

Back
Top