Home / App Templates / Android
Phone Guard - Android App Source CodePhone Guard - Android App Source Code
Phone Guard is android App to prevent Physical Phone Spy & Pickpocket developed using Kotlin Language.Home / App Templates / Android
Phone Guard - Android App Source Code
Phone Guard is android App to prevent Physical Phone Spy & Pickpocket developed using Kot...1 Support questions or comments
Please login or create an account to post a question or comment.
-
Oct 14, 2019buyerswish PurchasedHi, Very nicely coded app i must say.
Although i want some help from you.
In most of the phone which don't have fingerprint support Fingerprint error message is showing. I think this code block is executing.
private fun initFingerPrintDialog(requestType:String, dialogMessage: String) {
//Create a thread pool with a single thread//
val newExecutor = Executors.newSingleThreadExecutor()
val activity = this
//Start listening for authentication events//
val myBiometricPrompt = BiometricPrompt(activity, newExecutor, object:BiometricPrompt.AuthenticationCallback() {
//onAuthenticationError is called when a fatal error occurs//
override fun onAuthenticationError(errorCode:Int, @NonNull errString:CharSequence) {
super.onAuthenticationError(errorCode, errString)
if (errorCode == BiometricPrompt.ERROR_NEGATIVE_BUTTON)
{
}
else
{
//Print a message to Logcat//
Log.d(TAG, "An unrecoverable error occurred"
toastMsg("Fingerprint ERROR"
}
}
What May be the problem.
2. Can your tell me how to remove fingerprint support completely and only protect through passcode.
3. Please tell me how to disable adsense code blocks. what lines i hve to disable ? -
Oct 14, 2019bedabudida AuthorPlease may you check me me on skype: budida_86
Information
Category | App Templates / Android |
First release | 22 April 2019 |
Last update | 22 April 2019 |
Operating Systems | Android 7.0, Android 8.0, Android 9.0, Android 4.0, Android 5.0, Android 6.0 |
Files included | .java, .xml |
Tags | android, Java, Native, android studio, kotlin |