mirror of
https://github.com/Genymobile/scrcpy.git
synced 2025-08-18 00:09:16 +00:00
Revert "Fix AudioRecord package name for Android 16"
This reverts commit c27d116a66
.
This commit breaks audio on Android 16 beta 4.
Refs #5960 comment <https://github.com/Genymobile/scrcpy/issues/5960#issuecomment-2816608015>
Fixes #6021 <https://github.com/Genymobile/scrcpy/issues/6021>
This commit is contained in:
parent
1a0d300786
commit
6875e9aa88
1 changed files with 1 additions and 1 deletions
|
@ -72,7 +72,7 @@ public final class FakeContext extends ContextWrapper {
|
||||||
@Override
|
@Override
|
||||||
public AttributionSource getAttributionSource() {
|
public AttributionSource getAttributionSource() {
|
||||||
AttributionSource.Builder builder = new AttributionSource.Builder(Process.SHELL_UID);
|
AttributionSource.Builder builder = new AttributionSource.Builder(Process.SHELL_UID);
|
||||||
builder.setPackageName("shell");
|
builder.setPackageName(PACKAGE_NAME);
|
||||||
return builder.build();
|
return builder.build();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue