Skip to content

Commit

Permalink
Fix AudioRecord package name for Android 16
Browse files Browse the repository at this point in the history
  • Loading branch information
yume-chan authored and rom1v committed Dec 23, 2024
1 parent 5b1229a commit 330a9b1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ public String getOpPackageName() {
@Override
public AttributionSource getAttributionSource() {
AttributionSource.Builder builder = new AttributionSource.Builder(Process.SHELL_UID);
builder.setPackageName(PACKAGE_NAME);
builder.setPackageName("shell");
return builder.build();
}

Expand Down

0 comments on commit 330a9b1

Please sign in to comment.