Merge "Mark getInstallerPackageName @Nullable" am: c41a5d6bc0

am: cecccf6258

Change-Id: Ib27badf42d90932da0b7f2f0922b8903936feafd
This commit is contained in:
Scott Kennedy
2018-10-10 15:04:12 -07:00
committed by android-build-merger

View File

@@ -5141,6 +5141,7 @@ public abstract class PackageManager {
* @param packageName The name of the package to query
* @throws IllegalArgumentException if the given package name is not installed
*/
@Nullable
public abstract String getInstallerPackageName(String packageName);
/**