Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在开发一个需要在某个时刻解锁手机的应用程序,我知道这可以通过使用 KeyguardManager 来完成,这是一种方法,但我使用的是 API 16,AndroidLint 告诉我这是已弃用。那么,在最新的 API 中是否有任何新的方法来处理这个问题?