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 e6985a8 commit 0893013Copy full SHA for 0893013
src/detection/displayserver/displayserver_android.c
@@ -147,7 +147,7 @@ static bool detectWithGetprop(FFDisplayServerResult* ds)
147
148
void ffConnectDisplayServerImpl(FFDisplayServerResult* ds)
149
{
150
- ffStrbufSetStatic(&ds->wmProcessName, "WindowManager");
+ ffStrbufSetStatic(&ds->wmProcessName, "surfaceflinger");
151
ffStrbufSetStatic(&ds->wmPrettyName, "SurfaceFlinger");
152
153
if (!detectWithGetprop(ds))
0 commit comments