We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eac711a commit c27d116Copy full SHA for c27d116
server/src/main/java/com/genymobile/scrcpy/FakeContext.java
@@ -72,7 +72,7 @@ public String getOpPackageName() {
72
@Override
73
public AttributionSource getAttributionSource() {
74
AttributionSource.Builder builder = new AttributionSource.Builder(Process.SHELL_UID);
75
- builder.setPackageName(PACKAGE_NAME);
+ builder.setPackageName("shell");
76
return builder.build();
77
}
78
0 commit comments