Merge "Fix PMS notifyFirstLaunch logic"
This commit is contained in:
@@ -6255,6 +6255,13 @@ public class PackageManagerService extends IPackageManager.Stub
|
||||
}
|
||||
});
|
||||
|
||||
if (wasNotLaunched) {
|
||||
final String installerPackageName = wasNotLaunchedAndInstallerPackageName.second;
|
||||
if (installerPackageName != null) {
|
||||
notifyFirstLaunch(packageName, installerPackageName, userId);
|
||||
}
|
||||
}
|
||||
|
||||
scheduleWritePackageRestrictions(userId);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user