Merge "Mark getInstallerPackageName @Nullable"

This commit is contained in:
Treehugger Robot
2018-10-10 18:13:28 +00:00
committed by Gerrit Code Review

View File

@@ -5132,6 +5132,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);
/**