From 772a4884bd603e7580aa2fbab86a1cfec166673a Mon Sep 17 00:00:00 2001
From: Quddus Chong
Date: Mon, 17 Aug 2015 08:08:12 -0700
Subject: [PATCH] docs: Fixed typo in Android for Work section in MNC Behavior
Changes doc.
Change-Id: I97970ba5b3194fb5d2cce2f937fd61b08a739193
---
docs/html/preview/behavior-changes.jd | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/docs/html/preview/behavior-changes.jd b/docs/html/preview/behavior-changes.jd
index bf4dc1af414f9..cab4163416857 100644
--- a/docs/html/preview/behavior-changes.jd
+++ b/docs/html/preview/behavior-changes.jd
@@ -80,7 +80,7 @@ access and suspends syncs and jobs for the apps it deems idle.
To learn more about these power-saving changes, see
-Power-Saving Optimizations.
+Power-Saving Optimizations.
Adoptable Storage Devices
@@ -396,7 +396,7 @@ affect camera apps running on the primary user.
The {@link android.app.admin.DevicePolicyManager#createAndInitializeUser(android.content.ComponentName, java.lang.String, java.lang.String, android.content.ComponentName, android.os.Bundle) createAndInitializeUser()} and {@link android.app.admin.DevicePolicyManager#createUser(android.content.ComponentName, java.lang.String) createUser()} methods have been deprecated.
The {@link android.app.admin.DevicePolicyManager#setScreenCaptureDisabled(android.content.ComponentName, boolean) setScreenCaptureDisabled()}
method now also blocks the assist structure when an app of the given user is in the foreground.
- {@link android.app.admin.DevicePolicyManager#EXTRA_PROVISIONING_DEVICE_ADMIN_SIGNATURE_CHECKSUM}
+ {@link android.app.admin.DevicePolicyManager#EXTRA_PROVISIONING_DEVICE_ADMIN_PACKAGE_CHECKSUM}
now defaults to SHA-256. SHA-1 is still supported for backwards compatibility but will be removed
in future.
{@link android.app.admin.DevicePolicyManager#EXTRA_PROVISIONING_DEVICE_ADMIN_SIGNATURE_CHECKSUM}