Fix AudioRecord package name for Android 16
Since commit 9f91a5eebb4520b9333576e946b3911d0f946a04 in frameworks/av (AOSP), an AudioRecord can be created only if the declared package name in the AttributionSource is "shell" (for the shell UID): - <7c4e6991ac/services/audiopolicy/permission/NativePermissionController.cpp (129)
> - <7c4e6991ac/services/audiopolicy/permission/NativePermissionController.cpp (40)
> Refs9f91a5eebb
%5E%21/ Fixes #5698 <https://github.com/Genymobile/scrcpy/issues/5698> Signed-off-by: Romain Vimont <rom@rom1v.com>
This commit is contained in:
parent
5b1229a55f
commit
330a9b1ec9
@ -72,7 +72,7 @@ public final class FakeContext extends ContextWrapper {
|
||||
@Override
|
||||
public AttributionSource getAttributionSource() {
|
||||
AttributionSource.Builder builder = new AttributionSource.Builder(Process.SHELL_UID);
|
||||
builder.setPackageName(PACKAGE_NAME);
|
||||
builder.setPackageName("shell");
|
||||
return builder.build();
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user