Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 84b50b86 authored by Kevin Rocard's avatar Kevin Rocard Committed by Android (Google) Code Review
Browse files

Merge "Expose allowAudioPlaybackCapture to PackageManagerNative"

parents b6040af4 e45eb318
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -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);
}