longhai bc62b218df Fixed the issue when some apps were gone and couldn't be installed
successfully after updating from KK to M via OTA.

There is more than one signature for some apps like Cortana. This app
which is installed in KK would be gone when updating from KK to M via OTA.
The reason for this is the unmatching signature, the error code is:
INSTALL_FAILED_UPDATE_INCOMPATIBLE.

Solution:
'databaseVersion' should not be assigned to CURRENT_DATABASE_VERSION
when creating a 'VersionInfo' instance, because it would affect the
process of ‘compareSignaturesCompat’ signature verification. We could
set the right value of 'databaseVersion' at an appropriate timing.

Signed-off-by: longhai <longhai@xiaomi.com>
2016-01-29 14:46:59 +08:00
2016-01-27 11:14:53 +00:00
2016-01-15 16:14:57 +00:00
2016-01-15 16:14:57 +00:00
2016-01-15 16:14:57 +00:00
2016-01-21 13:46:21 +09:00
2016-01-15 16:26:26 +00:00
2015-05-16 01:19:19 +00:00
2015-06-08 17:40:00 -07:00
2016-01-19 14:37:18 -08:00
2016-01-15 16:14:57 +00:00
2016-01-22 11:33:53 -08:00
Description
No description provided
21 GiB
Languages
Java 73.7%
Kotlin 14%
PowerBuilder 5.8%
C++ 5.2%
AIDL 1%