diff options
| -rw-r--r-- | libs/binder/aidl/android/content/pm/IPackageManagerNative.aidl | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/libs/binder/aidl/android/content/pm/IPackageManagerNative.aidl b/libs/binder/aidl/android/content/pm/IPackageManagerNative.aidl index 90980b8e62..a7a7292125 100644 --- a/libs/binder/aidl/android/content/pm/IPackageManagerNative.aidl +++ b/libs/binder/aidl/android/content/pm/IPackageManagerNative.aidl @@ -81,4 +81,10 @@ interface IPackageManagerNative { * returned Status before using the result of this function. */ int getTargetSdkVersionForPackage(in String packageName); + + /** + * Returns the name of module metadata package, or empty string if device doesn't have such + * package. + */ + @utf8InCpp String getModuleMetadataPackageName(); } |