summaryrefslogtreecommitdiff
path: root/NOTICE
diff options
context:
space:
mode:
authorYohann Roussel <yroussel@google.com>2014-03-28 17:35:02 +0100
committerYohann Roussel <yroussel@google.com>2014-04-09 14:56:20 +0200
commit602c6ca8cae4718ba8ff9f65e53305d002479359 (patch)
treeea27d7ec0e1b77ea6471b4955c57ec71b38d5492 /NOTICE
parent5516c9ffbddd16c90f17c45caea3f4b59ab360d8 (diff)
downloadmultidex-602c6ca8cae4718ba8ff9f65e53305d002479359.tar.gz
Change update detection to reduce load time.
Reduces load time if extraction was already made. It appeared that new ZipFile was really slow because it's preparing much things as soon as it's instanciated. The new criteria consist of the last modified time of the apk plus the crc of the apk's central directory, last modified time should be enough for nearly all modifications and the crc is here to try to handle an OTA mixing with dates. The transition from old criteria to new should be good: since there will be no stored values they would be detected as a new installation. Change-Id: Id390b77b03d794b8b7feb91eb0daae1126c6d691
Diffstat (limited to 'NOTICE')
-rw-r--r--NOTICE28
1 files changed, 28 insertions, 0 deletions
diff --git a/NOTICE b/NOTICE
new file mode 100644
index 0000000..16611ea
--- /dev/null
+++ b/NOTICE
@@ -0,0 +1,28 @@
+ =========================================================================
+ == NOTICE file corresponding to the section 4 d of ==
+ == the Apache License, Version 2.0, ==
+ == in this case for the Android-specific code. ==
+ =========================================================================
+
+Android Code
+Copyright 2005-2014 The Android Open Source Project
+
+This product includes software developed as part of
+The Android Open Source Project (http://source.android.com).
+
+ =========================================================================
+ == NOTICE file corresponding to the section 4 d of ==
+ == the Apache License, Version 2.0, ==
+ == in this case for the Apache Harmony distribution. ==
+ =========================================================================
+
+Apache Harmony
+Copyright 2006 The Apache Software Foundation
+
+This product includes software developed at
+The Apache Software Foundation (http://www.apache.org/).
+
+Portions of Harmony were originally developed by
+Intel Corporation and are licensed to the Apache Software
+Foundation under the "Software Grant and Corporate Contribution
+License Agreement", informally known as the "Intel Harmony CLA".