aboutsummaryrefslogtreecommitdiff
path: root/3_software/3_9_device-administration.md
diff options
context:
space:
mode:
Diffstat (limited to '3_software/3_9_device-administration.md')
-rw-r--r--3_software/3_9_device-administration.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/3_software/3_9_device-administration.md b/3_software/3_9_device-administration.md
index f0d4a7b..9b66b25 100644
--- a/3_software/3_9_device-administration.md
+++ b/3_software/3_9_device-administration.md
@@ -3,7 +3,7 @@
Android includes features that allow security-aware applications to perform
device administration functions at the system level, such as enforcing password
policies or performing remote wipe, through the
-[Android Device Administration API](http://developer.android.com/guide/topics/admin/device-admin.html)].
+[Android Device Administration API](http://developer.android.com/guide/topics/admin/device-admin.html).
If device implementations implement the full range of [device administration](
http://developer.android.com/guide/topics/admin/device-admin.html)
@@ -130,7 +130,7 @@ If device implementations declare `android.software.managed_users`, they:
* The lock screen credentials of the managed profile MUST use the same
credential storage and management mechanisms as the parent profile,
as documented on the
- [Android Open Source Project Site](http://source.android.com/security/authentication/index.html)
+ [Android Open Source Project Site](http://source.android.com/security/authentication/index.html).
* The DPC [password policies](https://developer.android.com/guide/topics/admin/device-admin.html#pwd)
MUST apply to only the managed profile's lock screen credentials unless
called upon the `DevicePolicyManager` instance returned by
@@ -149,4 +149,4 @@ If device implementations declare `android.software.managed_users`, they:
[`isLogoutEnabled`](
https://developer.android.com/reference/android/app/admin/DevicePolicyManager.html#isLogoutEnabled%28%29)
returns `true`. The user affordance MUST be accessible from the lockscreen
- without unlocking the device. \ No newline at end of file
+ without unlocking the device.