Android中的RestrictionsManager.getApplicationRestrictions无法检索应用限制

时间:2016-07-20 10:17:45

标签: android

我正在关注如何获取应用程序限制的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。目前的问题是:

  1. 使用RestrictionsManager.getApplicationRestrictions无法检索应用限制

  2. 无法接收“ACTION_APPLICATION_RESTRICTIONS_CHANGED”。

  3. 我的代码有问题吗?有没有人成功获得应用程序限制?

0 个答案:

没有答案