Kieun / android-protected-confirmation

A sample app for demonstrating android protected confirmation provided from Android P

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

android-protected-confirmation

A sample app for demonstrating android protected confirmation provided from Android P

Introduction

This sample demonstrates how you can use system provided secure user confirmation. This sample app implements challenge-response fashion of authentication for the transaction authorization. You can refer Android P preview feature for getting more detailed information[1]. [1]: https://developer.android.com/preview/features/security#android-protected-confirmation

Pre-requisites and limitation

  • Use Android Studio 3.2 to build this app (Android P)
  • Currently, there is no device providing this new feature. Google Pixel 3 will have this feature

About

A sample app for demonstrating android protected confirmation provided from Android P

License:Apache License 2.0


Languages

Language:Java 100.0%