Fingerprint Controls APK - v2018.08.13

18+ votes, 2.50/5

Allows compatible games to be controlled using swipes on the fingerprint reader... [readmore]


⇣ Download APK (77.83 KB)

This is an original APK file direct fetch from google play. It is safe to download and free of any virus.

Version 2018.08.13
Update
Size 77.83 KB
Category Tools
Developer 4A
Downloads ↓ 5.4K
⇣ Download APK (77.83 KB)

This is an original APK file direct fetch from google play. It is safe to download and free of any virus.

Basic Infos

License type Free
Version 2018.08.13
Size 77.83 KB (79693)
Filename by4a.fingerin_2_79693.apk
Requirement 8.0 and up
Type app
Category Tools
Package name: by4a.fingerin
Slogan: Allows compatible games to be controlled using swipes on the fingerprint reader

App Permissions (inside APK file)


‣ android.permission.USE_FINGERPRINT


Features used


‣ android.hardware.fingerprint
‣ android.hardware.touchscreen

Screenshots (4 images)

Fingerprint Controls screenshot 1 Fingerprint Controls screenshot 2 Fingerprint Controls screenshot 3 Fingerprint Controls screenshot 4

About Fingerprint Controls APK

Fingerprint Controls poster
Fingerprint Controls APK version 2018.08.13 poster

Latest update


v2018.08.13:
* Updated for Android Pie

Fingerprint Controls APK Description


USERS: You will need to enable the bundled accessibility service. Contrary to the language of the standard warning message that appears, the accessibility service does not "observe your actions" or "retrieve window content". You can confirm that this app does not have permission to access the Internet, so no information is collected.

DEVELOPERS: Your game should contain one (and only one) view that is focusable, focusableInTouchMode, and focused, and has an attached accessibility delegate in order to receive the fingerprint input. That accessibility delegate should use code like this:

myView.setAccessibilityDelegate(new AccessibilityDelegate()
{
public boolean performAccessibilityAction(View _v, int _action, Bundle _args)
{
if((_action == ACTION_FOCUS) && (_args != null))
{
String method = _args.getString("by4a.method");
if("FingerprintGestureCallback.onGestureDetected".equals(method))
{
int gesture = _args.getInt("by4a.arg");
switch(gesture)
{
case FINGERPRINT_GESTURE_SWIPE_LEFT:
case FINGERPRINT_GESTURE_SWIPE_DOWN:
case FINGERPRINT_GESTURE_SWIPE_RIGHT:
case FINGERPRINT_GESTURE_SWIPE_UP:
}
}
}
return super.performAccessibilityAction(_v, _action, _args);
}
});

In addition, if your game can handle orientation changes or multiwindow mode, you will probably need some code like this. We're 99% certain this is a bug in Android.

@Override public void onWindowFocusChanged(boolean _focused)
{
myView.clearFocus();
myView.requestFocus();
}

If the user enters multiwindow mode, you will need BOTH the code above, AND for the user to tap inside your pane in order to continue receiving fingerprint gesture input. This is easily accomplished by simply pausing the game when multiwindow mode is activated, requiring the user to tap on the unpause button to continue.

The usefulness of fingerprint gesture input may vary based on the placement and reliability of the fingerprint sensor and the nature of the game being played. You should provide an option to ignore fingerprint gesture input to avoid accidental and undesired input.

How to install Fingerprint Controls APK for Android


Download Fingerprint Controls APK file (by4a.fingerin_2_79693.apk) from APKPure.live, then follow these steps:

Update Phone Settings

  • Go to your phone Settings page
  • Tap Security or Applications (varies with device)
  • Check the Unknown Sources box
  • Confirm with OK

Go to Downloads

  • Open Downloads on your device by going to My Files or Files
  • Tap the APK file you downloaded (by4a.fingerin_2_79693.apk)
  • Tap Install when prompted, the APK file you downloaded will be installed on your device.

How to install Fingerprint Controls APK on Windows PC 7/8/10/11 or MAC?


Download Fingerprint Controls APK file (by4a.fingerin_2_79693.apk) from APKPure.live to your PC (ex: C://Users/xxx/Downloads/(by4a.fingerin_2_79693.apk), then follow these steps appear on screen.

Using Emulator:

  • Download And Install one Emulator Softwares (Ex: Bluestacks, GenyMotion, NoxPlayer)
  • Simple install APK on PC by drag and drop file by4a.fingerin_2_79693.apk on Emulator screen

Fingerprint Controls APK Pros & Cons


Pros
  • This app is safe, it's not require high risk permissions
  • Compatible with 32 bit device (most Emulator using 32bit arch CPU)
  • Compatible with 64-bit device (some android device and current Bluestacks)

Cons
Everything is good.


Similar applications


New Apps



Comments

No comment Yet.