android - where to put device_admin_sample.xml? -
where put 'device_admin_sample.xml', giving error wherever put it..
device_admin_sample.xml
<device-admin xmlns:android="http://schemas.android.com/apk/res/android"> <uses-policies> <limit-password /> <watch-login /> <reset-password /> <force-lock /> <wipe-data /> </uses-policies> </device-admin>
this should in /res/xml folder.
here sample apidemos: http://developer.android.com/resources/samples/apidemos/res/xml/device_admin_sample.html
Comments
Post a Comment