mirror of
https://github.com/Genymobile/scrcpy.git
synced 2025-04-22 04:25:01 +00:00
Use shell package name for workarounds
For consistency.
This commit is contained in:
parent
35f4040a78
commit
3492c5c963
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ public final class Workarounds {
|
|||
Object appBindData = appBindDataConstructor.newInstance();
|
||||
|
||||
ApplicationInfo applicationInfo = new ApplicationInfo();
|
||||
applicationInfo.packageName = "com.genymobile.scrcpy";
|
||||
applicationInfo.packageName = FakeContext.PACKAGE_NAME;
|
||||
|
||||
// appBindData.appInfo = applicationInfo;
|
||||
Field appInfoField = appBindDataClass.getDeclaredField("appInfo");
|
||||
|
|
Loading…
Add table
Reference in a new issue