diff options
Diffstat (limited to 'connection_manager_interface.h')
-rw-r--r-- | connection_manager_interface.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/connection_manager_interface.h b/connection_manager_interface.h index df8eb4be..2faeb804 100644 --- a/connection_manager_interface.h +++ b/connection_manager_interface.h @@ -46,6 +46,10 @@ class ConnectionManagerInterface { virtual bool IsUpdateAllowedOver(ConnectionType type, ConnectionTethering tethering) const = 0; + // Returns true if the allowed connection types for update is set in the + // device policy. Otherwise, returns false. + virtual bool IsAllowedConnectionTypesForUpdateSet() const = 0; + protected: ConnectionManagerInterface() = default; |