我正在关注如何获取应用程序限制的Google文档: https://developer.android.com/reference/android/content/RestrictionsManager.html https://developer.android.com/work/managed-configurations.html#define_restrictions
我在链接中创建了一个简单的应用:https://drive.google.com/file/d/0B3W27jXj1LJyNmNtWUtJQ3BhcXc/view?usp=sharing
我使用Android操作系统版本5.1.1与三星galaxy note4进行了调试,该操作系统已在Google的页面中注册Android for Work。目前的问题是:
使用RestrictionsManager.getApplicationRestrictions无法检索应用限制
无法接收“ACTION_APPLICATION_RESTRICTIONS_CHANGED”。
我的代码有问题吗?有没有人成功获得应用程序限制?