Merge "Add @throws clause to getInstallerPackageName"

This commit is contained in:
TreeHugger Robot
2018-02-13 21:08:54 +00:00
committed by Android (Google) Code Review

View File

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