mirror of
https://github.com/Genymobile/scrcpy.git
synced 2025-07-31 21:28:52 +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();
|
Object appBindData = appBindDataConstructor.newInstance();
|
||||||
|
|
||||||
ApplicationInfo applicationInfo = new ApplicationInfo();
|
ApplicationInfo applicationInfo = new ApplicationInfo();
|
||||||
applicationInfo.packageName = "com.genymobile.scrcpy";
|
applicationInfo.packageName = FakeContext.PACKAGE_NAME;
|
||||||
|
|
||||||
// appBindData.appInfo = applicationInfo;
|
// appBindData.appInfo = applicationInfo;
|
||||||
Field appInfoField = appBindDataClass.getDeclaredField("appInfo");
|
Field appInfoField = appBindDataClass.getDeclaredField("appInfo");
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue