<p>On dual-profile devices, users can toggle work mode on and off. While work
<p>
mode is turned off, the managed profile is temporarily shut down. Work profile apps, background sync, and notifications are all disabled, including the profile
On dual-profile devices, users can toggle work mode on and off. While work
owner app. While the work profile is disabled, the system displays a persistent status icon to remind users that they can't launch work apps. The system launcher
mode is turned off, the managed profile is temporarily shut down. Work
indicates that work apps and widgets are not accessible.
profile apps, background sync, and notifications are all disabled, including
the profile owner app. While the work profile is disabled, the system
displays a persistent status icon to remind users that they can't launch work
apps. The system launcher indicates that work apps and widgets are not
accessible.
</p>
</p>
<h2 id="always-on-vpn">Always-On VPN</h2>
<h2 id="always-on-vpn">Always-On VPN</h2>
<p>
<p>
@@ -270,29 +275,36 @@ Android N.</p>
Device owners can identify suspicious activity by remotely tracking device
Device owners can identify suspicious activity by remotely tracking device
activity, including app launches, adb activity, and screen unlocks. Process
activity, including app launches, adb activity, and screen unlocks. Process
logs don’t require user consent. To retrieve logs, device owners enable
logs don’t require user consent. To retrieve logs, device owners enable
device logging using <code>setDeviceLoggingEnabled()</code>.
device logging using <code>DevicePolicyManager.setSecurityLoggingEnabled()</code>.
</p>
</p>
<p>
<p>
The new <code>android.auditing.SecurityLog</code> class includes these
API changes include:
methods:
</p>
</p>
<ul>
<ul>
<li>
The new class <code>android.app.admin.SecurityLog</code> and its