Skip to content

ztc1997/Fingerprint2Sleep

Repository files navigation

GitHub version license platform

Fingerprint Quick Action

Get it on Google Play

Perform quick actions via tap fingerprint sensor.

Many devices have fingerprint sensor, and have the feature fingerprint to unlock or fingerprint to wake, so i developed this simple app to sleep your device via tap fingerprint sensor.

Fingerprint to Unlock use DevicePolicyManager API to sleep your device by default, however, in many ROMs, it will cause 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 next time you switch on screen.

Tips

  1. If you Boot Manager app, please allow Fingerprint to Sleep autostart.
    On MIUI, go to SecurityPermissionsAutostart, and choose Fingerprint to Sleep.
  2. If you use Task Management app, please add Fingerprint to Sleep to whitelist.
    On MIUI, go to SettingsBattery & performanceManager apps battery usageChoose appsFingerprint to Sleep, and choose No restriction.

Build

  1. git clone https://github.com/V2Ray-Android/Actinium.git
  2. Add google-services.json, see to Firebass documentation
  3. Add signing.properties to project root, its format is:
storeFile='keystore file path'
storePassword='keystore password'
keyAlias='key alias name'
keyPassword='key alias password'
  1. Open in Android Studio or Intellij IDEA.

License

Copyright 2016 Alex Zhang aka. ztc1997

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program.  If not, see <http://www.gnu.org/licenses/>.