• 大小: 1.29M
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2020-12-23
  • 标签: Android  指纹  

资源简介

android 指纹识别 实例源码下载

资源截图

代码片段和文件信息

package com.example.fingureprint;

import java.security.KeyStore;
import java.security.KeyStoreException;
import java.security.NoSuchAlgorithmException;
import java.security.NoSuchProviderException;

import javax.crypto.KeyGenerator;

import com.example.fingureprint.callback.CryptoobjectHelper;
import com.example.fingureprint.callback.MyAuthCallback;

import android.app.Activity;
import android.app.AlertDialog;
import android.app.Dialog;
import android.content.DialogInterface;
import android.hardware.fingerprint.FingerprintManager;
import android.os.Build;
import android.os.Build.VERSION;
import android.os.Bundle;
import android.os.Handler;
import android.os.Message;
import android.security.keystore.KeyProperties;
import android.support.v4.hardware.fingerprint.Finger

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     目录           0  2017-01-05 09:19  Finger-identification-master\
     文件         475  2017-01-05 09:19  Finger-identification-master\.classpath
     文件         848  2017-01-05 09:19  Finger-identification-master\.project
     目录           0  2017-01-05 09:19  Finger-identification-master\.settings\
     文件         177  2017-01-05 09:19  Finger-identification-master\.settings\org.eclipse.jdt.core.prefs
     文件        1601  2017-01-05 09:19  Finger-identification-master\AndroidManifest.xml
     文件       51394  2017-01-05 09:19  Finger-identification-master\ic_launcher-web.png
     目录           0  2017-01-05 09:19  Finger-identification-master\libs\
     文件     1422188  2017-01-05 09:19  Finger-identification-master\libs\android-support-v4.jar
     文件         781  2017-01-05 09:19  Finger-identification-master\proguard-project.txt
     文件         563  2017-01-05 09:19  Finger-identification-master\project.properties
     目录           0  2017-01-05 09:19  Finger-identification-master\res\
     目录           0  2017-01-05 09:19  Finger-identification-master\res\drawable-hdpi\
     文件        1025  2017-01-05 09:19  Finger-identification-master\res\drawable-hdpi\alpha0.png
     文件        7658  2017-01-05 09:19  Finger-identification-master\res\drawable-hdpi\ic_launcher.png
     文件        3287  2017-01-05 09:19  Finger-identification-master\res\drawable-hdpi\icon_fingure.png
     目录           0  2017-01-05 09:19  Finger-identification-master\res\drawable-mdpi\
     文件        3777  2017-01-05 09:19  Finger-identification-master\res\drawable-mdpi\ic_launcher.png
     目录           0  2017-01-05 09:19  Finger-identification-master\res\drawable-xhdpi\
     文件       12516  2017-01-05 09:19  Finger-identification-master\res\drawable-xhdpi\ic_launcher.png
     文件        1402  2017-01-05 09:19  Finger-identification-master\res\drawable-xhdpi\zhiwen_dialog_bg.png
     目录           0  2017-01-05 09:19  Finger-identification-master\res\drawable-xxhdpi\
     文件       24777  2017-01-05 09:19  Finger-identification-master\res\drawable-xxhdpi\ic_launcher.png
     目录           0  2017-01-05 09:19  Finger-identification-master\res\layout\
     文件         461  2017-01-05 09:19  Finger-identification-master\res\layout\activity_fingure_arise.xml
     文件         789  2017-01-05 09:19  Finger-identification-master\res\layout\activity_main.xml
     文件        1663  2017-01-05 09:19  Finger-identification-master\res\layout\zhiwen_customdialog.xml
     目录           0  2017-01-05 09:19  Finger-identification-master\res\menu\
     文件         374  2017-01-05 09:19  Finger-identification-master\res\menu\main.xml
     目录           0  2017-01-05 09:19  Finger-identification-master\res\values-v11\
     文件         334  2017-01-05 09:19  Finger-identification-master\res\values-v11\styles.xml
............此处省略19个文件信息

评论

共有 条评论