Skip to content
This repository has been archived by the owner on Sep 21, 2021. It is now read-only.

Commit

Permalink
fix(data): remove sms value duplicated
Browse files Browse the repository at this point in the history
Signed-off-by: Rafa Hernandez <[email protected]>
  • Loading branch information
rafaelje authored and Hector Rondon committed Feb 8, 2018
1 parent ad23b5d commit a7dd3fc
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions app/src/main/java/org/flyve/mdm/agent/data/PoliciesData.java
Original file line number Diff line number Diff line change
Expand Up @@ -207,9 +207,6 @@ public String getUsbFileTransferProtocols() {
return getData("ConnectivityUsbFileTransferProtocolsDisable");
}

public String getSmsMms() {
return getData("ConnectivitySmsMmsDisable");
}
public String getAirplaneMode() {
return getData("ConnectivityAirplaneModeDisable");
}
Expand Down

0 comments on commit a7dd3fc

Please sign in to comment.