Skip to content

Commit d700df7

Browse files
committed
Conflicts: app/src/main/java/com/createchance/fingerprintdemo/MainActivity.java build/generated/mockable-android-23.jar
2 parents 55721c6 + aa88959 commit d700df7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/main/java/com/createchance/fingerprintdemo/CryptoObjectHelper.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
public class CryptoObjectHelper
1818
{
1919
// 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";
20+
static final String KEY_NAME = "com.createchance.android.sample.fingerprint_authentication_key";
2121

2222
// We always use this keystore on Android.
2323
static final String KEYSTORE_NAME = "AndroidKeyStore";

0 commit comments

Comments
 (0)