问题描述
如何在我的活动中实现pin锁对话框类?
i想在进入mainActivity之前使用dialog.java ...
onStart,onRestart和onResume?再次关闭并运行应用程序,但对话必须是第一个?
它是一个实现的密码保护,允许用户用四位数代码保护应用程序通过使用Dialog ..如何使用我的代码实现它?感谢您的回复!
我的尝试:
i已创建一个onResume,但它没有在清单中声明错误。也许我做错了
How can i implement a pin lock dialog class in my activity?
i want to used a dialog.java before entering mainActivity...
onStart, onRestart and onResume? and closing and running the app again but the dialog must be first?
Its is an passcode protection for implementation, which allows user to protect the app with a four digit code by using Dialog.. How do i implement it with my code? thanks for responses!
What I have tried:
i have created an onResume but it getting an error for not declaring in the manifest. maybe i did wrong
推荐答案
这篇关于如何使用dialog.java?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!