OSDN Git Service

Bring screen lock setting back to screen pinning
authorJason Monk <jmonk@google.com>
Mon, 4 Aug 2014 20:08:51 +0000 (16:08 -0400)
committerJason Monk <jmonk@google.com>
Fri, 31 Oct 2014 19:45:12 +0000 (15:45 -0400)
commit78121d9d106f12f2b2bae53d323e89667dbdfeee
tree6d7f74ecfb6c7bd0a4f2a024094a6a2041b907dc
parent6f5b23f3fc4855c1906fd64fd3bcb9d5f14a02a2
Bring screen lock setting back to screen pinning

The material design of the request has removed this option from
the dialog, and now needs to be in settings.  When screen
pinning is off it shows a description of how to use the feature,
however when on it shows a switch to control whether it locks
the device on exit.  This setting defaults to on if there is a
lock pin/pattern.

Bug: 16957435
Change-Id: I59e0d64964cee4302e6ecff59e622cfe11422807
res/values/strings.xml
res/xml/screen_pinning_settings.xml [new file with mode: 0644]
src/com/android/settings/ScreenPinningSettings.java