1/2
Fingerprint Controls screenshot 0
Fingerprint Controls screenshot 1
Fingerprint Controls Icon

Fingerprint Controls

4A
Trustable Ranking IconTrusted
1K+Downloads
79.5kBSize
Android Version Icon8.1.0+
Android Version
2018.08.13(22-10-2020)Latest version
-
(0 Reviews)
Age ratingPEGI-3
Download
DetailsReviewsVersionsInfo
1/2

Description of Fingerprint Controls

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.

Fingerprint Controls - Version 2018.08.13

(22-10-2020)
Other versions
What's newv2018.08.13:* Updated for Android Pie

There are no reviews or ratings yet! To leave the first one please

-
0 Reviews
5
4
3
2
1

Fingerprint Controls - APK Information

APK Version: 2018.08.13Package: by4a.fingerin
Android compatability: 8.1.0+ (Oreo)
Developer:4APermissions:1
Name: Fingerprint ControlsSize: 79.5 kBDownloads: 6Version : 2018.08.13Release Date: 2024-05-18 16:47:02Min Screen: SMALLSupported CPU:
Package ID: by4a.fingerinSHA1 Signature: 17:4D:21:4F:6B:CA:A0:5E:90:F6:0F:AF:33:61:E8:6B:FC:D7:F6:ABDeveloper (CN): Organization (O): 4ALocal (L): Country (C): State/City (ST): Package ID: by4a.fingerinSHA1 Signature: 17:4D:21:4F:6B:CA:A0:5E:90:F6:0F:AF:33:61:E8:6B:FC:D7:F6:ABDeveloper (CN): Organization (O): 4ALocal (L): Country (C): State/City (ST):

Latest Version of Fingerprint Controls

2018.08.13Trust Icon Versions
22/10/2020
6 downloads79.5 kB Size
Download