Revert "Implement set Wifi on/off."

This reverts commit 4c7af64d0d958a9db6de0bc3fddfa1aa0edb1cdd.
This commit is contained in:
Valverde Antonio
2014-06-27 16:01:23 +09:00
parent 9a07c1bb77
commit 9a31fbbfca
8 changed files with 0 additions and 80 deletions

Binary file not shown.

View File

@@ -17,7 +17,6 @@ enum MessageType {
SET_RINGER_MODE = 21;
SET_ROTATION = 12;
SET_WAKE_LOCK = 11;
SET_WIFI_ENABLED = 22;
EVENT_AIRPLANE_MODE = 13;
EVENT_BATTERY = 14;
EVENT_CONNECTIVITY = 15;
@@ -196,14 +195,6 @@ message SetRingerModeResponse {
required bool success = 1;
}
message SetWifiEnabledRequest {
required bool enabled = 1;
}
message SetWifiEnabledResponse {
required bool success = 1;
}
// Agent
enum KeyEvent {