Loading libs/binder/aidl/android/content/pm/IPackageManagerNative.aidl +5 −0 Original line number Diff line number Diff line Loading @@ -54,4 +54,9 @@ interface IPackageManagerNative { long getVersionCodeForPackage(in String packageName); /** * Return if each app, identified by its package name allows its audio to be recorded. * Unknown packages are mapped to false. */ boolean[] isAudioPlaybackCaptureAllowed(in @utf8InCpp String[] packageNames); } Loading
libs/binder/aidl/android/content/pm/IPackageManagerNative.aidl +5 −0 Original line number Diff line number Diff line Loading @@ -54,4 +54,9 @@ interface IPackageManagerNative { long getVersionCodeForPackage(in String packageName); /** * Return if each app, identified by its package name allows its audio to be recorded. * Unknown packages are mapped to false. */ boolean[] isAudioPlaybackCaptureAllowed(in @utf8InCpp String[] packageNames); }