mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-17 23:53:25 +02:00
Mute devices when they're being used if the --mute-master option is given.
This commit is contained in:
BIN
vendor/STFService/STFService.apk
vendored
BIN
vendor/STFService/STFService.apk
vendored
Binary file not shown.
9
vendor/STFService/wire.proto
vendored
9
vendor/STFService/wire.proto
vendored
@@ -24,6 +24,7 @@ enum MessageType {
|
||||
SET_ROTATION = 12;
|
||||
SET_WAKE_LOCK = 11;
|
||||
SET_WIFI_ENABLED = 22;
|
||||
SET_MASTER_MUTE = 28;
|
||||
EVENT_AIRPLANE_MODE = 13;
|
||||
EVENT_BATTERY = 14;
|
||||
EVENT_CONNECTIVITY = 15;
|
||||
@@ -251,6 +252,14 @@ message GetSdStatusResponse {
|
||||
required bool mounted = 2;
|
||||
}
|
||||
|
||||
message SetMasterMuteRequest {
|
||||
required bool enabled = 1;
|
||||
}
|
||||
|
||||
message SetMasterMuteResponse {
|
||||
required bool success = 1;
|
||||
}
|
||||
|
||||
// Agent
|
||||
|
||||
enum KeyEvent {
|
||||
|
||||
Reference in New Issue
Block a user