History log of /frameworks/base/services/core/java/com/android/server/updates/ConfigUpdateInstallReceiver.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
3f72604be806c0173b5dca0225cadf6e7c872147 15-Oct-2015 Przemyslaw Szczepaniak <pszczepaniak@google.com> Use HexDump instead of java.lang.IntegralToString

java.lang.IntegralToString is being removed, replaced
all its usage by com.android.internal.util.HexDump.

Bug: 24932279
(cherry-picked from 15fc0548a536750110e159e06a39ba943eccdd81)

Change-Id: Id6ab88337af12d93cd73c41775b9d5baa1e61d96
/frameworks/base/services/core/java/com/android/server/updates/ConfigUpdateInstallReceiver.java
12964bf5dd36d13fc25efef7c7175a677f9490a5 06-Apr-2015 Ben Gruver <bgruv@google.com> Don't verify signatures in ConfigUpdateInstallReceiver

Instead, require the intent sender to hold the new system-or-signature
UPDATE_CONFIG permission. An application holding this permission is
now responsible for verifying the integrity/source of an update, before
sending it to one of the ConfigUpdateInstallReceiver subclasses.

Bug: 8949824
Change-Id: I0925051c1dcef312b8508fb34927150ffbc346f9
/frameworks/base/services/core/java/com/android/server/updates/ConfigUpdateInstallReceiver.java
f44e674fbdb50db56f43b39caf57e5dc8e7c241b 12-Nov-2014 Robert Craig <rpcraig@tycho.ncsc.mil> Drop unused String.

Change-Id: I152447bec37db33f6c4356e2a373b00ff99d7de7
Signed-off-by: rpcraig <rpcraig@tycho.ncsc.mil>
/frameworks/base/services/core/java/com/android/server/updates/ConfigUpdateInstallReceiver.java
103173e16da609bcf57a88961ca57a8de17e0ee7 28-Jun-2014 Nick Kralevich <nnk@google.com> ConfigUpdateInstallReceiver: pass content via content provider

When receiving a request to update ConfigUpdater content, don't
try to open by filename. Fetch the content via a file descriptor
delivered from a content provider. This avoids the files needing to
be marked world-readable, and resolves an SELinux violation.

Bug: 14989241
Change-Id: I10ad0d710c9a833a45995c545ba585a533c35b0d
/frameworks/base/services/core/java/com/android/server/updates/ConfigUpdateInstallReceiver.java
49782e46c0eb85a25ae2abcf80880c48dbab5aea 20-Dec-2013 Amith Yamasani <yamasani@google.com> am 9158825f: Move some system services to separate directories

* commit '9158825f9c41869689d6b1786d7c7aa8bdd524ce':
Move some system services to separate directories
9158825f9c41869689d6b1786d7c7aa8bdd524ce 22-Nov-2013 Amith Yamasani <yamasani@google.com> Move some system services to separate directories

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
/frameworks/base/services/core/java/com/android/server/updates/ConfigUpdateInstallReceiver.java