summaryrefslogtreecommitdiffstats
path: root/src/com/android/settings/AppPicker.java
Commit message (Collapse)AuthorAgeFilesLines
* Layout refinement for app listsJason Monk2015-06-161-1/+0
| | | | | | | | | | | Make all app lists (or at least all current app lists) use the same base layout for icon, label, and sizing/padding. This way they should look the same. Bug: 21727125 Bug: 21726922 Bug: 21853632 Change-Id: I3cffadb9e7b5184d4209deacd4ea70ec1d4f71b4
* Access mock location is no longer a runtime permission - settingsSvet Ganov2015-05-131-6/+46
| | | | | | | | | | | | | | | The access mock location is no longer a runtime permission. It is a signature protected one that apps cannot get but the fact they request it means they want to inject location into the system. Now the user gets to choose the current mock location app in developer options from the apps that request the mock location permission. The access to mock location is no longer guarded by the permisson but from a new app op which is off by default and the settiings UI sets it to enabled only for the currently selected mock location app. bug:21078873 Change-Id: I6555179ecf0cc37d9bb857e9dfb3b04c091ea612
* Make notifications app list use new manage appsJason Monk2015-03-231-2/+2
| | | | | | | | | | | The designs for Settings have the notification app list using the same UI as the Manage Apps list, so switch the notification app list over to the ManageApplications fragment. This involves adding some notification based filters and connecting the data from the Notification Backend to ApplicationsState. Bug: 19443900 Change-Id: I5e5cdb16890d536613ee59292b89a89b6fb9e2e6
* Settings: Remove all unused imports.John Spurlock2015-03-181-3/+0
| | | | Change-Id: Iebfa52cb849d69974c94902b0b020893cf5618a3
* Add debug app / wait for debugger dev options.Dianne Hackborn2012-02-141-0/+144
Re-organize dev options a bit. Change-Id: I291b177c87cb8fb4bd8316d05aa6eadfaaf5f0d2