Giter VIP home page Giter VIP logo

Comments (10)

uccmawei avatar uccmawei commented on June 6, 2024

@ymcao 魅蓝Note3应该是支持的,我朋友那台就可以,不过有个小插曲,Flyme5就不支持,Flyme6才支持。

看下你的安卓版本和Flyme版本?

from fingerprintidentify.

ymcao avatar ymcao commented on June 6, 2024

oppo r9貌似也不行 5.1

from fingerprintidentify.

ymcao avatar ymcao commented on June 6, 2024

我的魅族是Android 5.1 Flyme6.1

from fingerprintidentify.

uccmawei avatar uccmawei commented on June 6, 2024

@ymcao

OPPO是走安卓官方API,我限制了6.0以下直接提示不支持。(你想支持可以把代码里的版本判断去掉(存在稳定性问题))

Android 5.1 Flyme6.1 在魅蓝note3应该是支持的。你可以先试下运行我二维码的那个demo,如果不行你可以去魅族的官网找那个SDK试下,如果还是不支持,就是你的系统问题了,毕竟别人的note3是亲测正常的。

from fingerprintidentify.

ymcao avatar ymcao commented on June 6, 2024
if (Build.VERSION.SDK_INT < Build.VERSION_CODES.LOLLIPOP) {
        return;
    }

注释了也没用哦 ,魅族的难道我手机系统刚问题

from fingerprintidentify.

uccmawei avatar uccmawei commented on June 6, 2024

@ymcao

image

OPPO用的是AndroidFingerprint类,魅族用的是MeiZuFingerprint,所以你去掉那个的话R9应该能用了,魅族没变啊

from fingerprintidentify.

ymcao avatar ymcao commented on June 6, 2024

魅族R9 还是不能用我注释了AndroidFingerprint 里面的

if (Build.VERSION.SDK_INT < Build.VERSION_CODES.LOLLIPOP) {
return;
}

from fingerprintidentify.

ymcao avatar ymcao commented on June 6, 2024

华为5c 6.0的系统 也不起作用呀

from fingerprintidentify.

uccmawei avatar uccmawei commented on June 6, 2024

@ymcao

#11
#12

你可以看下这2个连接,另外你可以用机器运行demo后操作一下然后截个图来看下吗?

from fingerprintidentify.

ymcao avatar ymcao commented on June 6, 2024

好的

from fingerprintidentify.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.