mirror of
https://github.com/beemdevelopment/Aegis.git
synced 2025-05-14 14:02:49 +00:00
Add fingerprint support
This commit is contained in:
parent
1deb8910b0
commit
bfe7a1bde0
9 changed files with 321 additions and 95 deletions
|
@ -13,11 +13,9 @@ import android.support.v4.app.Fragment;
|
|||
import android.view.LayoutInflater;
|
||||
import android.view.View;
|
||||
import android.view.ViewGroup;
|
||||
import android.widget.LinearLayout;
|
||||
import android.widget.RadioButton;
|
||||
import android.widget.RadioGroup;
|
||||
import android.widget.TextView;
|
||||
import android.widget.Toast;
|
||||
|
||||
import com.github.paolorotolo.appintro.ISlidePolicy;
|
||||
|
||||
|
@ -53,9 +51,6 @@ public class CustomAuthenticationSlide extends Fragment implements ISlidePolicy
|
|||
break;
|
||||
case R.id.rb_fingerprint:
|
||||
id = CRYPT_TYPE_FINGER;
|
||||
// TODO: remove this
|
||||
group.clearCheck();
|
||||
Toast.makeText(context, "Fingerprint is not supported yet", Toast.LENGTH_SHORT).show();
|
||||
break;
|
||||
default:
|
||||
throw new RuntimeException();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue