Merge "DO NOT MERGE Fix auto-grant of AR runtime permission if device is upgrading from pre-Q" into qt-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
e893eff6f2
@@ -1011,4 +1011,10 @@ public abstract class PackageManagerInternal {
|
||||
* that b/141413692 is not reproducible on Q.
|
||||
*/
|
||||
public abstract void userRemovedForTest();
|
||||
|
||||
/**
|
||||
* Get installed SDK version of the package
|
||||
* @param pkg package for which to retrieve the installed sdk version
|
||||
*/
|
||||
public abstract int getInstalledSdkVersion(PackageParser.Package pkg);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user