summaryrefslogtreecommitdiffstats
path: root/res/layout/device_admin_add.xml
Commit message (Collapse)AuthorAgeFilesLines
* Implement SET_PROFILE_OWNER intentAmith Yamasani2014-07-291-0/+13
| | | | | | | | | | | | | This will be shown when a system priv-app tries to add a profile owner to a device that's already been through setupwizard. Refactored the Add Device Admin dialog to also be used for this purpose with additional warning text. Also, make sure that profile owners cannot be deactivated. Bug: 16207721 Change-Id: I25499a22718b2219a5a56b158ca2681243751549
* Make Settings app aware of layout directionFabrice Di Meglio2012-07-241-7/+7
| | | | | | - see bug #5429822 UI should be mirrored for RTL locales (Arabic, Hebrew, farsi) Change-Id: I696c0f66a16640af767da3c05b5d300fd2284ecb
* Fixed all Accessibility lint warnings in Settings app.alanv2012-05-211-2/+4
| | | | Change-Id: Ida98444f8942d3618d84c0a6f78cc3653ea4ad24
* Bug 5126088 - update layout for activate device policy activityAdam Powell2011-10-041-10/+7
| | | | Change-Id: Ifd5963adc0dc30c0a650bac822dbbd7cb938c144
* Fix order of buttons for device admin toggleBen Komalo2011-09-011-5/+5
| | | | | Bug: 5156853 Change-Id: Ia70d5f42909d8983a0858ed67d32df12c049f420
* Tabletize Device administrator screen and fix the layout for DeviceAdminAdd.Amith Yamasani2011-01-241-38/+44
| | | | | | | | | | Bug: 3376986 Convert the DeviceAdminSettings screen to a fragment, remove fat titlebar. Convert the DeviceAdminAdd screen to layout nicely in the new holo DialogWhenLarge style. Change-Id: I20a9d16aed135a2178969dfff807075b0b79237c
* Improve the add-device-admin layout.Chris Palmer2010-09-281-37/+61
| | | | | | | | | | Make it so that the app's explanation comes before the list of possible policies. This gives the app a chance to explain itself instead of having the explanation hidden below the fold. To avoid situations in which one bunch of text items can obscure the other, use an expandable/ellipsizable TextView with an indicator image. This resolves b/2992594. Change-Id: I0eb0d0c46bb4be2ec2e019d741915537e1fcc592
* Fix issue #2477264: "Force Stop" in "Manage Applications" is not workingDianne Hackborn2010-03-031-0/+9
| | | | Also add cancel button when adding a device admin.
* Update settings UI to support multiple device admins.Dianne Hackborn2010-01-271-9/+7
|
* More device admin work:Dianne Hackborn2010-01-271-20/+25
| | | | | - Show a warning before removing an admin, if desired. - Additional message that can be shown when adding an admin.
* Work on the device admin settings UI.Dianne Hackborn2010-01-261-0/+105
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.