mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-20 07:53:38 +02:00
Implement APK uploads using the new storage system. Installation from URL still does not work, and dropping the file on the screen may not work either.
This commit is contained in:
@@ -354,8 +354,9 @@ message ShellKeepAliveMessage {
|
||||
}
|
||||
|
||||
message InstallMessage {
|
||||
required string url = 1;
|
||||
optional LaunchActivityMessage launchActivity = 2;
|
||||
required string href = 1;
|
||||
required bool launch = 2;
|
||||
optional string manifest = 3;
|
||||
}
|
||||
|
||||
message UninstallMessage {
|
||||
|
||||
Reference in New Issue
Block a user