am 1014b9aa: Merge "docs: remove references to resource browser; point to SDK...
am 1014b9aa: Merge "docs: remove references to resource browser; point to SDK instead" into klp-modular-docs
* commit '1014b9aa':
docs: remove references to resource browser; point to SDK instead
<p>You can also programmatically tell the device to lock immediately:</p>
<pre>
DevicePolicyManager mDPM;
mDPM.lockNow();</pre>
mDPM.lockNow();
</pre>
@@ -692,8 +681,8 @@ wiped after a specific number of failed password attempts.</p>
<pre>
DevicePolicyManager mDPM;
mDPM.wipeData(0);</pre>
<p>The {@link android.app.admin.DevicePolicyManager#wipeData wipeData()} method takes as its parameter a bit mask of
additional options. Currently the value must be 0. </p>
<p>The {@link android.app.admin.DevicePolicyManager#wipeData wipeData()} method takes as its
parameter a bit mask of additional options. Currently the value must be 0. </p>
<h4>Disable camera</h4>
<p>Beginning with Android 4.0, you can disable the camera. Note that this doesn't have to be a permanent disabling. The camera can be enabled/disabled dynamically based on context, time, and so on. </p>
See the <a href="{@docRoot}resources/samples/ApiDemos/src/com/example/android/apis/app/DeviceAdminSample.html"> Device Administration API sample</a> for a complete
example of how to enable storage encryption.</p>
See the Device Administration API sample for a complete example of how to enable storage encryption.