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

javascript - Iterate over array and calculate average values of array-parts -

iphone - Using nested NSDictionary with Picker -

objective c - Newbie question -multiple parameters -