- r - 以节省内存的方式增长 data.frame
- ruby-on-rails - ruby/ruby on rails 内存泄漏检测
- android - 无法解析导入android.support.v7.app
- UNIX 域套接字与共享内存(映射文件)
我有一个使用此权限的安全应用(App Locker):
android.permission.GET_TASKS
在 android Lollipop 中,此权限已被弃用,我希望我的应用在 +21 API 中运行。
谁能指导我怎么做?
谢谢:)
最佳答案
它被弃用是有原因的。android.permission.GET_TASKS 的保护级别已提升到 signatureOrSystem。对此没有简单且无害的解决方案。
As of LOLLIPOP, this method is no longer available to third party applications: the introduction of document-centric recents means it can leak personal information to the caller. For backwards compatibility, it will still return a small subset of its data: at least the caller's own tasks (though see getAppTasks() for the correct supported way to retrieve that information), and possibly some other tasks such as home that are known to not be sensitive.
http://developer.android.com/reference/android/app/ActivityManager.html#getRecentTasks(int,%20int)
关于android - GET_TASKS 权限已弃用,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/27974583/
我有一个使用此权限的安全应用(App Locker): android.permission.GET_TASKS 在 android Lollipop 中,此权限已被弃用,我希望我的应用在 +21 A
我认为 GET_TASKS 权限是我的 AndroidManifest.xml 中的孤行。我想安全地删除它。您知道需要此权限的任何功能或代码吗?谢谢。 最佳答案 来自安卓reference Allo
从昨天 3 月 11 日开始,我开始看到 SecurityException 崩溃的高峰。 (请参阅下面的堆栈跟踪。)其他人是否也看到此异常?搜索没有出现任何结果。 我的问题是升级到更新版本的 Pla
我是一名优秀的程序员,十分优秀!