OSDN Git Service

Adds a base class for restricted settings
authorGeoffrey Borggaard <geoffreyb@google.com>
Fri, 2 Aug 2013 19:03:22 +0000 (15:03 -0400)
committerGeoffrey Borggaard <geoffreyb@google.com>
Fri, 2 Aug 2013 21:07:21 +0000 (17:07 -0400)
commite38ea38002290da8ed16f07ea45f0ebfb41b38cd
treef14fd120a61adeef202ab5febe267644e98072ac
parent040ce605826af509f6391e3536204c07476dc28a
Adds a base class for restricted settings

Creates an easy way to ask for the restriction pin before
allowing access to a settings page.  Does this to the WiFiSettings.

Change-Id: I49734f66e09b6449596412ecf6fc1113bf57ce7f
src/com/android/settings/RestrictedSettingsFragment.java [new file with mode: 0644]
src/com/android/settings/wifi/WifiSettings.java