Merge "Add @throws clause to getInstallerPackageName"
This commit is contained in:
committed by
Android (Google) Code Review
commit
2566f5a2ff
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user