Skip to content

Commit 013bf96

Browse files
committed
Use shell package name for workarounds
For consistency. PR #3757 <#3757>
1 parent 3c090b3 commit 013bf96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/src/main/java/com/genymobile/scrcpy/Workarounds.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ public static void fillAppInfo() {
5050
Object appBindData = appBindDataConstructor.newInstance();
5151

5252
ApplicationInfo applicationInfo = new ApplicationInfo();
53-
applicationInfo.packageName = "com.genymobile.scrcpy";
53+
applicationInfo.packageName = FakeContext.PACKAGE_NAME;
5454

5555
// appBindData.appInfo = applicationInfo;
5656
Field appInfoField = appBindDataClass.getDeclaredField("appInfo");

0 commit comments

Comments
 (0)