mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-20 07:53:38 +02:00
APKs can now be drag & dropped to the device screen, which will install the application. Still lacking UI, and the app doesn't get launched.
This commit is contained in:
@@ -12,6 +12,7 @@ enum MessageType {
|
||||
DeviceRegisteredMessage = 8;
|
||||
DeviceStatusMessage = 9;
|
||||
GroupMessage = 10;
|
||||
InstallMessage = 30;
|
||||
PhysicalIdentifyMessage = 29;
|
||||
JoinGroupMessage = 11;
|
||||
KeyDownMessage = 12;
|
||||
@@ -289,3 +290,7 @@ message ShellCommandMessage {
|
||||
message ShellKeepAliveMessage {
|
||||
required uint32 timeout = 1;
|
||||
}
|
||||
|
||||
message InstallMessage {
|
||||
required string url = 1;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user