Merge "Possible fix for the restart problem."
This commit is contained in:
committed by
Android (Google) Code Review
commit
0c613c20a6
@@ -23771,7 +23771,7 @@ public class PackageManagerService extends IPackageManager.Stub
|
||||
|
||||
// Clear cache on flags changes.
|
||||
DeviceConfig.addOnPropertiesChangedListener(
|
||||
NAMESPACE_PACKAGE_MANAGER_SERVICE, FgThread.getExecutor(),
|
||||
NAMESPACE_PACKAGE_MANAGER_SERVICE, mInjector.getBackgroundExecutor(),
|
||||
properties -> {
|
||||
final Set<String> keyset = properties.getKeyset();
|
||||
if (keyset.contains(PROPERTY_INCFS_DEFAULT_TIMEOUTS) || keyset.contains(
|
||||
|
||||
Reference in New Issue
Block a user