mirror of
https://github.com/Genymobile/scrcpy.git
synced 2026-01-26 00:54:27 +01:00
Remove unused field
This commit is contained in:
@@ -42,8 +42,6 @@ public final class ContentProvider implements Closeable {
|
||||
private Method callMethod;
|
||||
private int callMethodVersion;
|
||||
|
||||
private Object attributionSource;
|
||||
|
||||
ContentProvider(ActivityManager manager, Object provider, String name, IBinder token) {
|
||||
this.manager = manager;
|
||||
this.provider = provider;
|
||||
|
||||
Reference in New Issue
Block a user