mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-22 00:35:15 +02:00
Implement pop up add account menu (for Google Account).
This commit is contained in:
BIN
vendor/STFService/STFService.apk
vendored
BIN
vendor/STFService/STFService.apk
vendored
Binary file not shown.
8
vendor/STFService/wire.proto
vendored
8
vendor/STFService/wire.proto
vendored
@@ -7,6 +7,7 @@ enum MessageType {
|
||||
DO_KEYEVENT = 2;
|
||||
DO_TYPE = 3;
|
||||
DO_WAKE = 4;
|
||||
DO_ADD_ACCOUNT_MENU = 24;
|
||||
GET_BROWSERS = 5;
|
||||
GET_CLIPBOARD = 6;
|
||||
GET_DISPLAY = 19;
|
||||
@@ -176,6 +177,13 @@ message DoIdentifyResponse {
|
||||
required bool success = 1;
|
||||
}
|
||||
|
||||
message DoAddAccountMenuRequest {
|
||||
}
|
||||
|
||||
message DoAddAccountMenuResponse {
|
||||
required bool success = 1;
|
||||
}
|
||||
|
||||
message RemoveAccountRequest {
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user