Chinaunix首页 | 论坛 | 博客
  • 博客访问: 2021778
  • 博文数量: 413
  • 博客积分: 10926
  • 博客等级: 上将
  • 技术积分: 3862
  • 用 户 组: 普通用户
  • 注册时间: 2006-01-09 18:14
文章分类

全部博文(413)

文章存档

2015年(5)

2014年(1)

2013年(5)

2012年(6)

2011年(138)

2010年(85)

2009年(42)

2008年(46)

2007年(26)

2006年(59)

分类: 嵌入式

2011-03-28 11:31:39

  1. Docs
    • http://developer.android.com/guide/topics/admin/device-admin.html
  2. Samples
    • http://developer.android.com/resources/samples/ApiDemos/src/com/example/android/apis/app/DeviceAdminSample.html
  3. Features
    • Password enabled.
    • Minimum password length
    • Alphanumeric password required
    • Maximum failed password attempts
    • Maximum inactivity time lock
    • Prompt user to set a new password.
    • Lock device immediately.
    • Wipe the device's data (that is, restore the device to its factory defaults).
  4. Important Classes
    • DevicePolicyManager
    • DeviceAdminReceiver
  5. Issue
    After you app becomes device's administrator, you can't uninstall it, unless you remove it first from administrators' list as following: Settings > Location & Security > Select device administrators, and then untick the app in listview!
  6. xxx
阅读(630) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~