Fingerprint Controls

4A
Oct 7, 2018
  • 77.6 KB

    فائل سائز

  • Android 8.0+

    Android OS

About Fingerprint Controls

Allows compatible games to be controlled using swipes on the fingerprint reader

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.

مزید دکھائیںکم دکھائیں

What's new in the latest 2018.08.13

Last updated on 2018-10-08
v2018.08.13:
* Updated for Android Pie

Fingerprint Controls APK معلومات

Latest Version
2018.08.13
کٹیگری
ٹولز
Android OS
Android 8.0+
فائل سائز
77.6 KB
ڈویلپر
4A
Available on
APKPure پر محفوظ اور تیز APK ڈاؤن لوڈ کریں
APKPure آپ کے لئے وائرس سے پاک Fingerprint Controls APK ڈاؤن لوڈ میسر کرنے کے لئے سائنیچر تصدیق استعمال کرتا ہے۔

کے پرانے ورژن Fingerprint Controls

APKPure ایپکےذریعےانتہائی تیزاورمحفوظڈاؤنلوڈنگ

Android پر XAPK/APK فائلیںانسٹالکرنےکےلیےایککلککریں!

ڈاؤن لوڈ کریں APKPure
گزارش امنیت

Fingerprint Controls

2018.08.13

یہ حفاظتی رپورٹ جلد ہی دستیاب ہوگی۔ اس دوران، براہ کرم نوٹ کریں کہ یہ ایپلیکیشن APKPure کے ابتدائی حفاظتی چیک پاس کر چکی ہے۔

SHA256:

34c537a3b2026854496c49b350c613b0df826916ed019dd144c79f7687872dd2

SHA1:

3848b7c7a6cd6eac5cc552c5f2e4434524577173