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

Popular posts from this blog

linux - Using a Cron Job to check if my mod_wsgi / apache server is running and restart -

actionscript 3 - TweenLite does not work with object -

jQuery Ajax Render Fragments OR Whole Page -