We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 55721c6 + aa88959 commit d700df7Copy full SHA for d700df7
app/src/main/java/com/createchance/fingerprintdemo/CryptoObjectHelper.java
@@ -17,7 +17,7 @@
17
public class CryptoObjectHelper
18
{
19
// This can be key name you want. Should be unique for the app.
20
- static final String KEY_NAME = "com.xamarin.android.sample.fingerprint_authentication_key";
+ static final String KEY_NAME = "com.createchance.android.sample.fingerprint_authentication_key";
21
22
// We always use this keystore on Android.
23
static final String KEYSTORE_NAME = "AndroidKeyStore";
0 commit comments