-->

Disqus Shortname

ads here

[APP] Fingerprint Quick Action -- Let your fingerprint sensor more useful

advertise here

[APP][6.0+] Fingerprint Quick Action -- Let your fingerprint sensor more useful



Perform quick actions via tap/swipe on fingerprint sensor.

Demo video by
Ayoub mellouk(App version 0.4.0) (Original post)


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 andfingerprint 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
Get it on Google Play

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
https://github.com/ztc1997/Fingerprint2Sleep

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.

Change Log
Code:
0.9.1:
  • Update translations
0.9.0 (Beta):
  • Add auto retry blacklist
  • Add force non-Xposed mode switch
  • Add licences dialog
  • Add matters need attention
0.8.0:
  • Try to fix the abnormal power consumption in Xposed mode
  • Add quick action: Launch app or shortcut
0.7.6:
  • Fix for the garbled of Spanish
  • Optimize the opening speed of the interface
  • Optimize the memory use of the service
0.7.4[17/11/2016]:
  • Fix for Xposed mode does not work on many devices
  • Shorten timeout method: Some fix
0.7.3[15/11/2016]:
  • Shorten timeout method: Fix for unable to restart scanning after screen on
0.7.2[15/11/2016]:
  • Shorten timeout method: Fix for crash on Nougat
0.7.1[15/11/2016]:
  • Fix for AccessibilityService state detection problem
0.7.0[15/11/2016]:
  • Add new screen off method: Shorten time out (Does not cause the fingerprint to unlock does not work, do not need root access)
0.6.0/0.6.1[13/11/2016]:
  • Add Xposed implementation
0.5.0[29/10/2016]:
  • Add fast swipe event detection (The idea comes from gerges@github )
  • Add more quick actions (Go back, Show recent apps, Show power menu, Toggle split screen, Expand quick settings)
0.4.0[21/10/2016]:
  • Auto restart scanning after interface switching
  • Add action "Toggle Notifications Panel"
  • Increases the speed of simulating press on power button
0.3.1 [15/10/2016] :
  • Run background service in another process (For less memory use)
  • Only request the Device Admin if necessary
  • Try to fix the problem which it can only take effect once on some devices
0.3.0 [14/10/2016] :
  • Change app name to Fingerprint Quick Action
  • Users can select between 3 quick actions (Sleep, Home, Expend Notifications Panel)
  • Try to fix open SettingActivity after screen on
Attached Thumbnails
Click image for larger version

Name: 20161029203435.png
Views: 57308
Size: 87.7 KB
ID: 3919435   Click image for larger version

Name: 20161029203809.png
Views: 56564
Size: 67.1 KB
ID: 3919439  

Advertisement
BERIKAN KOMENTAR ()