History log of /packages/apps/Settings/src/com/android/settings/applications/AppOpsDetails.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
263bcc8b732dbb47d3ce63904e0e05191fabbad6 18-Jan-2014 Fabrice Di Meglio <fdimeglio@google.com> Use Drawer in Settings app

- get rid of PreferenceActivity as much as we can and use fragments instead
- add Drawer widget
- add Dashboard high level entry into the Drawer (but this is work in progress and would be done in another CL)
- add bypass of fragment's Header validation when launched from the Drawer but *force* validation if external
call thru an Intent

Be aware that WifiPickerActivity should remain for now a PreferenceActivity. It is used by SetupWizard and should
not trigger running the SettingsActivity's header building code. SetupWizard is a Home during the provisionnig process
and then deactivate itself as a Home but would make the Home header to appear in the Drawer (because momentarily we
would have two Home).

Also, verified that:

- the WiFi settings still work when called from SetupWizard
- when you have multiple Launchers, the Home header will appear in the list of Headers in the Drawer

Change-Id: I407a5e0fdd843ad7615d3d511c416a44e3d97c90
/packages/apps/Settings/src/com/android/settings/applications/AppOpsDetails.java
8b0afc7fb53b90e522b86ba04bb17c0cba2364ab 02-Feb-2013 Dianne Hackborn <hackbod@google.com> App ops: improve presentation.

Change-Id: Ia8702f9421a2cf2e27e8e24bfdc596321ace515a
/packages/apps/Settings/src/com/android/settings/applications/AppOpsDetails.java
27daaab633a80be50863e6539e947db674090662 01-Feb-2013 Dianne Hackborn <hackbod@google.com> App ops: Support neighboring cells, call phone, improve UI.

Change-Id: I0783c7ae941499cf9847bcf657141c3aea76f59d
/packages/apps/Settings/src/com/android/settings/applications/AppOpsDetails.java
7d3a4c160cac37b72aa9149952358df4a3912cfb 31-Jan-2013 Daniel Sandler <dsandler@android.com> Fix bugs with null AppOp permissions.

Change-Id: I9f199d4f5843fbba374ced8206902098811b3786
/packages/apps/Settings/src/com/android/settings/applications/AppOpsDetails.java
0dd9902c89e7b705fd73158aadf1bf27843ad201 25-Jan-2013 Dianne Hackborn <hackbod@google.com> App ops: add UI for viewing and controlling ops per-app.

Change-Id: Iadd68cbd429af4d431dcd09b9adacd09c5092ae6
/packages/apps/Settings/src/com/android/settings/applications/AppOpsDetails.java
18b64f446cd7b9043909b0cd42d1ab364392da24 18-Jan-2013 Dianne Hackborn <hackbod@google.com> Improve app ops UI.

Merge app entries together some.

Also a little weekend present for swetland.

Change-Id: Ie2b6654d9de0b9eeaafbf4b070845353c130b9c1
/packages/apps/Settings/src/com/android/settings/applications/AppOpsDetails.java