Created
June 7, 2018 10:12
-
-
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
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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