OSDN Git Service

Work on the device admin settings UI.
authorDianne Hackborn <hackbod@google.com>
Tue, 26 Jan 2010 02:56:17 +0000 (18:56 -0800)
committerDianne Hackborn <hackbod@google.com>
Tue, 26 Jan 2010 19:09:32 +0000 (11:09 -0800)
commit28429033375c3876af56528bfc9ea6b541052fcb
tree72130241ccf264388efec1c5b485b27b2a5fa260
parente67c8810906285513d7d41113e362ea12415a735
Work on the device admin settings UI.

Improve the look of the UI, and add the confirmation screen
for enabling an administrator.  This uses the new framework APIs
to show its description and policies it will control.
AndroidManifest.xml
res/layout/device_admin_add.xml [new file with mode: 0644]
res/layout/device_admin_settings.xml
res/values/strings.xml
res/values/styles.xml
src/com/android/settings/DeviceAdminAdd.java [new file with mode: 0644]
src/com/android/settings/DeviceAdminSettings.java