summaryrefslogtreecommitdiff
path: root/services/java/com/android/server/updates/ConfigUpdateInstallReceiver.java
AgeCommit message (Collapse)Author
2013-12-19Move some system services to separate directoriesAmith Yamasani
Refactored the directory structure so that services can be optionally excluded. This is step 1. Will be followed by another change that makes it possible to remove services from the build. Change-Id: Ideacedfd34b5e213217ad3ff4ebb21c4a8e73f85
2013-04-15Add logic to handle changes to file_contexts during update.Geremy Condra
Bug: 8116902 Change-Id: I56ad60e5e02c857d3370ec9775fd4e4480e8b458
2013-04-04Fix crash in ConfigUpdater when the target dir doesn't exist.Geremy Condra
Change-Id: I44ee0e3791938da0bf890fb38cd886330c0ee01d
2013-03-29Add SELinux updater and Settings-based enforcement switch.Geremy Condra
Bug: 8116902 Change-Id: Ifac495026a354dac7655c28ea2188499a2a319aa
2013-01-30Add the TZInfo updater and relevant intent.Geremy Condra
Also add a hook for ConfigUpdateInstallReciever subclasses to change the delivery of data- in this case, from raw text to b64 encoded binary. Change-Id: I4859c8db1cc97c2427310a108b2fef03975df2b4
2013-01-30Fix ConfigUpdater for binary files.Geremy Condra
Change-Id: I7643024d5d59dcb6c867ad80d32e24e8da83ba0d
2012-09-28Use updatable file for premium-sms filterRobert Greenwalt
The data is really to big for a gservices-driven secure setting. bug:7221402 Change-Id: Ie3d4a1a0aeb69b9ef8fad360fa7ec32e927644e8
2012-09-20Remove pointless exception supression.Geremy Condra
Bug: 7198235 Change-Id: I3371403a79fd3e01d46678d58129d36eb921d10a
2012-09-19Remove logging for old version mismatches.Geremy Condra
Since this has no security consequence and triggered by a variety of totally innocuous things it seems like log noise and so should be removed. Bug: 7198235 Change-Id: I80ed5acb378a4c42d5d223b633309bf9526dbf3d
2012-09-18Move files to make eclipse-java happyAndy Stadler
No changes to text at all, just moving the java files to match their declared packages. There was no original bug# but this cleans up the code submitted in the original Change-Id: I42307f58074157b33b6e01216aab10022340d449 Change-Id: I233fa7f21167a42565aadb7ad109600b1a1a5721