作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
<分区>
我正在制作一个信息亭应用程序,并且我正在使用 Google 的屏幕固定。我已经设法使用自定义 xml 文件和扩展 DeviceAdminReceiver 的接收器使我的应用程序成为设备管理员,并且我还在使用 bool 参数进行检查,该参数为真,表明该应用程序确实是设备所有者。当我尝试使用
devAdminReceiver = new ComponentName(getApplicationContext(), DemoDeviceAdmin.class);
String[] paramDevice = new String[]{"com.example.valantis.myapplication"};
managerPolice.setLockTaskPackages(devAdminReceiver, paramDevice);
startLockTask();
我收到以下错误:
SecurityException: Admin ComponentInfo{..} does not own the device
问题是什么?
图片:
https://www.dropbox.com/s/l06bzqep6m9pvrm/11851195_10207295501010412_1943962580_n.jpg?dl=0
https://www.dropbox.com/s/loyfdsj3hzuafh2/11853053_10207295534171241_892119485_o.jpg?dl=0
关闭。这个问题需要debugging details .它目前不接受答案。 编辑问题以包含 desired behavior, a specific problem or error, and th
我是一名优秀的程序员,十分优秀!