Skip to content

Instantly share code, notes, and snippets.

@ssaurel
Created June 7, 2018 10:12
Show Gist options
  • Save ssaurel/09a70f5c294d9157102f31b5785937d2 to your computer and use it in GitHub Desktop.
Save ssaurel/09a70f5c294d9157102f31b5785937d2 to your computer and use it in GitHub Desktop.
Security policies file for the Lock Screen Device App Tutorial on the SSaurel's Channel
<?xml version="1.0" encoding="utf-8"?>
<device-admin xmlns:android="http://schemas.android.com/apk/res/android">
<uses-policies>
<force-lock />
</uses-policies>
</device-admin>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment