OSDN Git Service

Fixed handling of blockUninstall setting
authorFyodor Kupolov <fkupolov@google.com>
Fri, 19 Feb 2016 02:30:43 +0000 (18:30 -0800)
committerFyodor Kupolov <fkupolov@google.com>
Tue, 1 Mar 2016 01:47:02 +0000 (17:47 -0800)
commitc4967e71614c46a860564d60dda34bf8b928bd3e
tree2988b09258e00c5a21cefd943d0f78a4f0cb89f0
parent0a04ab241867bd4e268ffdddf37dede3b5570b0b
Fixed handling of blockUninstall setting

Previously, if one user has blockUninstall, it will block uninstalling
the package for all users. Now the package is uninstalled for all users,
excluding the ones that have blockUninstall setting.

Bug: 24616123
Change-Id: Ie4a68ef97fbef4711b18ccd311e39f32ab4b8efe
services/core/java/com/android/server/pm/PackageManagerService.java