diff options
| -rw-r--r-- | libs/binder/aidl/android/content/pm/IPackageManagerNative.aidl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/binder/aidl/android/content/pm/IPackageManagerNative.aidl b/libs/binder/aidl/android/content/pm/IPackageManagerNative.aidl index d71f496bf1..7c99f76ec6 100644 --- a/libs/binder/aidl/android/content/pm/IPackageManagerNative.aidl +++ b/libs/binder/aidl/android/content/pm/IPackageManagerNative.aidl @@ -144,5 +144,5 @@ interface IPackageManagerNative { * Get information of APEX which is staged ready for installation. * Returns null if no such APEX is found. */ - StagedApexInfo getStagedApexInfo(in @utf8InCpp String moduleName); + @nullable StagedApexInfo getStagedApexInfo(in @utf8InCpp String moduleName); } |