App Name Displayed When Finish() Dialog Activity
I want to secure my app with a fingerprint authentication dialog activity, it works, but if I choose to close the dialog here is what happens : If I finish() the activity it flash
Solution 1:
Actually I just figured out why. It's because I was using AppCompactActivity
. Using a simple Activity
fixed the problem.
Post a Comment for "App Name Displayed When Finish() Dialog Activity"